Skip to content

v2.0.0

Compare
Choose a tag to compare
@pixelmund pixelmund released this 20 Jan 19:40
· 69 commits to main since this release
16aef94

Upgrading from v1 to v2

Please use any version above @sveltejs/kit@1.0.0-next.232, all older versions are not compatible with v2 anymore. Stick to 1.4.0 if you like to use older versions of kit.
There are no major breaking changes, besides some internal refactoring and switching from JS Proxy to Getters/Setters which should end up in a better performance. We also only decrypt the session data now if you access the session.data. Also the session data returns undefined now if not existing instead of an empty object.