Skip to content

Commit efb0d05

Browse files
committed
Add CHANGELOG.md, Track every release
1 parent 16018bf commit efb0d05

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Changelog
2+
3+
## 0.0.9 - 2019-03-27
4+
5+
- Add `CHANGELOG.md`, It's better to have this
6+
7+
## 0.0.8 - 2019-03-27
8+
9+
- Add `destroy` method to base repository model and stub
10+
11+
### FIXED
12+
13+
- Update `repository.model.stub` protected variable
14+
- Rename base repository protected variable
15+
16+
## 0.0.7 - 2019-03-27
17+
18+
- Add GitHub auto generated page
19+
- Add `CONTRIBUTING.md` document
20+
21+
### FIXED
22+
23+
- Fix base repository model, instance variable naming
24+
25+
## 0.0.6 - 2019-03-26
26+
27+
- Improve `README.md`, make it consistance with generated repository
28+
- `repository.model.stub`, Update model attribute name annotation
29+
30+
## 0.0.5 - 2019-03-26
31+
32+
- `repository.model.stub`, Update model attribute name annotation
33+
34+
## 0.0.4 - 2019-03-26
35+
36+
### FIXED
37+
38+
- `repository.model.stub`, What is `$ths`? Oops! change it to `$this`
39+
40+
## 0.0.3 - 2019-03-26
41+
42+
- Add use case diagram to `README.md`
43+
- Package require Laravel 5.3 -> 5.8 to be installed
44+
45+
### FIXED
46+
47+
- `repository.model.stub`, constructor not inject `DummyModelClass` and `$DummyModelVariable`
48+
49+
## 0.0.2 - 2019-03-26
50+
51+
- Update package descriptions.
52+
- Change package license from **The Unlicense** to **MIT**.
53+
54+
## 0.0.1 - 2019-03-26
55+
56+
- A working concept of **Repository Design Pattern**
57+
58+
### Added
59+
60+
- Everything, initial release

0 commit comments

Comments
 (0)