Skip to content

Releases: Krisell/laravel-translation-json-cache

v2.0.0

10 Oct 08:53
Compare
Choose a tag to compare

v2.0.0

The package has been rewritten to align better with Laravel route and config caching. Instead of using an .env-variable, the caching is performed by running an artisan-command, php artisan translation-json:cache and can be cleared by php artisan translation-json:clear. No work is done in the request-cycle now and simply uses the cached files if they exist, or falls back to the JSON files.

Thanks to @hubertnnn for suggesting this change!

v.2.0.1

10 Oct 09:07
3dcb1c3
Compare
Choose a tag to compare

v.2.0.1

The readme was referencing the old clear-command. This has been fixed in this release.

v1.1.1

09 Oct 07:44
0f3c8bd
Compare
Choose a tag to compare

v1.1.1

  • Update the readme instructions

v1.1.0

09 Oct 07:14
Compare
Choose a tag to compare

v.1.1.0

  • Don't use cache files if the .env-variable is set to false (previously this only prevented files from being created, not used).
  • Add tests
  • Update readme with measurements.

v1.0

08 Oct 08:02
Compare
Choose a tag to compare

v1.0

Initial release