Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.5 (2022-09-09)
Bug Fixes
- remove /# sourceURL= / from css-loader content (8f12aed)
2.2.4 (2021-07-31)
Others
- include typings in release (7c898b6)
2.2.3 (2021-07-25)
Bug Fixes
- returns object instead of string (7c898b6)
2.2.2 (2020-10-20)
Bug Fixes
2.2.1 (2018-06-19)
Bug Fixes
- eachModule: shortcircuit the iteration when callback returns true (d5a6d73)
- loader-webpack: handle HMR changes also in async modules (#40) (36c5de3)
1.0.3 (2016-09-22)
Bug Fixes
- index: delete the empty cache element if failed to webpack_require (13fb8b8), closes #18
1.0.2 (2016-07-29)
Bug Fixes
- index: incorrect contextual "this" reference (bf29b49)
1.0.1 (2016-07-29)
Bug Fixes
- index: cache loading Promises and fix lazy loading (26e1a74), closes #15
1.0.0 (2016-07-27)
Features
- index: expose ensureOriginOnExports and simplify loadModule (b6a3ed0)
- index: further simplify loadModule (4fe5405)
- index: implement PLATFORM.eachModule (a942c57)
1.0.0-beta.1.0.3 (2016-06-09)
Features
1.0.0-beta.1.0.2 (2016-05-10)
1.0.0-beta.1.0.1 (2016-04-13)
Bug Fixes
- index: ensure correct cache lookup (b9c9aa55)
Features
- index: implement PLATFORM.eachModule for webpack (9bd90f47)
1.0.0-beta.1.0.0 (2016-03-22)
0.1.2 (2016-03-01)
Bug Fixes
- all: remove core-js dependency (dfb7784a)
0.1.1 (2016-02-25)