File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
9+
10+ ## [ 1.0.0-beta] - 2020-03-03
11+ ### Updated
12+ - Upgraded Laravel support to include 7.x
13+
14+ ### Added
15+ - Add a user password validation rule
16+ - Base abstract operation class
17+ - Added castable for CarbonInterval and UUID
18+
919### Changed
1020- Moved the operations contract to a more sensible namespace
1121
@@ -20,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2030## [ 1.0.0-alpha] - 2020-01-17
2131- Initial release
2232
23- [ Unreleased ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.2-alpha...develop
33+ [ Unreleased ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.0-beta...develop
34+ [ 1.0.0-beta ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.1-alpha...v1.0.0-beta
2435[ 1.0.2-alpha ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.1-alpha...v1.0.2-alpha
2536[ 1.0.1-alpha ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.0-alpha...v1.0.1-alpha
2637[ 1.0.0-alpha ] : https://github.com/sprocketbox/laravel-toolkit/releases/tag/v1.0.0-alpha
You can’t perform that action at this time.
0 commit comments