Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Releases: martinlindhe/laravel-vue-i18n-generator

0.1.36: Add format option and JSON format (#74)

21 Feb 14:19
Compare
Choose a tag to compare

Support JSON as output format (#74), thanks @kenfdev

0.1.35: Add file name and lang files command line options (#70)

07 Dec 16:53
Compare
Choose a tag to compare
* Add command line option for output file name

* Add command line option for lang files

* Make tests pass

0.1.34: Add excludes config (#68)

28 Nov 16:49
Compare
Choose a tag to compare
* Add excludes config

0.1.33: Relative translations are not loaded in the proper locale (#54)

26 Nov 10:21
Compare
Choose a tag to compare
  • Relative translations are not loaded in the proper locale #54

0.1.32

26 Nov 07:47
Compare
Choose a tag to compare
dont escape slashes in encoded json, fixes #67

0.1.31

19 Oct 19:15
Compare
Choose a tag to compare
translate parameters, should fix #64

0.1.30

02 Oct 23:23
Compare
Choose a tag to compare
Make output messages optional (#62)

0.1.29

04 Sep 16:33
Compare
Choose a tag to compare

Support Laravel 5.7

0.1.28

06 Mar 08:38
Compare
Choose a tag to compare
revert another breaking change, should fix #45 and #48

0.1.27

05 Mar 23:41
Compare
Choose a tag to compare

fix issue introduced in 5342682, fixes #48