Skip to content

Commit e75c500

Browse files
committed
Add changelog
1 parent b01675d commit e75c500

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All Notable changes to `UniqueTranslation` will be documented in this file.
4+
5+
## 1.1.0 (2017-10-27)
6+
7+
There has been a lot of refactoring and a few features were added, but none of these should be breaking changes:
8+
9+
- Refactor and merge tests
10+
- Rewrite Validator extension
11+
- Update Validation Rule to return a string representation of the rule
12+
- Always return an error for both the attribute name (`$errors->first('slug')`) and the localized attribute name (`$errors->first('slug.en')`) when validation fails
13+
- Handle custom error messages
14+
- Add name Rule constructor: `UniqueTranslationRule::for($table)`
15+
16+
## 1.0.0 (2017-10-22)
17+
18+
- Version 1.0.0 of `UniqueTranslation`

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ vendor/bin/phpunit
178178

179179
If you discover any security related issues, please [e-mail me](mailto:ivan@codezero.be) instead of using the issue tracker.
180180

181+
## Changelog
182+
183+
See a list of important changes in the [changelog](https://github.com/codezero-be/laravel-unique-translation/blob/master/CHANGELOG.md).
184+
181185
## License
182186

183187
The MIT License (MIT). Please see [License File](https://github.com/codezero-be/laravel-unique-translation/blob/master/LICENSE.md) for more information.

0 commit comments

Comments
 (0)