We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0ca7b commit d1ccf88Copy full SHA for d1ccf88
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 1.0.0 - 2019-04-11
4
+
5
+- Major overhauled of the `Base Repository` class
6
+- Add **Route Model Binding** to the Repository for faster data query
7
+- Add `before` hook to add query scope
8
9
+### UPGRADE
10
11
+- Change `use PPSpaces\Repositories\Model as Repository` to `use PPSpaces\Repositories\Repository`
12
13
+### DEPRECIATED
14
15
+- Drop the use of injecting **Model** from the `__construct`
16
+- repository.model.stub: `all` method will not be part of the generated Repository class
17
18
## 0.0.9 - 2019-03-27
19
20
- Add `CHANGELOG.md`, It's better to have this
0 commit comments