-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
hiqdev/yii2-hiart | ||
----------------- | ||
|
||
## [Under development] | ||
## [0.1.1] - 2017-02-07 | ||
|
||
- Changed: renamed `from` -> `tableName` in ActiveRecord ([@hiqsol], [@SilverFire]) | ||
- Changed: refactored a lot, removed junk, improved PHPDocs ([@hiqsol], [@SilverFire]) | ||
- Implemented **cURL** transport ([@hiqsol], [@SilverFire]) | ||
- Renamed performScenario to `query` and `batchQuery` ([@hiqsol]) | ||
- Added `batchPerform` ([@hiqsol]) | ||
- Renamed scenarioCommands to `scenarioActions` ([@hiqsol]) | ||
- Renamed from -> `tableName` in ActiveRecord ([@hiqsol], [@SilverFire]) | ||
- Refactored a lot, removed junk, improved docs ([@hiqsol], [@SilverFire]) | ||
- Removed **cURL** transport into separate package [yii2-hiart-curl] ([@hiqsol], [@SilverFire]) | ||
- Refactored exceptions ([@SilverFire]) | ||
|
||
## [0.1.0] - 2017-01-25 | ||
|
@@ -62,6 +65,7 @@ hiqdev/yii2-hiart | |
|
||
## [Development started] - 2015-04-17 | ||
|
||
[yii2-hiart-curl]: https://github.com/hiqdev/yii2-hiart-curl | ||
[@hiqsol]: https://github.com/hiqsol | ||
[[email protected]]: https://github.com/hiqsol | ||
[@SilverFire]: https://github.com/SilverFire | ||
|
@@ -76,3 +80,4 @@ hiqdev/yii2-hiart | |
[0.0.2]: https://github.com/hiqdev/yii2-hiart/compare/0.0.1...0.0.2 | ||
[0.0.1]: https://github.com/hiqdev/yii2-hiart/releases/tag/0.0.1 | ||
[0.1.0]: https://github.com/hiqdev/yii2-hiart/compare/0.0.4...0.1.0 | ||
[0.1.1]: https://github.com/hiqdev/yii2-hiart/compare/0.1.0...0.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.0 2017-01-25 11:08:46 +0000 b1c36a2148422ce1c4cadf3bcba809b501f0574b | ||
0.1.1 2017-02-07 09:10:39 +0000 84b436256aa81dadcb71c22900fef8dbbb4a057d |