All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.9.0 (2021-02-28)
- docs: add test pattern to loader config (4f97cc5)
- io: create output dir if not exists (987f7c1)
2.8.4 (2020-12-14)
2.8.3 (2020-11-28)
- format: shrink parsed sources by one (b289bf4)
2.8.2 (2020-11-09)
- format: handle overlapping ranges (6754fc7)
2.8.1 (2020-11-08)
- format: handle unclosed module edge case properly (408142f)
2.8.0 (2020-11-08)
- format: support unclosed ranges of inlined modules (dbad71c)
- typo: correct wording in README (36354bd)
2.7.1 (2020-11-03)
- parsing: fix cutting out inlined modules (e5eee3b)
2.7.0 (2020-11-02)
- fix extracting parsed module code (63912fb)
- format: add bundle parser from webpack bundle analyzer (24512b5)
- testing: add debug configuration for Webpack (545f465)
- use proper module indexes for parsing Webpack 5 bundle (be6f2d5)
- testing: fix launch setup for Webpack 5 (eb486c7)
- make it at least not failing with Webpack 5 (60c7399)
- format: don't enhance modules without source (1333fab)
- testing: remove superfluous launch configuration (b3eb507)
2.6.1 (2020-09-23)
2.6.0 (2020-09-22)
- format: support multi-chunk setups (dc2a64e)
- format: filter out files without source map (a2f429a)
2.5.1 (2020-09-01)
- perf: improve performance for big files (53dcf10)
2.5.0 (2020-06-21)
- format: support webpack 5 (2acb6e8)
- testing: add unit tests infrastracture (e5d10cc)
- testing: upgrade all examples by default (9371b03)
2.4.0 (2020-05-10)
- node: declare compatibility with node 10 (02e3da0)
- testing: add a couple of node versions to CI configuration (c566aa6)
2.3.0 (2020-02-25)
- Handle multi-line output files (db10d5d)
2.2.1 (2019-12-06)
2.2.0 (2019-11-19)
- deps: create separate greenkeeper group for playground packages (f1413ba)
2.1.0 (2019-10-07)
- api: set default options (1e8c487)
- api: use single resource map per plugin instance (f7c54d8)
- deps: resolve security issue (800064f)
- format: handle lack of soruce contents (bceb866)
- format: handle lack of sourcemap (b298b56)
- testing: add playground with minimal example (2a672ba)
- testing: add playground with multiple configs example (1a50b62)
- testing: add Travis CI config (38ee3d3)
- testing: generate snapshots during tests (5614f6f)
2.0.1 (2019-09-17)
2.0.0 (2019-09-17)
- format: require loader to gather original source contents
- package: limit node.js version to 11 and above
-
format: show original source correctly for setups with loaders (be4dda3)
-
lint: specify parser version (6321d44)
-
package: add engines field (f009421)
- format: support modules with loaders (8db4bf3)