Releases: pugjs/pug
Releases · pugjs/pug
[email protected]
Breaking Changes
- Drop support for node 6 and 8 (#3243)
2.0.4
- fix: improve error message when requiring a filter that's not installed
- fix: toJSON is now only called on object-like values
- fix: preLex plugins were not called when compiling from a string
- perf: add "files" property to exclude un-used files from package and reduce install size
- feat: support
...
spread attributes when compiling to JSX N.B. this will not work when rendering to HTML
2.0.3
- fix: update clean-css dependency. This resolves a RegExp DoS vulnerability that should not have impacted any pug users (unless you process un-trusted pug source code)