Skip to content

v0.20.0

Choose a tag to compare

@Mortaro Mortaro released this 07 Jul 19:56
· 27 commits to master since this release
6033054

UPDATES

  • 💥 Breaking change: context lifetime depends on request lifetime to unify serverless and serverful behavior
  • ✨ Improve types for bind and ref b y @mococa and @GuiDevloper
  • ⚡Internal tests run faster by @GuiDevloper
  • 🐛 Fix scroll behavior on page change by @mococa

MIGRATIONS

  • bump version to 0.20.0 on package.json
  • if you updated the context in a request and expected it to persist, you now have to do it at the start() function, most likely no one did it tho because it would have unpredictable behavior on serverful