UNPKG

digjoy

Version:

Simple Typescript decorators for express routing with joi validation

142 lines (63 loc) 5.29 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [0.4.0](https://github.com/MutterPedro/digjoy/compare/v0.3.14...v0.4.0) (2020-10-24) ### Features * **.npmrc:** added .npmrc file ([5082646](https://github.com/MutterPedro/digjoy/commit/5082646a39c9de9b0321c50a4f8c87e5c70d2dc4)) ### Bug Fixes * **registry:** fixed registry ([27e5d3b](https://github.com/MutterPedro/digjoy/commit/27e5d3b2ebf3ce6585b68cc7e3628c44907f36b9)) ### [0.3.14](https://github.com/MutterPedro/digjoy/compare/v0.3.13...v0.3.14) (2020-07-29) ### [0.3.13](https://github.com/MutterPedro/digjoy/compare/v0.3.12...v0.3.13) (2020-07-09) ### [0.3.12](https://github.com/MutterPedro/digjoy/compare/v0.3.11...v0.3.12) (2020-06-18) ### Features * **GH packages:** added GH repo as publish config ([7f69952](https://github.com/MutterPedro/digjoy/commit/7f69952beb080569b5e257ce4e1cd5fd83ca5054)) ### [0.3.11](https://github.com/MutterPedro/digjoy/compare/v0.3.10...v0.3.11) (2020-06-04) ### [0.3.10](https://github.com/MutterPedro/digjoy/compare/v0.3.9...v0.3.10) (2020-05-18) ### [0.3.9](https://github.com/MutterPedro/digjoy/compare/v0.3.8...v0.3.9) (2020-04-30) ### [0.3.8](https://github.com/MutterPedro/digjoy/compare/v0.3.7...v0.3.8) (2020-04-15) ### [0.3.7](https://github.com/MutterPedro/digjoy/compare/v0.3.6...v0.3.7) (2020-04-13) ### [0.3.6](https://github.com/MutterPedro/digjoy/compare/v0.3.5...v0.3.6) (2020-04-07) ### [0.3.5](https://github.com/MutterPedro/digjoy/compare/v0.3.4...v0.3.5) (2020-03-29) ### Bug Fixes * **backend:** fix conflicted middlewares ([92bc20b](https://github.com/MutterPedro/digjoy/commit/92bc20bb80d7b3eed67ad1dd7bca14893f0aae6f)) ### [0.3.4](https://github.com/MutterPedro/digjoy/compare/v0.3.3...v0.3.4) (2020-03-29) ### Bug Fixes * **backend:** fix conflicted middlewares ([23a24da](https://github.com/MutterPedro/digjoy/commit/23a24da7ee21020a901939015fa395c5fe19a36f)) ### [0.3.3](https://github.com/MutterPedro/digjoy/compare/v0.3.2...v0.3.3) (2020-03-28) ### Features * **Routes:** added option to import just the routes definition ([99209d5](https://github.com/MutterPedro/digjoy/commit/99209d5724e3d13aab46e567d1e304cc052c3b55)) ### [0.3.2](https://github.com/MutterPedro/digjoy/compare/v0.3.1...v0.3.2) (2020-03-28) ### Features * **tsconfig.json:** updated tsconfig.json ([e56c1b1](https://github.com/MutterPedro/digjoy/commit/e56c1b169433631a4920a8ecb43f76671aa25032)) ### [0.3.1](https://github.com/MutterPedro/digjoy/compare/v0.3.0...v0.3.1) (2020-03-25) ## [0.3.0](https://github.com/MutterPedro/digjoy/compare/v0.2.9...v0.3.0) (2020-03-19) ### Bug Fixes * **GitHub Action:** fix linting step ([f0d8868](https://github.com/MutterPedro/digjoy/commit/f0d886853469fa0438b8a11e380afef61bbc98b2)) ### [0.2.9](https://github.com/MutterPedro/digjoy/compare/v0.2.8...v0.2.9) (2020-03-19) ### Features * **URL Param:** added support to URL param ([91ecf2e](https://github.com/MutterPedro/digjoy/commit/91ecf2e95df103dda36c9b9f5116f785fa249005)) ### [0.2.8](https://github.com/MutterPedro/digjoy/compare/v0.2.7...v0.2.8) (2019-11-28) ### [0.2.7](https://github.com/MutterPedro/digjoy/compare/v0.2.6...v0.2.7) (2019-11-08) ### Features * **Dependencies:** update dependencies ([92e097e](https://github.com/MutterPedro/digjoy/commit/92e097ed4a9434b24e795ea1fb40a981af780396)) ### [0.2.6](https://github.com/MutterPedro/digjoy/compare/v0.2.5...v0.2.6) (2019-11-07) ### Bug Fixes * **Params validation:** change joi 'assert' to params model 'validate' ([2884d6a](https://github.com/MutterPedro/digjoy/commit/2884d6a034d9487024d4248e75de9554d18d286d)) ### [0.2.5](https://github.com/MutterPedro/digjoy/compare/v0.2.4...v0.2.5) (2019-11-05) ### Features * **README:** first version of README ([3bb7af9](https://github.com/MutterPedro/digjoy/commit/3bb7af9b491520acca718d599ad160527915beba)) ### [0.2.4](https://github.com/MutterPedro/digjoy/compare/v0.2.3...v0.2.4) (2019-11-01) ### Bug Fixes * **Types:** added types to package.json ([1fe705c](https://github.com/MutterPedro/digjoy/commit/1fe705c6667dfabc31cfb4114a4c2c87ee8be33b)) ### [0.2.3](https://github.com/MutterPedro/digjoy/compare/v0.2.2...v0.2.3) (2019-11-01) ### Bug Fixes * **Package.json:** fix package.json ([6e1de22](https://github.com/MutterPedro/digjoy/commit/6e1de22c4d3507f27079598ca49b87082603d4c1)) ### [0.2.2](https://github.com/MutterPedro/digjoy/compare/v0.2.1...v0.2.2) (2019-11-01) ### Bug Fixes * **Package.json:** fix package.json ([c7bb35a](https://github.com/MutterPedro/digjoy/commit/c7bb35a130a16fb3bfd90157a9492094e791bdb3)) ### [0.2.1](https://github.com/MutterPedro/digjoy/compare/v0.2.0...v0.2.1) (2019-11-01) ### Bug Fixes * **Badges:** fix badges ([99ca081](https://github.com/MutterPedro/digjoy/commit/99ca081bc228b336f4f0c235fe6188c45822da5d)) ## 0.2.0 (2019-11-01) ### Features * **Decorators:** added controller and http methods decorators ([f282736](https://github.com/MutterPedro/digjoy/commit/f2827363732a91230f777c2739f6d72877078520)) * **Tests:** added integration tests ([9ec0c78](https://github.com/MutterPedro/digjoy/commit/9ec0c78d2b1297b2f2672792c2fc64242aa33f25))