Skip to content

Latest commit

 

History

History
76 lines (37 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

76 lines (37 loc) · 3.35 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2020-09-13)

Features

  • routing: implement ssr source checks (5320398)
  • ssr: implement ssr proxy (8c730e1)

1.1.6 (2020-04-30)

Bug Fixes

  • command: update nuxt-laravel dependency and make package scripts unique (d54e40e)

1.1.5 (2020-04-05)

1.1.4 (2020-04-05)

Bug Fixes

  • facade: avoid namespace prefix by adding a root backslash (401d474)

1.1.3 (2020-03-31)

Bug Fixes

  • typescript: use json format for tsconfig (189f4e0)

1.1.2 (2020-03-31)

Bug Fixes

  • typescript: implement tsconfig migration (65436ac)

1.1.1 (2020-03-29)

Bug Fixes

  • routes: add web middleware to auto route (dcd2f22)

1.1.0 (2020-03-29)

Features

  • routing: implement routing helper facade (2632b4c)

1.0.2 (2020-03-29)

1.0.1 (2020-03-29)

Bug Fixes

  • config: adjust config keys and values (7353198)
  • install: update install command (40b77fa)
  • provider: adjust view prefix and publishable tag (5c98d44)
  • routes: remove leading slash on default route (aeaf655)
  • views: improve config view to reduce eslint errors (2ad1852)
  • improve uri settings to allow leading/trailing slashes (05e5e44)

1.0.0 (2020-03-28)

Features