Skip to content

Commit d7fc77f

Browse files
author
Miguel Calles
committed
Added change log
1 parent 95cacde commit d7fc77f

File tree

2 files changed

+162
-159
lines changed

2 files changed

+162
-159
lines changed

CHANGELOG.md

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
# Change Log
2+
3+
* 5.3.3
4+
* default webpackConfig.node should be false #502
5+
* Fix yarn list --json stdOut parsing. fixes #388 #516
6+
* Updated release notes #585
7+
* Updated Node versions in CI #587
8+
* Remove optional peer dependencies #542
9+
* Check for node runtimes first #579
10+
11+
* 5.3.2
12+
* Fix eslint prettier #518
13+
* Add TypeScript definition #520
14+
* Project dependencies updated #524
15+
* fix typescript example lockfile #526
16+
* Typescript example babel loader #527
17+
* Bump tar from 2.2.1 to 2.2.2 in /examples/babel #544
18+
* Bump acorn from 6.3.0 to 6.4.1 in /examples/typescript #562
19+
* Bump eslint-utils from 1.4.0 to 1.4.3 #567
20+
* Bump handlebars from 4.1.2 to 4.7.6 #568
21+
* Addressed npm security vulnerabilities #569
22+
* Bump https-proxy-agent from 2.2.2 to 2.2.4 #572
23+
* Bump https-proxy-agent from 2.2.2 to 2.2.4 in /examples/typescript #573
24+
* Bump extend from 3.0.1 to 3.0.2 in /examples/babel #574
25+
* Bump stringstream from 0.0.5 to 0.0.6 in /examples/babel #575
26+
* Bump tough-cookie from 2.3.2 to 2.3.4 in /examples/babel #576
27+
* Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel #577
28+
* Bump debug from 2.6.8 to 2.6.9 in /examples/babel #578
29+
30+
* 5.3.1
31+
* Fixed bug that prevented to use handlers using import [#505][link-505]
32+
* Do not print empty lines in webpack stats [#499][link-499]
33+
* Added git hooks to improved code quality and developer experience [#496][link-496]
34+
35+
* 5.3.0
36+
* Restore compatibility with TypeScript [#449][link-449] [#465][link-465]
37+
* Allow glob for excludeFiles [#471][link-471]
38+
* Support Webpack 5 [#472][link-472]
39+
* Use colored output depending on tty [#480][link-480]
40+
* Allow to keep webpack folder [#453][link-453] [#467][link-467]
41+
* Add ability to exclude files from handler lookup [#433][link-433]
42+
* Documentation fixes [#429][link-429]
43+
44+
* 5.2.0
45+
* Show info message in verbose mode if aws-sdk has been excluded automatically [#393][link-393]
46+
* Added support for asynchronous webpack configuration [#412][link-412]
47+
* Better error message if handlers are not found [#418][link-418]
48+
49+
* 5.1.5
50+
* Re-publish of 5.1.4 without yarn.lock
51+
52+
* 5.1.4
53+
* Fix support for Yarn resolutions definitions [#379][link-379]
54+
* Better debugging for "Unable to import module ..." errors: Detect runtime dependencies that are only declared as devDependencies [#384][link-384]
55+
* Documentation updates [#382][link-382]
56+
57+
* 5.1.3
58+
* Fixed issue with Yarn and file references as dependencies [#370][link-370]
59+
60+
* 5.1.2
61+
* Fixed issue that leads to `Unexpected end of JSON` in projects with lots of dependencies [#309][link-309][#373][link-373]
62+
* Update webpack-4 example with VSCode debugging configuration [#365][link-365]
63+
64+
* 5.1.1
65+
* Fixed local invoke watch mode not executing changed files [#349][link-349]
66+
* Added Webpack 4 example [#355][link-355]
67+
* Documentation updates [#354][link-354]
68+
69+
* 5.1.0
70+
* Support Yarn [#286][link-286]
71+
* Allow local invoke to use existing compiled output [#341][link-341] [#275][link-275]
72+
* Support custom packager scripts [#343][link-343] [#342][link-342]
73+
74+
* 5.0.0
75+
* Support Webpack 4 [#331][link-331] [#328][link-328]
76+
* BREAKING: Drop support for Webpack 2
77+
* Allow to check for local invocation in the webpack configuration [#232][link-232]
78+
* New centralized configuration with fallback to the old one [#336][link-336]
79+
* Improved unit tests and actual coverage calculation [#337][link-337]
80+
81+
* 4.4.0
82+
* Support serverless-step-functions-offline [#313][link-313]
83+
* Fixed webpack documentation links [#326][link-326]
84+
* Abstracted packager interface [#329][link-329]
85+
86+
* 4.3.0
87+
* Add new `webpack:compile:watch:compile` event [#315][link-315]
88+
* Added note to README about using yarn [#316][link-316]
89+
* Made babel dynamic example the default babel example [#253][link-253]
90+
* Documentation fixes [#317][link-317] [#321][link-321]
91+
92+
* 4.2.0
93+
* Support local file references in package.json [#263][link-263]
94+
* Updated used tools (dev dependencies)
95+
96+
* 4.1.0
97+
* Prohibit manual entry configuration with individual packaging [#272][link-272]
98+
* Fixed bug with stats in webpack config for individual packaging [#278][link-278]
99+
* Fixed bug with startup order in combination with serverless-offline [#279][link-279]
100+
* Default target to "node" if not set [#276][link-276]
101+
* Support `serverless run` including watch mode [#269][link-269]
102+
103+
* 4.0.0
104+
* BREAKING: Expose lifecycle events for plugin authors [#254][link-254]
105+
* Fixed deprecated hook warning [#126][link-126]
106+
* Support forceExclude option for external modules [#247][link-247]
107+
* Support stats output configuration in webpack config [#260][link-260]
108+
* Google: Only integrate package.json but not node modules into artifact [#264][link-264]
109+
* Documentation fixes and updates [#265][link-265]
110+
* Updated examples [#250][link-250]
111+
112+
* 3.1.2
113+
* Fix issue where dependencies with dots in their names would not be installed [#251][link-251]
114+
115+
* 3.1.1
116+
* Fix issue where locked dependencies (package-lock.json) were ignored [#245][link-245]
117+
118+
* 3.1.0
119+
* Allow filesystem polling in watch mode (`--webpack-use-polling`) [#215][link-215]
120+
* Allow forced include of not referenced modules [#217][link-217]
121+
* Automatically include peer dependencies of used modules [#223][link-223]
122+
* Show explicit message if the provided webpack config can not be loaded [#234][link-234]
123+
* Improve examples [#227][link-227]
124+
* Update 3rd party provider compatibility table [#221][link-221]
125+
* Added automatic Travis and Coveralls builds to increase stability
126+
127+
* 3.0.0
128+
* Integrate with `serverless invoke local` [#151][link-151]
129+
* Support watch mode with `serverless invoke local --watch`
130+
* Stabilized and improved the bundling of node modules [#116][link-116], [#117][link-117]
131+
* Improved interoperability with Serverless and 3rd party plugins [#173][link-173]
132+
* Support individual packaging of the functions in a service [#120][link-120]
133+
* Allow setting stdio max buffers for NPM operations [#185][link-185]
134+
* Support bundling of node modules via node-externals whitelist [#186][link-186]
135+
* Removed the `webpack serve` command in favor of [`serverless-offline`][link-serverless-offline] [#152][link-152]
136+
* Updated examples [#179][link-179]
137+
* Added missing unit tests to improve code stability
138+
* Fixed unit tests to run on Windows [#145][link-145]
139+
140+
* 2.2.2
141+
* Reverted breaking change introduced in default output config [#202][link-202]
142+
143+
* 2.2.1
144+
* Restore functionality for Google provider [#193][link-193]
145+
146+
* 2.2.0
147+
* Allow full dynamic configurations [#158][link-158]
148+
* Fix a bug that prevented the entries lib export to work with TypeScript [#165][link-165]
149+
150+
* 2.1.0
151+
* Added support for webpack configuration in TypeScript format [#129][link-129]
152+
* Fixed bug with serverless-offline exec [#154][link-154]
153+
* Added unit tests for cleanup. Updated test framework [#11][link-11]
154+
* Support single function deploy and packaging [#107][link-107]
155+
* Fixed path exception bug with individual packaging and SLS 1.18 [#159][link-159]
156+
157+
* 2.0.0
158+
* Support arbitrary Webpack versions as peer dependency [#83][link-83]
159+
* Support `serverless offline start` invocation [#131][link-131]
160+
* Documentation updates [#88][link-88], [#132][link-132], [#140][link-140], [#141][link-141], [#144][link-144]
161+
* Print Webpack stats on recompile [#127][link-127]

README.md

Lines changed: 1 addition & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -756,165 +756,7 @@ me to take it over and continue working on the project. That helped to revive it
756756
757757
## Release Notes
758758
759-
* 5.3.3
760-
* default webpackConfig.node should be false #502
761-
* Fix yarn list --json stdOut parsing. fixes #388 #516
762-
* Updated release notes #585
763-
* Updated Node versions in CI #587
764-
* Remove optional peer dependencies #542
765-
* Check for node runtimes first #579
766-
767-
* 5.3.2
768-
* Fix eslint prettier #518
769-
* Add TypeScript definition #520
770-
* Project dependencies updated #524
771-
* fix typescript example lockfile #526
772-
* Typescript example babel loader #527
773-
* Bump tar from 2.2.1 to 2.2.2 in /examples/babel #544
774-
* Bump acorn from 6.3.0 to 6.4.1 in /examples/typescript #562
775-
* Bump eslint-utils from 1.4.0 to 1.4.3 #567
776-
* Bump handlebars from 4.1.2 to 4.7.6 #568
777-
* Addressed npm security vulnerabilities #569
778-
* Bump https-proxy-agent from 2.2.2 to 2.2.4 #572
779-
* Bump https-proxy-agent from 2.2.2 to 2.2.4 in /examples/typescript #573
780-
* Bump extend from 3.0.1 to 3.0.2 in /examples/babel #574
781-
* Bump stringstream from 0.0.5 to 0.0.6 in /examples/babel #575
782-
* Bump tough-cookie from 2.3.2 to 2.3.4 in /examples/babel #576
783-
* Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel #577
784-
* Bump debug from 2.6.8 to 2.6.9 in /examples/babel #578
785-
786-
* 5.3.1
787-
* Fixed bug that prevented to use handlers using import [#505][link-505]
788-
* Do not print empty lines in webpack stats [#499][link-499]
789-
* Added git hooks to improved code quality and developer experience [#496][link-496]
790-
791-
* 5.3.0
792-
* Restore compatibility with TypeScript [#449][link-449] [#465][link-465]
793-
* Allow glob for excludeFiles [#471][link-471]
794-
* Support Webpack 5 [#472][link-472]
795-
* Use colored output depending on tty [#480][link-480]
796-
* Allow to keep webpack folder [#453][link-453] [#467][link-467]
797-
* Add ability to exclude files from handler lookup [#433][link-433]
798-
* Documentation fixes [#429][link-429]
799-
800-
* 5.2.0
801-
* Show info message in verbose mode if aws-sdk has been excluded automatically [#393][link-393]
802-
* Added support for asynchronous webpack configuration [#412][link-412]
803-
* Better error message if handlers are not found [#418][link-418]
804-
805-
* 5.1.5
806-
* Re-publish of 5.1.4 without yarn.lock
807-
808-
* 5.1.4
809-
* Fix support for Yarn resolutions definitions [#379][link-379]
810-
* Better debugging for "Unable to import module ..." errors: Detect runtime dependencies that are only declared as devDependencies [#384][link-384]
811-
* Documentation updates [#382][link-382]
812-
813-
* 5.1.3
814-
* Fixed issue with Yarn and file references as dependencies [#370][link-370]
815-
816-
* 5.1.2
817-
* Fixed issue that leads to `Unexpected end of JSON` in projects with lots of dependencies [#309][link-309][#373][link-373]
818-
* Update webpack-4 example with VSCode debugging configuration [#365][link-365]
819-
820-
* 5.1.1
821-
* Fixed local invoke watch mode not executing changed files [#349][link-349]
822-
* Added Webpack 4 example [#355][link-355]
823-
* Documentation updates [#354][link-354]
824-
825-
* 5.1.0
826-
* Support Yarn [#286][link-286]
827-
* Allow local invoke to use existing compiled output [#341][link-341] [#275][link-275]
828-
* Support custom packager scripts [#343][link-343] [#342][link-342]
829-
830-
* 5.0.0
831-
* Support Webpack 4 [#331][link-331] [#328][link-328]
832-
* BREAKING: Drop support for Webpack 2
833-
* Allow to check for local invocation in the webpack configuration [#232][link-232]
834-
* New centralized configuration with fallback to the old one [#336][link-336]
835-
* Improved unit tests and actual coverage calculation [#337][link-337]
836-
837-
* 4.4.0
838-
* Support serverless-step-functions-offline [#313][link-313]
839-
* Fixed webpack documentation links [#326][link-326]
840-
* Abstracted packager interface [#329][link-329]
841-
842-
* 4.3.0
843-
* Add new `webpack:compile:watch:compile` event [#315][link-315]
844-
* Added note to README about using yarn [#316][link-316]
845-
* Made babel dynamic example the default babel example [#253][link-253]
846-
* Documentation fixes [#317][link-317] [#321][link-321]
847-
848-
* 4.2.0
849-
* Support local file references in package.json [#263][link-263]
850-
* Updated used tools (dev dependencies)
851-
852-
* 4.1.0
853-
* Prohibit manual entry configuration with individual packaging [#272][link-272]
854-
* Fixed bug with stats in webpack config for individual packaging [#278][link-278]
855-
* Fixed bug with startup order in combination with serverless-offline [#279][link-279]
856-
* Default target to "node" if not set [#276][link-276]
857-
* Support `serverless run` including watch mode [#269][link-269]
858-
859-
* 4.0.0
860-
* BREAKING: Expose lifecycle events for plugin authors [#254][link-254]
861-
* Fixed deprecated hook warning [#126][link-126]
862-
* Support forceExclude option for external modules [#247][link-247]
863-
* Support stats output configuration in webpack config [#260][link-260]
864-
* Google: Only integrate package.json but not node modules into artifact [#264][link-264]
865-
* Documentation fixes and updates [#265][link-265]
866-
* Updated examples [#250][link-250]
867-
868-
* 3.1.2
869-
* Fix issue where dependencies with dots in their names would not be installed [#251][link-251]
870-
871-
* 3.1.1
872-
* Fix issue where locked dependencies (package-lock.json) were ignored [#245][link-245]
873-
874-
* 3.1.0
875-
* Allow filesystem polling in watch mode (`--webpack-use-polling`) [#215][link-215]
876-
* Allow forced include of not referenced modules [#217][link-217]
877-
* Automatically include peer dependencies of used modules [#223][link-223]
878-
* Show explicit message if the provided webpack config can not be loaded [#234][link-234]
879-
* Improve examples [#227][link-227]
880-
* Update 3rd party provider compatibility table [#221][link-221]
881-
* Added automatic Travis and Coveralls builds to increase stability
882-
883-
* 3.0.0
884-
* Integrate with `serverless invoke local` [#151][link-151]
885-
* Support watch mode with `serverless invoke local --watch`
886-
* Stabilized and improved the bundling of node modules [#116][link-116], [#117][link-117]
887-
* Improved interoperability with Serverless and 3rd party plugins [#173][link-173]
888-
* Support individual packaging of the functions in a service [#120][link-120]
889-
* Allow setting stdio max buffers for NPM operations [#185][link-185]
890-
* Support bundling of node modules via node-externals whitelist [#186][link-186]
891-
* Removed the `webpack serve` command in favor of [`serverless-offline`][link-serverless-offline] [#152][link-152]
892-
* Updated examples [#179][link-179]
893-
* Added missing unit tests to improve code stability
894-
* Fixed unit tests to run on Windows [#145][link-145]
895-
896-
* 2.2.2
897-
* Reverted breaking change introduced in default output config [#202][link-202]
898-
899-
* 2.2.1
900-
* Restore functionality for Google provider [#193][link-193]
901-
902-
* 2.2.0
903-
* Allow full dynamic configurations [#158][link-158]
904-
* Fix a bug that prevented the entries lib export to work with TypeScript [#165][link-165]
905-
906-
* 2.1.0
907-
* Added support for webpack configuration in TypeScript format [#129][link-129]
908-
* Fixed bug with serverless-offline exec [#154][link-154]
909-
* Added unit tests for cleanup. Updated test framework [#11][link-11]
910-
* Support single function deploy and packaging [#107][link-107]
911-
* Fixed path exception bug with individual packaging and SLS 1.18 [#159][link-159]
912-
913-
* 2.0.0
914-
* Support arbitrary Webpack versions as peer dependency [#83][link-83]
915-
* Support `serverless offline start` invocation [#131][link-131]
916-
* Documentation updates [#88][link-88], [#132][link-132], [#140][link-140], [#141][link-141], [#144][link-144]
917-
* Print Webpack stats on recompile [#127][link-127]
759+
See [CHANGELOG.md](./CHANGELOG.md)
918760
919761
[ico-serverless]: http://public.serverless.com/badges/v3.svg
920762
[ico-license]: https://img.shields.io/github/license/serverless-heaven/serverless-webpack.svg

0 commit comments

Comments
 (0)