v1.7.1
New Features
- RavelinJS is only designed to be run in a browser, so it will error if you attempt to initialise it in an environment like node or deno where
window
is not defined. However, we now support importing the library without erroring during SSR, for example. #332
Dev Work
- We've upgraded node to the latest LTS v18, and many of the other test packages to their latest versions. This won't have changed the final product, though.