Releases: woowabros/nestjs-library-crud
Release 0.12.9
Changelog:
- fix: Searching with parameters is not used when the body is empty. (#642) (e9263e9)
- build(deps-dev): bump @types/node from 22.0.0 to 22.5.0 (#636) (cce8727)
- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.5 (#637) (b3912c5)
- build(deps-dev): bump eslint from 9.9.0 to 9.9.1 (#638) (e8c921c)
- build(deps): bump @nestjs/platform-express from 10.3.10 to 10.4.1 (#639) (f50ee0b)
- build(deps): bump tslib from 2.6.3 to 2.7.0 (#640) (2bbf402)
- build(deps-dev): bump eslint from 9.8.0 to 9.9.0 (#635) (1f21e6c)
- build(deps): bump qs from 6.12.3 to 6.13.0 (#634) (f4bfbc8)
- build(deps-dev): bump @types/lodash from 4.17.6 to 4.17.7 (#633) (315558b)
- build(deps-dev): bump commitlint from 19.3.0 to 19.4.0 (#631) (0fd0e03)
- build(deps-dev): bump @nestjs/testing from 10.3.10 to 10.4.1 (#632) (eed670a)
- fix: broken ci (not found docker-compose) (#630) (452ea56)
- build(deps-dev): bump eslint from 9.4.0 to 9.8.0 (#621) (c9162ea)
- build(deps-dev): bump eslint-plugin-unicorn from 54.0.0 to 55.0.0 (#620) (76a8e91)
- build(deps-dev): bump mongodb-memory-server from 9.4.0 to 10.0.0 (#619) (af1681e)
- build(deps-dev): bump @types/node from 20.14.8 to 22.0.0 (#618) (15ccc87)
- build(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 (#616) (807cb65)
- build(deps-dev): bump typescript from 5.5.3 to 5.5.4 (#617) (02bd98a)
- build(deps-dev): bump mysql2 from 3.10.2 to 3.10.3 (#615) (f86e521)
- build(deps-dev): bump lint-staged from 15.2.5 to 15.2.7 (#614) (44e8b52)
- build(deps-dev): bump typescript-eslint from 7.16.0 to 7.17.0 (#613) (243bf14)
- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.3 (#612) (b2d7b4d)
- build(deps-dev): bump @typescript-eslint/parser from 7.16.1 to 7.17.0 (#611) (5db9f85)
Release 0.12.8
Changelog:
- build(deps): bump qs from 6.12.1 to 6.12.3 (#608) (fb0311c)
- build(deps-dev): bump @types/lodash from 4.17.5 to 4.17.6 (#606) (e4c572d)
- build(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 7.16.1 (#607) (54ba4c3)
- build(deps-dev): bump release-it from 17.3.0 to 17.6.0 (#605) (a975edb)
- build(deps-dev): bump mysql2 from 3.10.0 to 3.10.2 (#603) (6778468)
- build(deps): bump @nestjs/core from 10.3.9 to 10.3.10 (#601) (79b0f81)
- build(deps-dev): bump typescript-eslint from 7.15.0 to 7.16.0 (#602) (7888af4)
- build(deps-dev): bump typescript from 5.4.5 to 5.5.3 (#604) (bab6745)
- build(deps-dev): bump @nestjs/testing from 10.3.9 to 10.3.10 (#600) (03f0f0b)
- refactor: improve the logic for setting options in readMany and search (#592, @JadenKim-dev ) (66590bf)
- build(deps): bump @nestjs/platform-express from 10.3.9 to 10.3.10 (#597) (03c5d3d)
- build(deps-dev): bump typescript-eslint from 7.14.1 to 7.15.0 (#594) (c2a5dea)
- build(deps-dev): bump mongodb-memory-server from 9.2.0 to 9.4.0 (#591) (002c44b)
- build(deps-dev): bump typescript-eslint from 7.13.1 to 7.14.1 (#590) (b01da1f)
- build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 (#589) (58f13c2)
- build(deps): bump tslib from 2.6.2 to 2.6.3 (#588) (aa9aa47)
- build(deps-dev): bump @types/node from 20.14.2 to 20.14.8 (#587) (3fec39c)
- feat: only take can be used in cursor pagination, not limit (#586, @JadenKim-dev ) (085a267)
- build(deps-dev): bump typescript-eslint from 7.10.0 to 7.13.1 (#581) (8c01098)
- build(deps-dev): bump @types/lodash from 4.17.4 to 4.17.5 (#582) (474515a)
- build(deps-dev): bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 (#583) (35a5b2c)
- build(deps): bump @nestjs/core from 10.3.8 to 10.3.9 (#584) (764dc04)
Release 0.12.7
Changelog:
- build(deps): bump @nestjs/common from 10.3.8 to 10.3.9 (#573) (9b8dd3f)
- fix: swagger for search should include pagination option in body (#570, @JadenKim-dev ) (e7f2c13)
- build(deps-dev): bump pg from 8.11.5 to 8.12.0 (#574) (c90d87d)
- build(deps-dev): bump @typescript-eslint/parser from 7.12.0 to 7.13.0 (#575) (c0c3628)
- build(deps-dev): bump @types/node from 20.12.12 to 20.14.2 (#572) (8bfdb56)
- build(deps): bump @nestjs/platform-express from 10.3.8 to 10.3.9 (#576) (3c57607)
Release 0.12.6
Release 0.12.5
Changelog:
- fix: If a name is defined, should be used the defined name (#564) (#558 , reported by @chihabhajji) (d06ceb5)
- build(deps-dev): bump @nestjs/testing from 10.3.8 to 10.3.9 (#561) (3b8fc3a)
- test: add test case for date comparison in search route (#556, @JadenKim-dev ) (062b3fa)
Release 0.12.4
Release 0.12.3
Changelog:
- feat: update eslint (#547) (69b4568)
- refactor: improve validation for search route and refactor test code (#548, @JadenKim-dev ) (19db835)
- feat: changed request body schema name when using omitted/picked type (#546, @JadenKim-dev ) (a103a02)
- feat: add validation to check if CrudService is included as member of controller (#545, @JadenKim-dev ) (87b7311)
- build(deps-dev): bump release-it from 17.2.1 to 17.3.0 (#540) (4abf4d4)
- build(deps-dev): bump @types/lodash from 4.17.1 to 4.17.4 (#541) (d852eee)
- build(deps-dev): bump @types/node from 20.12.11 to 20.12.12 (#542) (4ae7946)
Release 0.12.2
Release 0.12.1
Changelog:
-
feat: updated swagger docs generation logic to reflect the paginationType for search (ad8ac31, @JadenKim-dev )
-
build(deps-dev): bump @nestjs/testing from 10.3.7 to 10.3.8 (4610694)
-
build(deps-dev): bump @types/node from 20.12.2 to 20.12.10 (01ad9b6)
-
build(deps-dev): bump @types/qs from 6.9.14 to 6.9.15 (13e2756)
-
build(deps-dev): bump @types/lodash from 4.17.0 to 4.17.1 (8209068)
-
build(deps-dev): bump release-it from 17.2.0 to 17.2.1 (b715037)
-
build(deps-dev): bump commitlint from 19.2.2 to 19.3.0 (69e0cfe)
-
build(deps-dev): bump supertest from 6.3.4 to 7.0.0 (c637d37)
-
build(deps): bump @nestjs/common from 10.3.7 to 10.3.8 (6b0c6d0)
-
build(deps-dev): bump mysql2 from 3.9.4 to 3.9.7 (7ee2a60)
-
build(deps): bump @nestjs/core from 10.3.7 to 10.3.8 (6e82e46)
-
build(deps-dev): bump release-it from 17.1.1 to 17.2.0 (b299975)
-
build(deps-dev): bump typescript from 5.4.3 to 5.4.5 (a77d2b4)
-
build(deps): bump @nestjs/platform-express from 10.3.7 to 10.3.8 (221b454)
-
build(deps-dev): bump mongodb-memory-server from 9.1.8 to 9.2.0 (ab3eb69)
-
build(deps): bump @nestjs/swagger from 7.3.0 to 7.3.1 (e54cde9)
-
build(deps-dev): bump commitlint from 19.2.1 to 19.2.2 (22ecba7)
-
build(deps-dev): bump @nestjs/testing from 10.3.5 to 10.3.7 (3e5b82b)
-
build(deps-dev): bump @commitlint/config-conventional (1310c9e)
-
build(deps): bump qs from 6.12.0 to 6.12.1 (c2e067b)
-
build(deps-dev): bump mysql2 from 3.9.2 to 3.9.4 (0fd201c)
-
build(deps): bump tar from 6.2.0 to 6.2.1 (1b95b16)
-
build(deps-dev): bump eslint-plugin-unicorn from 50.0.1 to 52.0.0 (508a2b5)
-
build(deps-dev): bump pg from 8.11.4 to 8.11.5 (14e99b0)
-
build(deps-dev): bump @types/qs from 6.9.12 to 6.9.14 (f182c0c)
-
build(deps): bump @nestjs/common from 10.3.4 to 10.3.7 (ba70bf5)
-
build(deps): bump reflect-metadata from 0.2.1 to 0.2.2 (b8109a9)
-
build(deps-dev): bump mongodb-memory-server from 9.1.7 to 9.1.8 (73978ae)
-
build(deps): bump @nestjs/core from 10.3.3 to 10.3.7 (41784ae)
-
build(deps-dev): bump pg from 8.11.3 to 8.11.4 (1e811c8)
-
build(deps): bump @nestjs/platform-express from 10.3.3 to 10.3.7 (e9d9de7)
-
build(deps-dev): bump @types/node from 20.11.25 to 20.12.2 (e85c9b2)
-
build(deps): bump express from 4.19.1 to 4.19.2 (0d8e314)
-
build(deps-dev): bump @commitlint/types from 18.6.1 to 19.0.3 (aa4116b)
-
build(deps-dev): bump @types/lodash from 4.14.202 to 4.17.0 (eb9d1a2)
-
build(deps-dev): bump eslint from 8.56.0 to 8.57.0 (7fda22b)
-
build(deps-dev): bump typescript from 5.4.2 to 5.4.3 (1c7d773)
-
build(deps-dev): bump @nestjs/testing from 10.3.3 to 10.3.5 (30cbcc6)
-
build(deps-dev): bump commitlint from 18.6.0 to 19.2.1 (9a87b56)
-
build(deps): bump express from 4.18.2 to 4.19.1 (b6dbbfc)
-
build(deps-dev): bump @commitlint/config-conventional (6bfd9db)
-
build(deps-dev): bump commitlint from 18.6.0 to 19.2.0 (48476e7)
-
build(deps): bump @nestjs/common from 10.3.3 to 10.3.4 (2e8a7b8)
-
build(deps-dev): bump typescript from 5.3.3 to 5.4.2 (e4cf06f)
-
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (55ff27f)
-
Update README.md (02ab122)
-
build(deps-dev): bump release-it from 17.0.1 to 17.1.1 (50665c6)
-
build(deps-dev): bump @types/node from 20.11.20 to 20.11.25 (b5cbb75)
-
build(deps): bump qs from 6.11.2 to 6.12.0 (93d3221)
-
build(deps-dev): bump mongodb-memory-server from 9.1.6 to 9.1.7 (c20bb33)
-
build(deps-dev): bump husky from 9.0.10 to 9.0.11 (ff88758)
-
docs: fix some comments, added routes options in detail (8d03bd2)
Release 0.12.0
Changelog:
- feat: override swagger body (10e2833)
- build(deps-dev): bump @commitlint/cli from 18.6.1 to 19.0.3 (c07840e)
- build(deps-dev): bump mysql2 from 3.9.1 to 3.9.2 (6897d24)
- build(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 (cf08ad2)
- build(deps-dev): bump @types/qs from 6.9.11 to 6.9.12 (17a0ee7)
- build(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.21.0 (ce241e2)