Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.1.0] - 2015-12-11
### Added
- Strings\reverse from [chapeupreto]
- Strings\length,len from [chapeupreto]
- Collection\reverse from [chapeupreto]

### Changed
- Strings\latinize bigger char mapping map from [gcds]

### Fixed
- Readme file from [hansott]
- Readme file from [chapeupreto]

## [1.0.0] - 2015-12-02
### Added
- Initial stable version code

[gcds]: https://github.com/gcds
[hansott]: https://github.com/hansott
[chapeupreto]: https://github.com/chapeupreto


[Unreleased]: https://github.com/phpfunct/funct/compare/1.1.0...HEAD
[1.1.0]: https://github.com/phpfunct/funct/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/phpfunct/funct/compare/0.2.0...1.0.0
[0.2.0]: https://github.com/phpfunct/funct/compare/0.1.0...0.2.0
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ The list of people who contributed to this library.
- Aurimas Niekis
- Ernestas Kvedaras
- Lucantis Swann
- Rod Elias
- Hans Ott