inflections 1.1.1

High performance inflection transformation library for changing properties of words like the case.
Documentation
# 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