Skip to content

v3.0.0

Compare
Choose a tag to compare
@ahmadnassri ahmadnassri released this 20 Dec 02:29
· 55 commits to master since this release

3.0.0 (2022-12-20)

⚠ BREAKING CHANGES

  • This module no longer supports Node.js 0.10

Features

  • ES2015: re-write using ES2015 / ES2016 and compile with Babel (6f970c8)
  • files: keep support for legacy .jade files (b75605e)
  • LICENSE: update license to ISC (more permissive) (5d53c47)

Bug Fixes

  • package.json: remove un-used dependencies (bc08d4c)
  • package.json: update License to ISC (f1235b9)
  • pug: assert passing options to pug (e941974)

Chores

  • drop support for Node.js 0.10 (cce7962)

Docs

  • README: link to pug docs (c2f69d2)
  • README: update README to reflect ES2015 updates (ea894a5)
  • README: Usage of the --production option is deprecated. Use --only=production instead (335211d)

Tests

  • dependencies: tap has build-in reporter formatting now (e3c8f60)
  • dependency: adding missing dependency (4be4f4a)
  • dependency: restore missing dependency (7bd6212)

CI/CD

  • adopt template-node-lib (c7911fd)

Build

  • build: improved build process (84ccee7)
  • deps: update packages (77bbbbd)
  • renovate: replace dependencies.io with Renovate app (46106b1)
  • scripts: remove nyc dependency, use tap directly to generate coverage (60ce1c9)