Preview 4
Pre-release
Pre-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