33 lines
640 B
Markdown
33 lines
640 B
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
## [Unreleased]
|
|
|
|
## v1.1.0 - 2017-09-14
|
|
|
|
### Changed
|
|
|
|
- Updated the documentation link
|
|
|
|
## v1.1.0 - 2017-06-04
|
|
|
|
### Added
|
|
|
|
- [technically-breaking-change] added `{is,to}_{lower,upper}_case` methods to
|
|
the `Inflect` trait.
|
|
|
|
- A `Inflect` implementation for `str`
|
|
|
|
### Removed
|
|
|
|
- [technically-breaking-change] the implementations of `Inflect` for `&str` and
|
|
`String`
|
|
|
|
## v1.0.0 - 2016-03-25
|
|
|
|
- Initial release
|
|
|
|
[Unreleased]: https://github.com/calebmer/inflections/compare/v0.1.0...HEAD
|