Skip to content

Commit

Permalink
Updated readme + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Aug 10, 2020
1 parent de0b7f8 commit cd0ada6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.3.1 - 2020-08-11
### Fixed
- Missing language folders creation
- Integer keys are treated as strings

## v1.3 - 2020-08-08
### Added
- Added `larex:export` command (it's an alias of `larex` command)

### Changed
- Deprecated `larex` command (it will be removed in the next release)
- Deprecated `larex` command (it will be removed in the next major release)

### Fixed
- Sentences with line break aren't escaped.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This step *can be skipped* if package auto-discovery is enabled.
* You can import existing laravel php files with `php artisan larex:import`.
* You can use `php artisan larex:init --base` to init the CSV file with default Laravel entries.
* The **key** column inside the CSV file supports the **dot notation** for nested arrays.
* You can watch your CSV file with `php artisan larex --watch`
* You can watch your CSV file with `php artisan larex:export --watch`
* You can use `php artisan larex:sort` to sort the CSV file by group and key.
* Be careful when using the `php artisan larex:export` command! It will overwrite all files named with the group names inside the CSV.
* Be careful when using the **dot notation**! Only the **last** entry will override the value.
Expand Down

0 comments on commit cd0ada6

Please sign in to comment.