Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@paulrobertlloyd paulrobertlloyd released this 10 Dec 22:11
· 10 commits to main since this release
a09a2cf

This release contains 2 breaking changes:

  1. The minimum supported version of Node is now v18 e9df67b
  2. The way the plugin is loaded and options are supplied to it now follow the recommended format. See #54 and 68c220e.

  • Update marked dependency 9ba7e8b
  • Update dependencies 6d5b386
  • Use Standard style for JS examples in README 2df50e9
  • Add type checking e4353b3
  • Update .prettierignore 10900bd
  • Add JSDoc for class generator function 2aa9f95
  • Use ESLint with Standard style 5c9f579
  • Add release script and documentation 72c6b94
  • Use node test runner 1f3595a
  • Update test workflow 334f124

v0.2.0...v0.3.0