Skip to content

Latest commit

 

History

History
122 lines (58 loc) · 5 KB

CHANGELOG.md

File metadata and controls

122 lines (58 loc) · 5 KB

Changelog

npm history

4.0.0 (2023-08-10)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#235)

Miscellaneous Chores

3.0.1 (2022-08-23)

Bug Fixes

3.0.0 (2022-06-07)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#215)

Build System

2.0.4 (2021-09-09)

Bug Fixes

  • build: switch primary branch to main (#186) (aaa4044)

2.0.3 (2020-07-24)

Bug Fixes

  • move gitattributes files to node templates (#130) (d4de5dd)

2.0.2 (2020-07-06)

Bug Fixes

2.0.1 (2020-05-08)

Bug Fixes

2.0.0 (2020-03-26)

⚠ BREAKING CHANGES

  • dep: upgrade typescript/gts (#97)
  • dep: deprecate Node 8 to 10 (#92)

Miscellaneous Chores

1.0.3 (2019-12-05)

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (c4aef9c)

1.0.2 (2019-11-15)

Bug Fixes

  • docs: add jsdoc-region-tag plugin (#60) (a975b1c)

1.0.1 (2019-06-27)

Bug Fixes

  • docs: make anchors work in jsdoc (#43) (5828db8)

1.0.0 (2019-05-02)

Build System

  • upgrade engines field to >=8.10.0 (#25) (10b9cc1)

BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#25)

v0.1.0

02-19-2019 12:27 PST

Hello, world!

  • feat: initial code commit (#1)

Documentation

  • docs: update links in contrib guide (#4)

Internal / Testing Changes

  • chore: add missing boilerplate files (#3)
  • chore: add dummy docs-test script and fix tests for Node 11 (#6)