Skip to content

Releases: eidellev/inertiajs-adonisjs

v4.2.0

28 Aug 09:13
Compare
Choose a tag to compare

4.2.0 (2021-08-28)

Bug Fixes

  • redirect: specify the exact methods where status needs to be set to 303 (711136f)

Features

  • redirect: automatically assign the correct HTTP code when redirecting (7301e80)
  • redirect: set the correct status on named redirects (c5a5758)

v4.1.1

21 Aug 20:37
Compare
Choose a tag to compare

4.1.1 (2021-08-21)

Bug Fixes

  • reponse rendering: fix post request appending body to url as query params (e0a81fb)

v4.1.0

12 Aug 07:49
Compare
Choose a tag to compare

4.1.0 (2021-08-12)

Features

  • asset versioning: added manifest file helper to automatically calculate asset version (4fca69f)
  • route helper: support passing view-only params (292971a)

v4.0.1

11 Aug 19:36
Compare
Choose a tag to compare

4.0.1 (2021-08-11)

Bug Fixes

  • rendering: append the vary header to responses (6806c40)

v4.0.0

22 May 05:31
Compare
Choose a tag to compare

4.0.0 (2021-05-22)

Bug Fixes

  • fixed deprecation warning (3d1dbf3)

BREAKING CHANGES

  • users on older versions of adonis may need to upgrade

v3.3.0

14 May 19:14
Compare
Choose a tag to compare

3.3.0 (2021-05-14)

Features

  • instructions: automatically install inertia and framework adapter (1670113)
  • instructions: install inertia core + adapter (e9fb2ad)
  • instructions: prompt user to install inertia and client-side adapter (2cfe63b)

v3.2.4

05 May 15:19
Compare
Choose a tag to compare

3.2.4 (2021-05-05)

Bug Fixes

  • semantic release: fixed release action (d3e4e63)
  • semantic release: fixed release action (a129f77)

v3.2.3

05 May 15:02
Compare
Choose a tag to compare

3.2.3 (2021-05-05)

Bug Fixes

  • dummy commit to test release workflow (f4ede61)

v3.2.2

05 May 07:56
Compare
Choose a tag to compare

3.2.2 (2021-05-05)

Bug Fixes

  • use the correct version of mrm-preset and moved to dev dependencies (2be61ef)

v3.2.1

12 Apr 14:44
Compare
Choose a tag to compare

3.2.1 (2021-04-12)

Bug Fixes

  • partial data: fixed partial data behavior (ae7ade4)