Skip to content

v3.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 01:33
· 99 commits to main since this release
1dc392e

3.0.0-beta.1 (2024-02-09)

⚠ BREAKING CHANGES

  • state properties, and method args (making use of the object option rather than tuples) will now use camelCase names instead of just being a javascript safe version of the source names

Features

  • Add cli option to preserve naming found in the application.json spec (fa96128)
  • Sanitise state properties and method arguments according to the selected sanitization strategy (d3cca63)

Dependencies and Other Build Updates

  • Include 'module' and 'type' in package.json (1bf5b7f)
  • Use commonjs by default in package for better backward compatibility (be696a9)