Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Jan 9, 2021
1 parent ece3068 commit 6b26ada
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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).

## v2.0 - 2021-01-09
Please check the [UPGRADING.md](https://github.com/Lukasss93/laravel-larex/blob/master/UPGRADING.md) file before updagrading to this major version!
## Added
- Added new command `php artisan larex:lint`

## Changed
- Changed default csv format:
- Delimiter changed from `;` to `,`
- Escape character changed from `\"` to `""`


## v1.6 - 2021-01-02
### Added
- Added warning message in export command when used with -v option
Expand All @@ -21,11 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed invalid escaping on export command


## v1.5 - 2020-08-29
### Added
- Added **--include** option to `larex:export` command
- Added **--exclude** option to `larex:export` command


## v1.4 - 2020-08-28
### Added
- Added `larex:insert` command
Expand All @@ -34,11 +47,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed `larex --watch` command not working
- Fixed exporting empty column value


## 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)
Expand All @@ -49,18 +64,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Sentences with line break aren't escaped.


## v1.2 - 2020-07-18
### Added
- Added `larex:import` command
- Added PHPUnit tests


## v1.1 - 2020-07-07
### Added
- Added line validation

### Fixed
- Failed to parse some rows


## v1.0 - 2020-07-04
### Added
- First release

0 comments on commit 6b26ada

Please sign in to comment.