Skip to content

Preview 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@srknzl srknzl released this 26 Jun 21:44
· 107 commits to main since this release

Breaking Changes

A new constructor function is exported instead of the class, allowing you to use a simple constructor instead of fromValue, fromNumber, and other static constructors. You can use the new constructor method with or without new operator.

Check out README to see how you can use the new constructor.

Improvements

  • API doc improvements
  • README improvements