CHANGELOG -------- ## 2.1.0 (November 11, 2017) - Deprecate `Ember.Inflector`, `Ember.String.singularize`, `Ember.String.pluralize`. ## 2.0.0 (April 22, 2017) - Update to use Babel 6 - Drop support for Node 0.10 and Node 0.12. ## 1.10.1 (January 9, 2017) - [BUGFIX] Return the same output format for `defined.amd` environments. ## 1.10.0 (January 3, 2017) - Expose the same API (singularize, pluralize) for all UMD consumers ## 1.9.6 (August 3, 2016) - Fix "bonus" inflection. - [#108](https://github.com/emberjs/ember-inflector/pull/108)