File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## v1.3.1 - 2020-08-11
8
+ ### Fixed
9
+ - Missing language folders creation
10
+ - Integer keys are treated as strings
11
+
7
12
## v1.3 - 2020-08-08
8
13
### Added
9
14
- Added ` larex:export ` command (it's an alias of ` larex ` command)
10
15
11
16
### Changed
12
- - Deprecated ` larex ` command (it will be removed in the next release)
17
+ - Deprecated ` larex ` command (it will be removed in the next major release)
13
18
14
19
### Fixed
15
20
- Sentences with line break aren't escaped.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ This step *can be skipped* if package auto-discovery is enabled.
45
45
* You can import existing laravel php files with ` php artisan larex:import ` .
46
46
* You can use ` php artisan larex:init --base ` to init the CSV file with default Laravel entries.
47
47
* The ** key** column inside the CSV file supports the ** dot notation** for nested arrays.
48
- * You can watch your CSV file with ` php artisan larex --watch `
48
+ * You can watch your CSV file with ` php artisan larex:export --watch `
49
49
* You can use ` php artisan larex:sort ` to sort the CSV file by group and key.
50
50
* Be careful when using the ` php artisan larex:export ` command! It will overwrite all files named with the group names inside the CSV.
51
51
* Be careful when using the ** dot notation** ! Only the ** last** entry will override the value.
You can’t perform that action at this time.
0 commit comments