Skip to content

Commit

Permalink
Updated changelog + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Aug 28, 2020
1 parent ad1fbdd commit 9e9aaf7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.4 - 2020-08-28
### Added
- Added `larex:insert` command

### Fixed
- Fixed `larex --watch` command not working
- Fixed exporting empty column value

## v1.3.1 - 2020-08-11
### Fixed
- Missing language folders creation
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
</center>

# Laravel Larex
![PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-blue)
![Laravel Version](https://img.shields.io/badge/laravel-%3E%3D%206.0-orange)
[![Latest Stable Version](https://poser.pugx.org/lukasss93/laravel-larex/v/stable)](https://packagist.org/packages/lukasss93/laravel-larex)
[![Total Downloads](https://poser.pugx.org/lukasss93/laravel-larex/downloads)](https://packagist.org/packages/lukasss93/laravel-larex)
[![License](https://poser.pugx.org/lukasss93/laravel-larex/license)](https://packagist.org/packages/lukasss93/laravel-larex)
Expand Down Expand Up @@ -49,6 +51,7 @@ This step *can be skipped* if package auto-discovery is enabled.
* 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.
* You can use `php artisan larex:insert` to add new items via CLI too!

### Example
1. Run `php artisan larex:init` command
Expand Down

0 comments on commit 9e9aaf7

Please sign in to comment.