Skip to content

Commit

Permalink
version bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Feb 20, 2019
1 parent c1fac46 commit 489f9e1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hiqdev/yii2-hiart

## [0.4.0] - 2019-02-20

- Fixed Debug panel to follow Yii API changes ([@SilverFire])
- Trigger `EVENT_AFTER_FIND` for joined relations after poppulation for consistency reasons ([@SilverFire])
- Allowed array `Query::$from` in REST QueryBuilder ([@hiqsol], [[email protected]])
- Other minor improvements ([@SilverFire], [@hiqsol])

## [0.3.0] - 2018-06-27

- Fixed bugs ([@hiqsol], [@tafid], [@SilverFire], [@BladeRoot])
Expand Down Expand Up @@ -91,7 +98,7 @@
[[email protected]]: https://github.com/tafid
[@BladeRoot]: https://github.com/BladeRoot
[[email protected]]: https://github.com/BladeRoot
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.2.0...HEAD
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.3.0...HEAD
[0.0.4]: https://github.com/hiqdev/yii2-hiart/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/hiqdev/yii2-hiart/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/hiqdev/yii2-hiart/compare/0.0.1...0.0.2
Expand All @@ -101,3 +108,4 @@
[0.1.2]: https://github.com/hiqdev/yii2-hiart/compare/0.1.1...0.1.2
[0.2.0]: https://github.com/hiqdev/yii2-hiart/compare/0.1.2...0.2.0
[0.3.0]: https://github.com/hiqdev/yii2-hiart/compare/0.2.0...0.3.0
[0.4.0]: https://github.com/hiqdev/yii2-hiart/compare/0.3.0...0.4.0
28 changes: 25 additions & 3 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# hiqdev/yii2-hiart

## [0.4.0] - 2019-02-20

- Fixed Debug panel to follow Yii API changes
- [3bca836] 2019-02-20 Add CSRF token to "Run query" link, enhanced JSON formatting [@SilverFire]
- Trigger `EVENT_AFTER_FIND` for joined relations after poppulation for consistency reasons
- [8b81afe] 2019-02-15 Trigger EVENT_AFTER_FIND for joined relations for consistency [@SilverFire]
- Allowed array `Query::$from` in REST QueryBuilder
- [1f887c5] 2018-07-05 Allowed array `Query::$from` in REST QueryBuilder [@hiqsol]
- [ddbc454] 2018-07-05 Query from accepte Array [[email protected]]
- Other minor improvements
- [c1fac46] 2019-02-20 csfixed [@SilverFire]
- [93cf023] 2019-02-20 hideved [@SilverFire]
- [2b27164] 2019-01-29 Reduce notices [@SilverFire]
- [1c46fad] 2018-07-04 fixed #19 PHP notice only variables should be passed by reference [@hiqsol]

## [0.3.0] - 2018-06-27

- Fixed bugs
Expand Down Expand Up @@ -254,7 +269,6 @@
- [b69881a] 2016-01-14 HiArtException - changed user-friendly message [@SilverFire]
- [f9cb92b] 2016-01-14 Added Collection::checkConsistency property [@SilverFire]
- [3b7614f] 2016-01-13 PHPDoc improved [@SilverFire]
- [1d1d191] 2016-01-13 Merge branch 'bscheshirwork-master' [@SilverFire]
- [19aea44] 2016-01-13 The errorChecker should be set first [[email protected]]
- [747d1a7] 2016-01-11 PHPDocs improved [@SilverFire]
- [cb1f5be] 2016-01-11 STARTED REDOING with Guzzle [@hiqsol]
Expand Down Expand Up @@ -394,7 +408,6 @@
[b69881a]: https://github.com/hiqdev/yii2-hiart/commit/b69881a
[f9cb92b]: https://github.com/hiqdev/yii2-hiart/commit/f9cb92b
[3b7614f]: https://github.com/hiqdev/yii2-hiart/commit/3b7614f
[1d1d191]: https://github.com/hiqdev/yii2-hiart/commit/1d1d191
[19aea44]: https://github.com/hiqdev/yii2-hiart/commit/19aea44
[747d1a7]: https://github.com/hiqdev/yii2-hiart/commit/747d1a7
[cb1f5be]: https://github.com/hiqdev/yii2-hiart/commit/cb1f5be
Expand Down Expand Up @@ -556,7 +569,7 @@
[d3756e4]: https://github.com/hiqdev/yii2-hiart/commit/d3756e4
[ea50c04]: https://github.com/hiqdev/yii2-hiart/commit/ea50c04
[8047d37]: https://github.com/hiqdev/yii2-hiart/commit/8047d37
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.2.0...HEAD
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.3.0...HEAD
[0.0.4]: https://github.com/hiqdev/yii2-hiart/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/hiqdev/yii2-hiart/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/hiqdev/yii2-hiart/compare/0.0.1...0.0.2
Expand Down Expand Up @@ -651,3 +664,12 @@
[59ee8c2]: https://github.com/hiqdev/yii2-hiart/commit/59ee8c2
[2518063]: https://github.com/hiqdev/yii2-hiart/commit/2518063
[0.3.0]: https://github.com/hiqdev/yii2-hiart/compare/0.2.0...0.3.0
[c1fac46]: https://github.com/hiqdev/yii2-hiart/commit/c1fac46
[93cf023]: https://github.com/hiqdev/yii2-hiart/commit/93cf023
[3bca836]: https://github.com/hiqdev/yii2-hiart/commit/3bca836
[8b81afe]: https://github.com/hiqdev/yii2-hiart/commit/8b81afe
[2b27164]: https://github.com/hiqdev/yii2-hiart/commit/2b27164
[1f887c5]: https://github.com/hiqdev/yii2-hiart/commit/1f887c5
[ddbc454]: https://github.com/hiqdev/yii2-hiart/commit/ddbc454
[1c46fad]: https://github.com/hiqdev/yii2-hiart/commit/1c46fad
[0.4.0]: https://github.com/hiqdev/yii2-hiart/compare/0.3.0...0.4.0
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yii2-hiart 0.3.0 2018-06-27 18:55:23 +0300 98384bd6736285d0af52effa87b60690d606099a
yii2-hiart 0.4.0 2019-02-20 15:10:40 +0200 c1fac46d31063c966307d2d6b39de7eba0af52af

0 comments on commit 489f9e1

Please sign in to comment.