Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 22, 2022
1 parent e0ac9ad commit 5cddfcc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 0.1.0 (2022-11-22)


### Bug Fixes

* add controller decorator ([397c86e](https://github.com/OpenZer0/bonfire-rest/commit/397c86e0bfb6316776c52a296d8eaa1c6c53d186))
* add logger ([d0311cf](https://github.com/OpenZer0/bonfire-rest/commit/d0311cf848b065ed324cf42af335f61c7cb8e802))
* add packages ([dc26b3f](https://github.com/OpenZer0/bonfire-rest/commit/dc26b3f70539a85ff054e3e8710c3aab36ba03bd))
* improve http errors ([0928b7a](https://github.com/OpenZer0/bonfire-rest/commit/0928b7ac1d3d36e0600c9be4ce08789b86a5bb85))
* logs ([7e875c9](https://github.com/OpenZer0/bonfire-rest/commit/7e875c9bb1fd9afd2ebb1ff04adb8309a01b645d))
* openapi route, package version ([c24c22c](https://github.com/OpenZer0/bonfire-rest/commit/c24c22cfc63ce6a0a16ea1717fb1d74a14d3b48d))
* package-lock.json ([eb3f2ad](https://github.com/OpenZer0/bonfire-rest/commit/eb3f2ad84d8e0b7e9a476dc3f696c4e6cdb4cef4))
* package-lock.json ([1e80add](https://github.com/OpenZer0/bonfire-rest/commit/1e80addeb6addced4285063e9c7ad404261a03e5))
* package-lock.json ([88128d3](https://github.com/OpenZer0/bonfire-rest/commit/88128d3788aab5448052d1588ebe11ac690a4692))
* validation error handle, readable message, refactor server build ([8f7cb6f](https://github.com/OpenZer0/bonfire-rest/commit/8f7cb6f90a6014a814bd8eaed4a0785fcccb1ff4))


### Features

* add ApiDocs decorator, parameter apidoc, response apidoc ([25609be](https://github.com/OpenZer0/bonfire-rest/commit/25609be4323fdda6e4389aff47c3634d73505b30))
* add http method decorators ([91e55db](https://github.com/OpenZer0/bonfire-rest/commit/91e55db776e25aa034d01c66a8a9d2bfefd10878))
* asset folder serve ([ee383fa](https://github.com/OpenZer0/bonfire-rest/commit/ee383faa2144568e570875f817926ccb9c5c4968))
* endpoint fn can return the result ([7d9fdb4](https://github.com/OpenZer0/bonfire-rest/commit/7d9fdb4a79293724459dcaa80f3b0c18ad7d884f))
* global pipes, validation.pipe, error handling ([bbb7a3e](https://github.com/OpenZer0/bonfire-rest/commit/bbb7a3e2657135475a0144ed7d55eef3c89c1131))
* move project ([d17a9b2](https://github.com/OpenZer0/bonfire-rest/commit/d17a9b20da3e315740ee6fcaf235f87b732545f2))
* openapi support, default values ([e4cc49e](https://github.com/OpenZer0/bonfire-rest/commit/e4cc49e9eb342db6ac9d2ef036fddfc0641a40f8))
* param decorator ([8fd83ee](https://github.com/OpenZer0/bonfire-rest/commit/8fd83ee2e415ae7e0d451703ae813bfe124b145a))
* pipes ([f3ca171](https://github.com/OpenZer0/bonfire-rest/commit/f3ca17120d8b3921b8fd514ad659b0791405b6a7))
* route global prefix, controller prefix, global middleware ([de7e5e0](https://github.com/OpenZer0/bonfire-rest/commit/de7e5e0fac9fd9e6be3739fc55e0ecfd013fac19))



4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bonfire-rest",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -60,4 +60,4 @@
"swagger-ui-express": "^4.6.0",
"type-chef-di": "^0.3.1"
}
}
}

0 comments on commit 5cddfcc

Please sign in to comment.