@@ -24,9 +24,10 @@ individually, resulting in smaller Lambda packages that contain only the code an
24
24
dependencies needed to run the function. This allows the plugin to fully utilize
25
25
WebPack's [ Tree-Shaking] [ link-webpack-tree ] optimization.
26
26
27
- ## Recent improvements
27
+ ## Recent improvements and important changes
28
28
29
29
* Improved extensibility for plugin authors (see _ For Developers_ section)
30
+ * Serverless 1.12+ is now required
30
31
31
32
For the complete release notes see the end of this document.
32
33
@@ -476,6 +477,15 @@ plugin when running a command or invoked by a hook.
476
477
477
478
## Release Notes
478
479
480
+ * 4.0.0
481
+ * BREAKING: Expose lifecycle events for plugin authors [#254][link-254]
482
+ * Fixed deprecated hook warning [#126][link-126]
483
+ * Support forceExclude option for external modules [#247][link-247]
484
+ * Support stats output configuration in webpack config [#260][link-260]
485
+ * Google: Only integrate package.json but not node modules into artifact [#264][link-264]
486
+ * Documentation fixes and updates [#265][link-265]
487
+ * Updated examples [#250][link-250]
488
+
479
489
* 3.1.2
480
490
* Fix issue where dependencies with dots in their names would not be installed [#251][link-251]
481
491
@@ -598,3 +608,11 @@ plugin when running a command or invoked by a hook.
598
608
[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245
599
609
600
610
[link-251]: https://github.com/serverless-heaven/serverless-webpack/issues/251
611
+
612
+ [link-126]: https://github.com/serverless-heaven/serverless-webpack/issues/126
613
+ [link-247]: https://github.com/serverless-heaven/serverless-webpack/issues/247
614
+ [link-250]: https://github.com/serverless-heaven/serverless-webpack/issues/250
615
+ [link-254]: https://github.com/serverless-heaven/serverless-webpack/pull/254
616
+ [link-260]: https://github.com/serverless-heaven/serverless-webpack/issues/260
617
+ [link-264]: https://github.com/serverless-heaven/serverless-webpack/pull/264
618
+ [link-265]: https://github.com/serverless-heaven/serverless-webpack/pull/265
0 commit comments