Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,46 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 0.1.0 - TBD
## X.X.X - TBD

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.


## 0.1.1 - Jan. 9, 2017

Initial release. This ports all array classes and functionality from [zend-stdlib](https://github.com/zendframework/zend-stdlib) to a standalone repository.

### Added

- Benchmarks for [ArrayFilter](https://github.com/php-refactoring/zend-array-utility/blob/0.1.1/benchmark/ArrayFilterBench.php), [ArrayMerge](https://github.com/php-refactoring/zend-array-utility/blob/0.1.1/benchmark/ArrayMergeBench.php), [ArrayValidator](https://github.com/php-refactoring/zend-array-utility/blob/0.1.1/benchmark/ArrayValidatorBench.php), and [IteratorToArray](https://github.com/php-refactoring/zend-array-utility/blob/0.1.1/benchmark/IteratorToArrayBench.php).

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.1.0 - Jan. 8, 2017

Initial release. This ports all array classes and functionality from [zend-stdlib](https://github.com/zendframework/zend-stdlib) to a standalone repository.

Expand Down