Skip to content

Commit

Permalink
redone bumping with chkipper
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Sep 18, 2016
1 parent 092d2ba commit 8047d37
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 166 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@
Thumbs.db
nbproject

# php-cs-fixer cache
.php_cs.cache

# vendor dirs
vendor

# composer lock files
composer.lock

# php-cs-fixer cache
.php_cs.cache

# phpunit generated files
coverage.clover

# PHARs
chkipper.phar
composer.phar
php-cs-fixer.phar
phpunit-skelgen.phar
Expand Down
155 changes: 0 additions & 155 deletions .hidev/commits.md

This file was deleted.

22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
hiqdev/yii2-hiart changelog
---------------------------
hiqdev/yii2-hiart
-----------------

## 0.0.4 2016-05-11
## [Under development]

- Added inversed relations
- Added nested joinWith
- Changed `api_url` to `base_uri` (as in guzzle)
- Fixed code styling alot

## [0.0.4] - 2016-05-11

- Fixed tests

## 0.0.3 2016-05-11
## [0.0.3] - 2016-05-11

- Added asset-packagist.org repository to composer.json

## 0.0.2 2016-05-11
## [0.0.2] - 2016-05-11

- Fixed not renamed `hiresoruce` to `hiart`
- Fixed `to new tab` link when POST request has no variables in query string
Expand Down Expand Up @@ -37,13 +44,12 @@ hiqdev/yii2-hiart changelog
- Fixed 'raw' processing
- Fixed PHP warnings

## 0.0.1 2015-08-26
## [0.0.1] - 2015-08-26

- Added Connection::errorChecker callback to test if API response was error
- Fixed PHP warnings
- Changed: moved to src
- Added basics
- Changed: renamed to hiart

## Development started 2015-04-17

## [Development started] - 2015-04-17
3 changes: 3 additions & 0 deletions chkipper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "hiqdev/yii2-hiart"
}
Loading

0 comments on commit 8047d37

Please sign in to comment.