File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-schema-macros ` will be documented in this file.
4
4
5
+ ## v1.1.0 - 2024-02-05
6
+
7
+ ### What's Changed
8
+
9
+ * mention requires L11 by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/1
10
+ * typo [ skip-ci] by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/2
11
+ * refactor to invokable classes by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/3
12
+ * remove unused config file [ skip-ci] by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/4
13
+ * cleanup code by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/5
14
+
15
+ ### New Contributors
16
+
17
+ * @inmanturbo made their first contribution in https://github.com/envor/laravel-schema-macros/pull/1
18
+
19
+ ** Full Changelog** : https://github.com/envor/laravel-schema-macros/compare/v1.0.2...v1.1.0
20
+
5
21
## v1.0.2 - 2024-02-04
6
22
7
23
** Full Changelog** : https://github.com/envor/laravel-schema-macros/compare/v1.0.0...v1.0.2
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.2" ,
20
20
"illuminate/contracts" : " ^11.0" ,
21
- "laravel/framework" : " ^11.0@dev" ,
22
21
"spatie/laravel-package-tools" : " ^1.16.2"
23
22
},
24
23
"require-dev" : {
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public function configurePackage(Package $package): void
21
21
public function packageRegistered (): void
22
22
{
23
23
SchemaMacros::registerMacrosUsing ($ this ->macros ());
24
-
25
24
SchemaMacros::registerMacros ();
26
25
}
27
26
You can’t perform that action at this time.
0 commit comments