Skip to content

v14.0.0

Compare
Choose a tag to compare
@sverweij sverweij released this 23 Sep 19:30
· 155 commits to main since this release
v14.0.0
4bce7f8

馃毃 breaking changes

  • 3a9d384/ 6cb8e8e ci!: drops support for node 16 and 19, sets minimum supported nodejs version to 18.17 BREAKING
    As we follow the nodejs release cycle and both node 16 and 19 are EOL, we drop support for them. You
    probably have already upgraded to node 18, but if not, now is the time to do so :-). If you need
    to support older nodejs versions, you can still use the last release that supports them (v13.1.5)
    for a while.

馃摉 documentation

  • c97e81e bugfix(doc): adds missing ": true," in options-reference.md example (#840) - thanks @LarsArtmann for this fix

馃懛 maintenance

  • 5b6c48f refactor: replaces 'glob' with 'picomatch' (#841) thanks @jimmywarting for triggering the discussion and pointing out glob as a candidate for replacement!
  • cc93d9c/ f586e7d build(npm): updates external dependencies
  • 7e68e7a refactor(cli): renames assertion function