@@ -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