Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Added CHANGELOG.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
corpsee committed Dec 25, 2017
1 parent 485a9dc commit 6ade924
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Change Log


The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [2.0.0](https://github.com/corpsee/nameless-utilities/tree/2.0.0) (2017-09-30)

[Full Changelog](https://github.com/corpsee/nameless-utilities/compare/release-1.0...2.0.0)

### Added

- Milliseconds and microseconds to `DateTimeHelper::humanize` method.

### Changed

- Improved tests and documentation.
- Upgraded minimal PHP version to 5.6.


## [1.0.4](https://github.com/corpsee/nameless-utilities/tree/1.0.4) (2017-09-30)

[Full Changelog](https://github.com/corpsee/nameless-utilities/compare/1.0.3...1.0.4)

### Changed

- Updated dependencies.
- Improved documentation.


## [1.0.3](https://github.com/corpsee/nameless-utilities/tree/1.0.3) (2017-07-16)

[Full Changelog](https://github.com/corpsee/nameless-utilities/compare/1.0.2...1.0.3)

### Changed

- Updated dependencies.


## [1.0.2](https://github.com/corpsee/nameless-utilities/tree/1.0.2) (2016-01-14)

[Full Changelog](https://github.com/corpsee/nameless-utilities/compare/1.0.1...1.0.2)

### Changed

- Updated dependencies.


## [1.0.1](https://github.com/corpsee/nameless-utilities/tree/1.0.1) (2015-11-07)

[Full Changelog](https://github.com/corpsee/nameless-utilities/compare/1.0.0...1.0.1)

### Added

- Method `ArrayHelper::get`.

### Changed

- Updated dependencies.
- Improved documentation.


## [1.0.0](https://github.com/corpsee/nameless-utilities/tree/1.0.0) (2015-09-29)

### Added

- Initial release.

0 comments on commit 6ade924

Please sign in to comment.