File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.1.0] - 2024-10-28
8
9
9
- ## [ 2.1.0] - unreleased
10
+ ### Changed
11
+
12
+ - Updated node version to 20
13
+ - Updated send to 0.19.0
14
+ - Updated express to 4.21.1
15
+ - Updated cookie to 0.7.1
16
+ - Updated serve-static to 1.16.2
17
+ - Updated body-parser to 1.20.3
18
+
19
+ ## [ 2.0.1] - 2024-06-11
10
20
11
21
### Changed
12
22
23
+ - added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
24
+ - added TerserPlugin options to webpack to maintain function names in debug builds
25
+
13
26
- Pixi: added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
14
27
- Pixi: added TerserPlugin options to webpack to maintain function names in debug builds
15
28
@@ -55,15 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
68
- All seed templates now target node 18.15.0
56
69
- Added ` <meta name="robots" content="noindex"> ` to all template html files to prevent Google indexing
57
70
58
- ## [ 1.2.0] - 2022-12-21
71
+ ## [ 1.2.0] - 2022-12-12
59
72
60
73
### Changed
61
74
62
75
- Updated webpack to 5.75.0
63
76
- Updated webpack packages to match v5
64
77
- Bump loader-utils from 2.0.3 to 2.0.4
65
- - updated PIXI to 7.0.4
66
- - updated PIXI Sound to 5.0.0
67
78
68
79
### Added
69
80
You can’t perform that action at this time.
0 commit comments