Skip to content

Releases: romsar/gonertia

v1.3.4

27 Sep 14:23
Compare
Choose a tag to compare

v1.3.3

25 Sep 13:38
450d363
Compare
Choose a tag to compare

Fix empty response redirect issue introduced by #14 #15

v1.3.2

25 Sep 07:40
Compare
Choose a tag to compare
  1. Fix client-side location not visiting (hard reloading) when returning 409 StatusConflict upon Inertia asset version change. #14
  2. Update Go version to 1.23

v1.3.1

05 Sep 17:52
Compare
Choose a tag to compare

Fix redirect methods used when setting StatusSeeOther response status #13

v1.3.0

10 Aug 17:11
Compare
Choose a tag to compare

context.go refactoring, breaking changes

v1.2.3

31 Jul 17:26
eb4561c
Compare
Choose a tag to compare
  1. Fix #11: inertia invalid response on large responses.
  2. Rename gonertia.Assert to gonertia.AssertFromBytes

v1.2.2

18 Jul 22:35
Compare
Choose a tag to compare

Fix flashing errors on version diff redirect

v1.2.1

18 Jul 22:26
Compare
Choose a tag to compare

Plain redirect on empty response instead of location.

v1.2.0

18 Jul 20:27
48ca4c5
Compare
Choose a tag to compare
  1. New Redirect method #8
  2. Back method refactoring

v1.1.8

16 Jul 19:31
Compare
Choose a tag to compare
  1. Change LazyProp type to struct.
  2. Added flush session data provider option in constructor. README.md updated.