File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
13
13
14
14
### Changed
15
15
16
- - Require minimum version of Laravel 11.32 to fix deprecation warnings. See https://github.com/laravel/framework/pull/50922 .
16
+ - Require minimum version of Laravel 11.32 to fix deprecation warnings. See https://github.com/laravel/framework/pull/50922 .
17
17
18
18
### Removed
19
19
@@ -135,19 +135,19 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
135
135
136
136
- Run tests against Laravel 5.7
137
137
138
- ## 1.0.4 (2018-08-26)
138
+ ## 1.0.4 (2018-08-26)
139
139
140
140
### Changed
141
141
142
142
- Updated readme (yes, again 🤓)
143
143
144
- ## 1.0.3 (2018-08-26)
144
+ ## 1.0.3 (2018-08-26)
145
145
146
146
### Changed
147
147
148
148
- Updated readme
149
149
150
- ## 1.0.2 (2018-08-26)
150
+ ## 1.0.2 (2018-08-26)
151
151
152
152
### Added
153
153
@@ -157,27 +157,27 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
157
157
158
158
- Changed Composer description
159
159
160
- ## 1.0.1 (2018-08-20)
160
+ ## 1.0.1 (2018-08-20)
161
161
162
162
### Fixed
163
163
164
164
- Require nesbot/carbon v1.22.1 to fix "Cannot access property xxxx::$lastErrors" (see https://github.com/briannesbitt/Carbon/issues/852 )
165
165
166
- ## 1.0.0 (2018-08-19)
166
+ ## 1.0.0 (2018-08-19)
167
167
168
168
### Fixed
169
169
170
170
- Removed ` $booleanDates ` trait variable to resolve conflict with the model it's used in
171
171
- Always return a valid array when retrieving all boolean dates
172
172
- Fixed issue where converting a model to an array didn't include the correct boolean field values
173
173
174
- ## 0.2.1 (2018-07-26)
174
+ ## 0.2.1 (2018-07-26)
175
175
176
176
### Fixed
177
177
178
178
- Remove ` self ` return type hint (conflicted when returning ` null ` during an Artisan command)
179
179
180
- ## 0.2.0 (2018-07-26)
180
+ ## 0.2.0 (2018-07-26)
181
181
182
182
### Changed
183
183
@@ -187,13 +187,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
187
187
188
188
- Allow multiple traits with the same methods (e.g. ` getAttribute ` )
189
189
190
- ## 0.1.1 (2018-07-26)
190
+ ## 0.1.1 (2018-07-26)
191
191
192
192
### Fixed
193
193
194
194
- Fixed service provider auto-discovery
195
195
196
- ## 0.1.0 (2018-07-26)
196
+ ## 0.1.0 (2018-07-26)
197
197
198
198
### Added
199
199
Original file line number Diff line number Diff line change 84
84
"test:stable" : [
85
85
" composer update --prefer-stable --prefer-dist --no-interaction --ansi" ,
86
86
" @test"
87
- ]
87
+ ],
88
+
89
+ "release" : " git-release"
88
90
}
89
91
}
You can’t perform that action at this time.
0 commit comments