Skip to content

v2.0.0

Compare
Choose a tag to compare
@JPeer264 JPeer264 released this 18 Jun 13:19
· 99 commits to main since this release

Breaking changes:

  • Mapping file: Since rcs-core@2.0.0 a lot of new features came to the core, the output of the selectors are different. This is a breaking as the generated mapping is now a different one
  • JSX option in processJs: The option jsx got replaced by parserOptions, and its default is now true

Features:

  • b9a751d Feat: update rcs-core@2.1.0 and add parserOptions in processJs (closes #16) (JPeer264)
  • f1e5e56 Feat: update to rcs-core@2.0.1 (JPeer264)

Other:

  • 448747a Style: remove eslint warnings (JPeer264)
  • 569dae2 Style: eslint fix (JPeer264)
  • 465aab5 Chore: remove Node 4 support, add v8 and v10 (JPeer264)