Skip to content

Releases: woowabros/nestjs-library-crud

Release 0.12.0

11 Mar 11:05
867aeca

Choose a tag to compare

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)

Release 0.11.1

04 Mar 03:27
f943472

Choose a tag to compare

Changelog:

  • fix: column wrong defined when use namingStrategy (8def8cb)
  • feat: added test case, remove unnecessary optional chaining (bd6ad85)
  • build(deps-dev): bump dotenv from 16.4.4 to 16.4.5 (64fd6e2)
  • build(deps): bump @nestjs/common from 10.3.1 to 10.3.3 (6ef5a1a)
  • build(deps-dev): bump @types/node from 20.11.2 to 20.11.20 (61fe8ab)
  • build(deps-dev): bump @nestjs/testing from 10.3.0 to 10.3.3 (0b05507)
  • build(deps-dev): bump mongodb-memory-server from 9.1.4 to 9.1.6 (d2c275f)
  • build(deps): bump ip from 1.1.8 to 1.1.9 (bd59171)
  • build(deps): bump @nestjs/typeorm from 10.0.1 to 10.0.2 (316f10b)
  • build(deps-dev): bump @commitlint/cli from 18.6.0 to 18.6.1 (26d451e)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (b7aeb79)
  • build(deps): bump @nestjs/platform-express from 10.2.10 to 10.3.3 (997825e)
  • build(deps-dev): bump dotenv from 16.4.2 to 16.4.4 (64ece4e)
  • build(deps): bump @nestjs/core from 10.3.1 to 10.3.3 (cd5076e)
  • build(deps): bump typeorm from 0.3.19 to 0.3.20 (a829cb8)
  • build(deps): bump @nestjs/swagger from 7.1.17 to 7.3.0 (353cbd2)
  • build(deps-dev): bump dotenv from 16.4.1 to 16.4.2 (64dee19)

Release 0.11.0

11 Feb 09:13
ec5b8c7

Choose a tag to compare

Changelog:

  • feat: support embedded entities (4641ce2)
  • feat: controls listeners (1735341)
  • build(deps-dev): bump husky from 8.0.3 to 9.0.10 (dcd1201)
  • build(deps-dev): bump lint-staged from 15.2.0 to 15.2.2 (e91f9ab)
  • build(deps-dev): bump prettier from 3.1.1 to 3.2.5 (eca16b2)
  • build(deps-dev): bump @commitlint/config-conventional (932a6ae)
  • build(deps): bump class-validator from 0.14.0 to 0.14.1 (53bf08c)

Release 0.10.2

05 Feb 03:35
dca51cd

Choose a tag to compare

Changelog:

  • fix: broken unit-test on node20 (ec53df4)
  • feat: allowed 0 on offset (9611c68)
  • build(deps): bump @nestjs/common from 10.2.10 to 10.3.1 (3655f69)
  • build(deps-dev): bump supertest from 6.3.3 to 6.3.4 (067c21f)
  • build(deps-dev): bump dotenv from 16.3.1 to 16.4.1 (c5d10a6)
  • build(deps): bump @nestjs/core from 10.2.10 to 10.3.1 (17e89bb)
  • build(deps-dev): bump mysql2 from 3.6.5 to 3.9.1 (0314e1d)
  • feat: unit-test offset pagination get datas (634c655)
  • build(deps-dev): bump @types/node from 20.10.7 to 20.11.2 (a8608c0)
  • build(deps-dev): bump commitlint from 18.4.3 to 18.4.4 (ca184b6)
  • feat: unit-test on node v20 (8149d8e)
  • build(deps): bump follow-redirects from 1.15.3 to 1.15.4 (84d25c8)
  • build(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 6.18.0 (d8a7243)
  • build(deps-dev): bump mongodb-memory-server from 9.1.3 to 9.1.4 (d0046d4)
  • build(deps-dev): bump @types/node from 20.10.6 to 20.10.7 (b3df97f)
  • build(deps-dev): bump sqlite3 from 5.1.6 to 5.1.7 (f269629)
  • build(deps): bump typeorm from 0.3.17 to 0.3.19 (9d0fda4)
  • build(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.17.0 (6d27cb0)
  • build(deps-dev): bump @types/supertest from 2.0.16 to 6.0.2 (133e971)
  • build(deps-dev): bump @types/node from 20.10.5 to 20.10.6 (a603eca)
  • build(deps-dev): bump eslint-plugin-unicorn from 49.0.0 to 50.0.1 (d973749)
  • build(deps-dev): bump @types/qs from 6.9.10 to 6.9.11 (19c6d26)
  • build(deps-dev): bump @typescript-eslint/parser from 6.14.0 to 6.16.0 (c3f989a)
  • build(deps-dev): bump @nestjs/testing from 10.2.10 to 10.3.0 (d1e73f5)

Release 0.10.1

20 Dec 23:05
e5d5ec1

Choose a tag to compare

Changelog:

  • feat: use without entity name (ec5b378)

Release 0.10.0

19 Dec 01:08
32321d0

Choose a tag to compare

Changelog:

Release 0.9.0

15 Dec 00:22
4a21124

Choose a tag to compare

Changelog:

  • feat: free from extends BaseEntity (24f2894)
  • build(deps): bump reflect-metadata from 0.1.13 to 0.1.14 (cb5e763)
  • build(deps-dev): bump @nestjs/testing from 10.2.7 to 10.2.10 (0544a47)
  • build(deps-dev): bump @types/node from 20.8.10 to 20.10.4 (658c2da)
  • feat: do not use ActiveRecord Pattern (79a9b54)
  • build(deps-dev): bump @types/express from 4.17.19 to 4.17.21 (160ca65)
  • build(deps-dev): bump mysql2 from 3.6.3 to 3.6.5 (260d6bd)
  • build(deps-dev): bump mongodb-memory-server from 9.0.1 to 9.1.1 (0cf7ec6)
  • build(deps-dev): bump @types/lodash from 4.14.201 to 4.14.202 (01089b0)
  • build(deps): bump @nestjs/platform-express from 10.2.8 to 10.2.10 (baa3849)
  • build(deps-dev): bump typescript from 5.2.2 to 5.3.2 (fe594e5)
  • build(deps): bump @nestjs/core from 10.2.8 to 10.2.10 (7fa2200)
  • build(deps-dev): bump @types/lodash from 4.14.199 to 4.14.201 (d59942a)
  • build(deps): bump @nestjs/typeorm from 10.0.0 to 10.0.1 (3ab17fe)
  • build(deps): bump @nestjs/swagger from 7.1.15 to 7.1.16 (2a69741)
  • build(deps): bump @nestjs/swagger from 7.1.13 to 7.1.15 (2da1c8d)
  • build(deps): bump @nestjs/core from 10.2.7 to 10.2.8 (c2fdbdf)
  • build(deps): bump @nestjs/platform-express from 10.2.7 to 10.2.8 (e40faf8)

Release 0.8.8

08 Nov 02:27
b4d3342

Choose a tag to compare

Changelog:

  • fix: correct unit-test (3100bd4)
  • fix: relations in crud options does not work (311bc52)
  • build(deps-dev): bump eslint from 8.52.0 to 8.53.0 (df5a958)
  • build(deps-dev): bump @types/node from 20.8.4 to 20.8.10 (c8d56d6)
  • build(deps-dev): bump mysql2 from 3.6.1 to 3.6.3 (1c21027)
  • build(deps-dev): bump eslint-plugin-unicorn from 48.0.1 to 49.0.0 (5c2fa6c)
  • build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (c71e1d2)
  • build(deps-dev): bump @types/qs from 6.9.8 to 6.9.9 (bf370ff)

Release 0.8.7

30 Oct 03:40
f35cb4a

Choose a tag to compare

Changelog:

  • feat: cursor pagination total count (883c9ff)

Release 0.8.6

26 Oct 07:46
6f71931

Choose a tag to compare

fix: search next cursor bug (c3a5841)

'0.8.5' is an incorrectly distributed version.

Changelog:

  • fix: search next cursor bug (c3a5841)
  • build(deps-dev): bump eslint-import-resolver-webpack (4f4dd71)
  • build(deps): bump @babel/traverse from 7.22.20 to 7.23.2 (9f3004c)
  • Merge pull request #329 from woowabros/dependabot/npm_and_yarn/types/express-4.17.19 (e591936)
  • build(deps): bump @nestjs/platform-express from 10.2.6 to 10.2.7 (c947b00)
  • build(deps-dev): bump release-it from 16.1.5 to 16.2.1 (f41927b)
  • build(deps): bump @nestjs/common from 10.2.6 to 10.2.7 (21a7fc6)
  • build(deps): bump @nestjs/core from 10.2.6 to 10.2.7 (9aab1b1)
  • build(deps-dev): bump @types/express from 4.17.18 to 4.17.19 (68e0fdf)