CHANGELOG.md
May 12, 2021 ยท View on GitHub
v4.1.0 (2021-05-12)
Pull requests
- #49 Update assetgraph to version 7.0.1 (semver-minor) (Alex J Burke)
- #48 Upgrade prettier to version 2.3.0 (depfu[bot])
- #42 Upgrade eslint-config-prettier to version 7.0.0 (depfu[bot])
- #41 Upgrade eslint-plugin-standard to version 5.0.0 (depfu[bot])
Commits to master
- Fix eslint-plugin-prettier usage (Andreas Lind)
- Update eslint-config-prettier to version 8.3.0 (depfu[bot])
v4.0.0 (2020-11-22)
Pull requests
- #39 Upgrade unexpected to version 12.0.0 (depfu[bot])
- #40 Upgrade prettier to version 2.2.0 (depfu[bot])
- #33 Upgrade prettier to version 2.1.0 (depfu[bot])
- #32 Upgrade eslint-plugin-mocha to version 8.0.0 (depfu[bot])
- #30 Upgrade eslint-plugin-mocha to version 7.0.0 (depfu[bot])
- #29 Upgrade eslint to version 7.0.0 (depfu[bot])
- #26 Upgrade mocha to version 7.0.0 (depfu[bot])
- #25 Upgrade eslint-plugin-node to version 11.0.0 (depfu[bot])
- #24 Upgrade nyc to version 15.0.0 (depfu[bot])
- #23 Upgrade prettier to version 1.19.1 (depfu[bot])
- #22 Upgrade eslint-plugin-node to version 10.0.0 (depfu[bot])
- #21 Upgrade eslint-config-standard to version 14.0.0 (depfu[bot])
- #20 Upgrade assetgraph to version 6.0.0 (Andreas Lind, depfu[bot])
- #19 Upgrade eslint-plugin-mocha to version 6.0.0 (depfu[bot])
- #18 Upgrade eslint-config-standard to version 13.0.1 (depfu[bot])
- #17 Upgrade eslint-config-prettier to version 6.0.0 (depfu[bot])
- #15 Upgrade eslint-config-prettier to version 5.0.0 (depfu[bot])
- #14 Upgrade prettier to version 1.18.2 (Andreas Lind, depfu[bot])
- #13 Upgrade unexpected-stream to version 4.0.0 (depfu[bot])
- #12 Upgrade eslint-plugin-node to version 9.0.1 (depfu[bot])
- #11 Upgrade nyc to version 14.0.0 (depfu[bot])
- #10 Upgrade prettier to version 1.17.0 (depfu[bot])
- #9 Upgrade mocha to version 6.0.0 (depfu[bot])
- #8 Upgrade prettier to version 1.16.0 (depfu[bot])
- #6 Upgrade unexpected-stream to version 3.0.0 (depfu[bot])
- #5 Upgrade mocha to version 5.2.0 (depfu[bot])
Commits to master
- Update mocha to ^8.2.1 (Andreas Lind)
- Update eslint to ^7.14.0 (Andreas Lind)
- Also check *.json with prettier (Andreas Lind)
- Brush up .prettierignore (Andreas Lind)
- Add offline-github-changelog integration + CHANGELOG.md (Andreas Lind)
- +19 more
v3.0.0 (2018-10-14)
Pull requests
- #4 Upgrade eslint to version 5.7.0 (depfu[bot])
Commits to master
- Update mocha to ^5.2.0 (Andreas Lind)
- Update assetgraph to version 5.3.1 (depfu[bot])
- Update coveralls to version 3.0.2 (depfu[bot])
- Replace istanbul with nyc (Andreas Lind)
- package.json: Switch to ^ deps (Andreas Lind)
- +14 more
v2.0.0 (2018-03-05)
- Update assetgraph to 4.0.0 (Andreas Lind)
- Remove jshint config files (Andreas Lind)
- Revert me: Update to assetgraph/assetgraph#049a45b221bdc27cdf773e27b8a6f15429432408 (Andreas Lind)
- Fix lint (Andreas Lind)
- Remove unused passerror dep (Andreas Lind)
- +5 more
v1.2.0 (2016-05-10)
- Update assetgraph to 2.5.3 and passerror to 1.1.1, use ^ version ranges. (Andreas Lind)
- Update dev deps. (Andreas Lind)
v1.1.0 (2015-07-29)
- Add jshint, istanbul + Travis & coveralls integration. (Andreas Lind)
- Update assetgraph to 1.22.0. (Andreas Lind)
- package.json: Use a valid SPDX identifier for the license field. (Andreas Lind)
- package.json: Fixed author name. (Andreas Lind)
v1.0.0 (2015-05-04)
- Wait a tick between emitting chunks/end. (Andreas Lind)
- Update unexpected-stream to 1.1.0. (Andreas Lind)
- Update optimist and passerror. (Andreas Lind)
- Test: Use unexpected-stream. (Andreas Lind)
- Update mocha and unexpected. (Andreas Lind)
v0.4.0 (2014-08-28)
- update assetgraph to 1.8.0 (Gustav Nikolaj Olsen)
- Update assetgraph to 1.6.32. (Andreas Lind Petersen)
- Update passerror to 1.0.1. (Andreas Lind Petersen)
- Update mocha to 1.20.0. (Andreas Lind Petersen)
- Replace expect.js with unexpected. (Andreas Lind Petersen)
v0.3.2 (2014-05-27)
- Update assetgraph to 1.6.31. (Andreas Lind Petersen)
- package.json: Indent with 2 spaces. (Andreas Lind Petersen)
v0.3.1
- Release 0.3.1. (Andreas Lind Petersen)
- Emit an 'etagFragment' event when an external JavaScript is evaluated (so that express-processimage can pick it up and add it to the etag of the processed image). (Andreas Lind Petersen)
v0.3.0
- Release 0.3.0. (Andreas Lind Petersen)
- Added support for running external scripts via the runScript option (determined by whether the value has a .js extension). (Andreas Lind Petersen)
- Moved test svg files to a 'data' subdir. (Andreas Lind Petersen)
v0.2.2
- Release 0.2.2. (Andreas Lind Petersen)
- Don't throw away the <svg> element, even if it has an id attribute that's not specified by options.keepId (Andreas Lind Petersen)
- Added removeDisplayNone option (removes display="none" on nodes explicitly mentioned in options.keepId). (Andreas Lind Petersen)
v0.2.1
- Release 0.2.1. (Andreas Lind Petersen)
- Only attempt to run scripts pointed to by SvgScript relations. (Andreas Lind Petersen)
- Run scripts in a try-catch and emit an error if an exception is caught. (Andreas Lind Petersen)
v0.2.0
- Release 0.2.0. (Andreas Lind Petersen)
- Added runScript option. (Andreas Lind Petersen)
- Replace xmldom with AssetGraph (which now uses xmldom for XML and XML-derived assets). (Andreas Lind Petersen)
- Removed debug code. (Andreas Lind Petersen)