Skip to content

Releases: go-mojito/mojito

v0.0.19

09 Dec 12:44
a9d9cd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

14 Aug 14:12
381b94b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17

10 Mar 17:25
b8920da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

10 Jan 17:31
8a767c7
Compare
Choose a tag to compare

Breaking Changes

  • WebSocket API moved entirely to subfolder, interface changed
  • Moved convenience functions to mojito.Context, removed from router.Context.
    • Some implementations are now directly on the Request or Response object.
  • All routers need to update to support the updated router.NewContext function
  • ErrorContext removed
  • All compatibility code for mojito.Response and mojito.Request are now removed. Please migrate to mojito.Context.

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

22 Nov 14:07
99b042b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

03 Nov 22:46
84d6bb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v0.0.14

v0.0.13

19 Aug 21:49
00f910f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

19 Aug 09:37
3c7481a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

30 Jul 13:58
49b3bea
Compare
Choose a tag to compare

What's Changed

  • Flip error check that causes cache-miss page load to be empty by @nilathedragon in #13

Full Changelog: v0.0.10...v0.0.11

v0.0.10

30 Jul 13:41
5b695d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10