Skip to content

Commit e07c0c1

Browse files
author
Frank Schmid
committed
Prepared release
1 parent b5dc61f commit e07c0c1

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ WebPack's [Tree-Shaking][link-webpack-tree] optimization.
2828

2929
## Recent improvements and important changes
3030

31-
* Webpack 2 support has been dropped in favor of Webpack 4
31+
* Support Webpack 4
32+
* Drop Webpack 2 support
3233
* Cleaned up configuration. You should now use a `custom.webpack` object to configure everything relevant for the plugin. The old configuration still works but will be removed in the next major release. For details see below.
33-
* This 5.0.0 prerelease is based on the current 4.4.0
3434

3535
For the complete release notes see the end of this document.
3636

@@ -503,6 +503,7 @@ The following serverless plugins are explicitly supported with `serverless-webpa
503503

504504
| Plugin | NPM |
505505
|-----------------------------------|-----|
506+
| serverless-offline | [![NPM][ico-serverless-offline]][link-serverless-offline] |
506507
| serverless-step-functions-offline | [![NPM][ico-step-functions-offline]][link-step-functions-offline] |
507508

508509
## For developers
@@ -559,8 +560,20 @@ plugin when running a command or invoked by a hook.
559560
-> webpack:compile
560561
```
561562
563+
## Thanks
564+
565+
Special thanks go to the initial author of serverless-webpack, Nicola Peduzzi (https://github.com/thenikso), who allowed
566+
me to take it over and continue working on the project. That helped to revive it and lead it to new horizons.
567+
562568
## Release Notes
563569
570+
* 5.0.0
571+
* Support Webpack 4 [#331][link-331] [#328][link-328]
572+
* BREAKING: Drop support for Webpack 2
573+
* Allow to check for local invocation in the webpack configuration [#232][link-232]
574+
* New centralized configuration with fallback to the old one [#336][link-336]
575+
* Improved unit tests and actual coverage calculation [#337][link-337]
576+
564577
* 4.4.0
565578
* Support serverless-step-functions-offline [#313][link-313]
566579
* Fixed webpack documentation links [#326][link-326]
@@ -666,6 +679,7 @@ plugin when running a command or invoked by a hook.
666679
[link-webpack-externals]: https://webpack.js.org/configuration/externals/
667680
[link-examples]: ./examples
668681
[link-serverless-offline]: https://www.npmjs.com/package/serverless-offline
682+
[ico-serverless-offline]: https://img.shields.io/npm/v/serverless-offline.svg
669683
[link-serverless-dynamodb-local]: https://www.npmjs.com/package/serverless-dynamodb-local
670684
[link-step-functions-offline]: https://www.npmjs.com/package/serverless-step-functions-offline
671685
[ico-step-functions-offline]: https://img.shields.io/npm/v/serverless-step-functions-offline.svg
@@ -745,3 +759,9 @@ plugin when running a command or invoked by a hook.
745759
[link-313]: https://github.com/serverless-heaven/serverless-webpack/pull/313
746760
[link-326]: https://github.com/serverless-heaven/serverless-webpack/pull/326
747761
[link-329]: https://github.com/serverless-heaven/serverless-webpack/issues/329
762+
763+
[link-232]: https://github.com/serverless-heaven/serverless-webpack/issues/232
764+
[link-331]: https://github.com/serverless-heaven/serverless-webpack/issues/331
765+
[link-328]: https://github.com/serverless-heaven/serverless-webpack/pull/328
766+
[link-336]: https://github.com/serverless-heaven/serverless-webpack/pull/336
767+
[link-337]: https://github.com/serverless-heaven/serverless-webpack/pull/337

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "5.0.0-rc.4",
3+
"version": "5.0.0",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
6-
"author": "Nicola Peduzzi <nicola.peduzzi@elastic-coders.com> (http://elastic-coders.com)",
6+
"author": "Frank Schmid <fschmid740@googlemail.com>",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/serverless-heaven/serverless-webpack.git"

0 commit comments

Comments
 (0)