Skip to content

Commit dad3a9b

Browse files
author
Frank Schmid
committed
Version bump to 3.0.0-rc.1
1 parent c6e76b4 commit dad3a9b

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,18 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
359359

360360
## Release Notes
361361

362+
* 3.0.0
363+
* Integrate with `serverless invoke local` [#151][link-151]
364+
* Support watch mode with `serverless invoke local --watch`
365+
* Stabilized and improved the bundling of node modules [#116][link-116], [#117][link-117]
366+
* Improved interoperability with Serverless and 3rd party plugins [#173][link-173]
367+
* Support individual packaging of the functions in a service [#120][link-120]
368+
* Allow setting stdio max buffers for NPM operations [#185][link-185]
369+
* Support bundling of node modules via node-externals whitelist [#186][link-186]
370+
* Removed the `webpack serve` command in favor of [`serverless-offline`][link-serverless-offline] [#152][link-152]
371+
* Updated examples [#179][link-179]
372+
* Added missing unit tests to improve code stability
373+
362374
* 2.2.0
363375
* Allow full dynamic configurations [#158][link-158]
364376
* Fix a bug that prevented the entries lib export to work with TypeScript [#165][link-165]
@@ -419,3 +431,13 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
419431

420432
[link-158]: https://github.com/elastic-coders/serverless-webpack/issues/158
421433
[link-165]: https://github.com/elastic-coders/serverless-webpack/issues/165
434+
435+
[link-116]: https://github.com/elastic-coders/serverless-webpack/issues/116
436+
[link-117]: https://github.com/elastic-coders/serverless-webpack/issues/117
437+
[link-120]: https://github.com/elastic-coders/serverless-webpack/issues/120
438+
[link-151]: https://github.com/elastic-coders/serverless-webpack/issues/151
439+
[link-152]: https://github.com/elastic-coders/serverless-webpack/issues/152
440+
[link-173]: https://github.com/elastic-coders/serverless-webpack/issues/173
441+
[link-179]: https://github.com/elastic-coders/serverless-webpack/pull/179
442+
[link-185]: https://github.com/elastic-coders/serverless-webpack/pull/185
443+
[link-186]: https://github.com/elastic-coders/serverless-webpack/pull/186

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "2.2.0",
3+
"version": "3.0.0-rc.1",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",

0 commit comments

Comments
 (0)