Skip to content

Latest commit

 

History

History
183 lines (90 loc) · 9.08 KB

CHANGELOG.md

File metadata and controls

183 lines (90 loc) · 9.08 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.9.0 (2021-02-28)

Features

  • docs: add test pattern to loader config (4f97cc5)

Bug Fixes

  • io: create output dir if not exists (987f7c1)

2.8.4 (2020-12-14)

2.8.3 (2020-11-28)

Bug Fixes

  • format: shrink parsed sources by one (b289bf4)

2.8.2 (2020-11-09)

Bug Fixes

  • format: handle overlapping ranges (6754fc7)

2.8.1 (2020-11-08)

Bug Fixes

  • format: handle unclosed module edge case properly (408142f)

2.8.0 (2020-11-08)

Features

  • format: support unclosed ranges of inlined modules (dbad71c)

Bug Fixes

  • typo: correct wording in README (36354bd)

2.7.1 (2020-11-03)

Bug Fixes

  • parsing: fix cutting out inlined modules (e5eee3b)

2.7.0 (2020-11-02)

Features

  • fix extracting parsed module code (63912fb)
  • format: add bundle parser from webpack bundle analyzer (24512b5)
  • testing: add debug configuration for Webpack (545f465)

Bug Fixes

  • 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)

Features

  • format: support multi-chunk setups (dc2a64e)

Bug Fixes

  • format: filter out files without source map (a2f429a)

2.5.1 (2020-09-01)

Bug Fixes

  • perf: improve performance for big files (53dcf10)

2.5.0 (2020-06-21)

Features

  • format: support webpack 5 (2acb6e8)
  • testing: add unit tests infrastracture (e5d10cc)
  • testing: upgrade all examples by default (9371b03)

Bug Fixes

  • editor: set ESLint as default formatter (94c3f6a)
  • node: support node v10 again (399eb06)

2.4.0 (2020-05-10)

Features

  • node: declare compatibility with node 10 (02e3da0)
  • testing: add a couple of node versions to CI configuration (c566aa6)

2.3.0 (2020-02-25)

Features

  • Handle multi-line output files (db10d5d)

2.2.1 (2019-12-06)

2.2.0 (2019-11-19)

Features

  • deps: create separate greenkeeper group for playground packages (f1413ba)

2.1.0 (2019-10-07)

Bug Fixes

  • 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)

Features

  • 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)

⚠ BREAKING CHANGES

  • format: require loader to gather original source contents
  • package: limit node.js version to 11 and above

Bug Fixes

  • format: show original source correctly for setups with loaders (be4dda3)

  • lint: specify parser version (6321d44)

  • package: add engines field (f009421)

1.1.0 (2019-09-17)

Features

  • format: support modules with loaders (8db4bf3)

1.0.1 (2019-09-04)

1.0.0 (2019-09-04)