Releases: vndevteam/nestjs-boilerplate
Releases · vndevteam/nestjs-boilerplate
v1.0.4
What's Changed
- feat: change user table, add session table, add more auth apis by @lamngockhuong in #116
- docs: add more docs by @lamngockhuong in #117
- chore: merge develop into main by @lamngockhuong in #118
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- feat: add configuration doc to development.md by @lamngockhuong in #112
- docs: update docs by @lamngockhuong in #113
- chore(deps): update dependency vue to v3.4.33 by @renovate in #110
- docs: update docs by @lamngockhuong in #114
- chore(deps): update vuepress monorepo to v2.0.0-rc.39 by @renovate in #111
- feat: merge develop into main by @lamngockhuong in #115
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- feat: add operation summary for auth, user api by @lamngockhuong in #99
- feat: add more convention docs by @lamngockhuong in #100
- chore(deps): update dependency husky to v9.1.0 by @renovate in #101
- feat: merge develop into main by @khuongln-1346 in #102
- feat: add testing doc by @lamngockhuong in #105
- chore(deps): update dependency @swc/core to v1.7.0 by @renovate in #103
- chore(deps): update dependency husky to v9.1.1 by @renovate in #104
- feat: fix husky by @lamngockhuong in #106
- feat: add lint docs by @lamngockhuong in #107
- feat: merge develop into main by @lamngockhuong in #108
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- fix: simplify cors func by @khuongln-1346 in #85
- feat: add more decorators and auth controllers by @lamngockhuong in #87
- chore(deps): update dependency ts-jest to v29.2.2 - autoclosed by @renovate in #86
- chore(deps): update eslint monorepo to v9.7.0 by @renovate in #88
- feat: add auth login and more decorators for authen by @lamngockhuong in #91
- chore(deps): update dependency prettier to v3.3.3 by @renovate in #89
- fix: public health api by @lamngockhuong in #92
- chore(deps): update vuepress monorepo to v2.0.0-rc.38 by @renovate in #90
- feat: add http decorators by @lamngockhuong in #95
- chore(deps): update dependency typescript-eslint to v7.16.1 by @renovate in #93
- chore(deps): update dependency @types/node to v20.14.11 by @renovate in #94
- chore(deps): update dependency vue to v3.4.32 by @renovate in #96
- chore(deps): update dependency eslint-plugin-prettier to v5.2.1 by @renovate in #97
- feat: merge develop into main by @lamngockhuong in #98
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat(eslint): add eslint v9 by @lamngockhuong in #1
- chore: Configure Renovate by @renovate in #2
- feat: add husky, commitlint, lint-staged by @lamngockhuong in #4
- feat: add vuepress by @lamngockhuong in #5
- feat: add vuepress search plugin by @lamngockhuong in #6
- feat: add github pull-request template by @lamngockhuong in #7
- feat: add github action: check semantic prs by @lamngockhuong in #8
- feat: add common config and typeorm by @lamngockhuong in #10
- feat: re-configurate typeorm and migration by @khuongln-1346 in #15
- feat: add ci github action by @khuongln-1346 in #16
- feat: disable test e2e for github action ci by @lamngockhuong in #17
- feat: re-config docs github action by @khuongln-1346 in #18
- chore(deps): update dependency vue to v3.4.29 by @renovate in #13
- feat: add class serializer interceptor and logic creating user by @lamngockhuong in #20
- feat: fix docs by @lamngockhuong in #21
- chore(deps): update dependency ts-jest to v29.1.5 by @renovate in #19
- chore(deps): update dependency typescript-eslint to v7.13.1 by @renovate in #9
- chore(deps): update dependency @types/node to v20.14.4 by @renovate in #22
- chore(deps): update dependency @types/node to v20.14.4 by @renovate in #23
- feat: add github action for deploying docs by @lamngockhuong in #24
- feat: fix github action for deploying docs by @lamngockhuong in #25
- feat(docs): add some docs by @lamngockhuong in #26
- feat: fix docs config by @lamngockhuong in #27
- feat: add i18n by @khuongln-1346 in #30
- feat: add api versioning and prefix by @lamngockhuong in #31
- chore(deps): update vuepress monorepo by @renovate in #29
- chore(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.14 by @renovate in #32
- chore(deps): update dependency @types/node to v20.14.5 by @renovate in #28
- feat: change vuepress config by @khuongln-1346 in #33
- feat: add swagger by @khuongln-1346 in #34
- chore(deps): update dependency @types/node to v20.14.6 by @renovate in #35
- feat: update readme by @lamngockhuong in #36
- feat: add exception filter and add tsconfig by @lamngockhuong in #37
- feat: add exception handler by @lamngockhuong in #41
- chore(deps): update vuepress monorepo to v2.0.0-rc.37 by @renovate in #40
- chore(deps): update dependency @types/node to v20.14.8 by @renovate in #39
- chore(deps): update dependency typescript to v5.5.2 by @renovate in #38
- feat: add validation exception by @lamngockhuong in #43
- feat: add user logic and pagination by @lamngockhuong in #44
- chore(deps): update dependency vue to v3.4.30 by @renovate in #42
- feat: add vi docs by @lamngockhuong in #45
- feat: add docker by @lamngockhuong in #46
- chore(deps): update dependency typescript-eslint to v7.14.1 by @renovate in #47
- fix: docker by @khuongln-1346 in #48
- feat: change ts builder to swc by @lamngockhuong in #50
- feat: add helmet by @lamngockhuong in #51
- feat: add prettier-plugin-organize-imports and re-import by @lamngockhuong in #52
- feat: handle error when table is not exist by @khuongln-1346 in #56
- feat: add pino logger by @khuongln-1346 in #58
- chore(deps): update dependency @types/node to v20.14.9 by @renovate in #49
- fix(deps): update dependency @nestjs/swagger to v7.4.0 by @renovate in #63
- chore(deps): update dependency typescript-eslint to v7.15.0 by @renovate in #62
- fix(deps): update dependency @nestjs/config to v3.2.3 by @renovate in #59
- feat: upgrade deps and remove morgan by @lamngockhuong in #66
- feat: update logging by @lamngockhuong in #68
- feat: update user functions by @lamngockhuong in #69
- chore(deps): update dependency @swc/core to v1.6.8-nightly-20240704.3 by @renovate in #57
- feat: update api_paginated_response decorator by @lamngockhuong in #70
- feat: add health and fix transform by @lamngockhuong in #73
- chore(deps): update dependency @types/node to v20.14.10 by @renovate in #72
- feat: add compression by @lamngockhuong in #75
- feat: add cors by @lamngockhuong in #76
- fix: cors default by @lamngockhuong in #77
- feat: add libs modules by @lamngockhuong in #78
- feat: add auth module by @lamngockhuong in #79
- chore(deps): update dependency @swc/core to v1.6.13 by @renovate in #71
- feat: add url env and home module by @lamngockhuong in #80
- feat: add architecture.md by @lamngockhuong in #83
- chore(deps): update dependency typescript-eslint to v7.16.0 by @renovate in #82
- chore(deps): update dependency ts-jest to v29.2.0 - autoclosed by @renovate in #81
- feat: merge develop into main by @lamngockhuong in #84
New Contributors
- @renovate made their first contribution in #2
- @khuongln-1346 made their first contribution in #15
Full Changelog: https://github.com/vndevteam/nestjs-boilerplate/commits/v1.0.0