File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.1-alpha] - 2020-01-17
11+ ### Removed
12+ - Removed the builder expressions extensions because of bug with Laravel macros being invoked
13+
1014## [ 1.0.0-alpha] - 2020-01-17
1115- Initial release
1216
13- [ Unreleased ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.0-alpha...develop
14- [ 1.0.0 ] : https://github.com/sprocketbox/laravel-toolkit/releases/tag/v1.0.0-alpha
17+ [ Unreleased ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.1-alpha...develop
18+ [ 1.0.1-alpha ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.0-alpha...v1.0.1-alpha
19+ [ 1.0.0-alpha ] : https://github.com/sprocketbox/laravel-toolkit/releases/tag/v1.0.0-alpha
Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ private function registerGrammarOverride(): void
5050
5151 private function registerBuilderExtensions (): void
5252 {
53- Builder::mixin (new ExpressionExtension );
53+ // Builder::mixin(new ExpressionExtension);
5454 }
5555}
You can’t perform that action at this time.
0 commit comments