Skip to content

Commit f23283e

Browse files
author
Sean Fraser
committed
updated changelog
1 parent a18c25d commit f23283e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Changelog
22

3+
## 1.1.1 - 2016-08-16
4+
- Published migration file now uses dynamic timestamp
5+
6+
## 1.1.0 - 2016-08-14
7+
- Added behaviour for detaching mediable relationships when Media or Mediable models are deleted or soft deleted.
8+
9+
## 1.0.1 - 2016-08-12
10+
- Fixed `Mediable` relationship not connecting to custom `Media` subclass defined in config.
11+
312
## 1.0.0 - 2016-08-04
413
- Added match-all case to media eager load helpers.
5-
- ``Mediable::getTagsForMedia()`` now properly rehydrates media if necessary.
6-
- ``Mediable::load()`` now looks for media that is either the $relationship key or value
14+
- `Mediable::getTagsForMedia()` now properly rehydrates media if necessary.
15+
- `Mediable::load()` now looks for media that is either the $relationship key or value
716

817
## 0.3.0 - 2016-07-25
918
- Added MediaCollection class.
10-
- Added media eager loading helpers to query builder, ``Mediable``, and MediaCollection.
19+
- Added media eager loading helpers to query builder, `Mediable`, and MediaCollection.
1120

1221
## 0.2.0 - 2016-07-21
1322
- Added object typehints to all appropriate functions and closures.

0 commit comments

Comments
 (0)