Skip to content

Releases: kenso312/nestjs-v10-webpack-boilerplate

v2.2.0

01 Mar 17:10
Compare
Choose a tag to compare

2.2.0 (2023-03-01)

Features

Bug Fixes

  • removed http service transformer (abe3603)

Chores

  • better format and commnets (c8ed152)
  • deps: upgrade dependency packages (b80c79c)

v2.1.9

04 Feb 17:53
Compare
Choose a tag to compare

2.1.9 (2023-02-04)

Bug Fixes

  • http service transform response handling (a5e9556)

Chores

  • deps: upgrade dependency packages (660b6c1)

v2.1.8

15 Jan 10:13
Compare
Choose a tag to compare

2.1.8 (2023-01-15)

Code Refactoring

Documentation

  • added boilerplate structure in README.md (a79290f)
  • updated README.md and added image location in workflow file (8762cb4)

Chores

  • change cluster to native library (010d352)
  • changed from pnpm to node when start the app in production (3dfc6b9)
  • deps: upgrade dependency packages (b2dcf8b)
  • move env.ts inside src directory (1b276aa)
  • update .env.example (1f59e30)
  • update jest config to prevent haste module naming collision (2e45e23)
  • update lint stage regex config (ab665ef)

v2.1.7

07 Jan 18:15
Compare
Choose a tag to compare

2.1.7 (2023-01-07)

Bug Fixes

  • prebuild lifecycle not working (89b32df)

Continuous Integration

  • update sync-dev commands (830b7cd)

Documentation

  • update attention part of README.md (ca36095)
  • update README.md (26d0782)

Chores

  • added barrel files for exception (f41cdb9)
  • changed http status to nestjs enum (803bc83)
  • changed node env from 'local' to 'development''' (ca3dc99)
  • changed to bufferLogs approach in main.ts (682fc9a)
  • deps: upgrade dependency packages (7f74a33)

v2.1.6

23 Dec 10:29
Compare
Choose a tag to compare

2.1.6 (2022-12-23)

Chores

  • deps: upgrade dependency packages (38725a3)
  • deps: upgrade dependency packages (f8f5d83)
  • removed development node env (31ec260)
  • update jest config (5deb7a2)

v2.1.5

19 Nov 10:37
Compare
Choose a tag to compare

2.1.5 (2022-11-19)

Continuous Integration

  • added build docker workflow (2f478b6)

Tests

  • added path not found test case (c83957b)
  • re-implement e2e test with standard naming and structure (3acc187)

Chores

  • deps: upgrade dependency packages (f5f1ac7)

v2.1.4

10 Nov 11:08
Compare
Choose a tag to compare

2.1.4 (2022-11-10)

Code Refactoring

  • e2e testing with better encapsulation (8b85ece)

Documentation

  • added PULL_REQUEST_TEMPLATE.md (fa40867)
  • improve documents + comments (75b562b)

Continuous Integration

  • changed dependabot schedule to daily (f27c9fa)

Chores

  • deps: upgrade dependency packages (c647868)
  • removed outdated errors (2ecdc98)
  • upgrade docker file node version to 18 (34aeca0)

v2.1.3

01 Nov 17:47
Compare
Choose a tag to compare

2.1.3 (2022-11-01)

Performance Improvements

Continuous Integration

  • changed merge method to rebase (ea4f9a8)

Documentation

Chores

  • added CODE_OF_CONDUCT.md (2672e4b)
  • added CONTRIBUTING.md (d1b40f0)
  • added SECURITY.md (d8d8787)
  • deps: upgrade dependency packages (194c4d9)
  • excluded health check logging (40962c9)
  • updated commands + test case (6fb9efe)

v2.1.2

22 Oct 21:02
758fe78
Compare
Choose a tag to compare

2.1.2 (2022-10-22)

Documentation

Chores

  • deps: upgrade dependency packages (05e4578)
  • optimized webpack config + added terser to minimize bundle size (73f9a58)

Continuous Integration

  • optimize workflow script (cdd016d)

v2.1.1

07 Oct 18:53
d2c8961
Compare
Choose a tag to compare

2.1.1 (2022-10-07)

Documentation

Continuous Integration

  • added swagger + test workflow (efda677)
  • changed code analysis to cron job only (f4705ed)
  • remove git checkout HEAD^2 for code analysis script (recommend) (6bdde61)
  • remove release-as attribute (for first release only) (f9aa833)
  • update pull request title pattern (27c31d3)
  • update workflow jobs + variables naming (d3c7ed4)