Skip to content

0.14.0

Compare
Choose a tag to compare
@timocov timocov released this 22 Oct 12:27
· 4 commits to master since this release

Breaking changes

  • Increased min nodejs version to v14 and changes compilation target from es5 to es2020 (module system is still commonjs)
  • Increased min typescript version to 4.3

Fixed

  • Added new parameter ignoreDecorated to ignore nodes that are "decorated" (see 0c34883 and #31)