Skip to content

Commit cd0ada6

Browse files
committed
Updated readme + changelog
1 parent de0b7f8 commit cd0ada6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.3.1 - 2020-08-11
8+
### Fixed
9+
- Missing language folders creation
10+
- Integer keys are treated as strings
11+
712
## v1.3 - 2020-08-08
813
### Added
914
- Added `larex:export` command (it's an alias of `larex` command)
1015

1116
### 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)
1318

1419
### Fixed
1520
- Sentences with line break aren't escaped.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This step *can be skipped* if package auto-discovery is enabled.
4545
* You can import existing laravel php files with `php artisan larex:import`.
4646
* You can use `php artisan larex:init --base` to init the CSV file with default Laravel entries.
4747
* 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`
4949
* You can use `php artisan larex:sort` to sort the CSV file by group and key.
5050
* Be careful when using the `php artisan larex:export` command! It will overwrite all files named with the group names inside the CSV.
5151
* Be careful when using the **dot notation**! Only the **last** entry will override the value.

0 commit comments

Comments
 (0)