Skip to content

Commit

Permalink
Merge pull request #175 from nozavroni/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
nozavroni committed Dec 12, 2016
2 parents 677afc8 + e47c82a commit 01c55b3
Show file tree
Hide file tree
Showing 62 changed files with 5,338 additions and 3,710 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ venv
phpunit.xml phpunit.xml
-1 -1
*~ *~
phpunit
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGE LOG # CHANGE LOG


## [v0.2.2 Release]()

* Refactored CSVelte\Collection class, introducing a variety of specialized collection classes ([#141](https://github.com/nozavroni/csvelte/issues/141)).
* Began using StyleCI to enforce consistent coding style ([#169](https://github.com/nozavroni/csvelte/issues/169)).
* Various other minor refactors (Taster, AbstractRow, etc.)

## [v0.2.1 Release](https://github.com/nozavroni/csvelte/milestone/9?closed=1) ## [v0.2.1 Release](https://github.com/nozavroni/csvelte/milestone/9?closed=1)


* Added IO\Resource class to represent a PHP stream resource. Now CSVelte will expect/return an IO\Resource object where before it was a native PHP stream resource ([#114](https://github.com/nozavroni/csvelte/issues/114), [#124](https://github.com/nozavroni/csvelte/issues/124) and [#135](https://github.com/nozavroni/csvelte/issues/135)). * Added IO\Resource class to represent a PHP stream resource. Now CSVelte will expect/return an IO\Resource object where before it was a native PHP stream resource ([#114](https://github.com/nozavroni/csvelte/issues/114), [#124](https://github.com/nozavroni/csvelte/issues/124) and [#135](https://github.com/nozavroni/csvelte/issues/135)).
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -18,7 +18,8 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.4", "phpunit/phpunit": "^5.4",
"mikey179/vfsStream": "^1.6" "mikey179/vfsStream": "^1.6",
"fzaninotto/Faker": "^1.6"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
Expand Down

0 comments on commit 01c55b3

Please sign in to comment.