ember-inflector 5.0.2 (patch)
ember-inflector
- #511 Restore repository and author fields in package.json (@SergeAstapov)
- Sergey Astapov (@SergeAstapov)
ember-inflector 5.0.1 (patch)
- Markus Sanin (@mkszepp)
ember-inflector 5.0.0 (major)
- Chris Manson (@mansona)
ember-inflector 4.0.3 (patch)
ember-inflector
- Francesco Novy (@mydea)
-
switch to GH actions
-
fix and expand TypeScript types
-
Embroider compatibility test scenarios via ember-try
-
upgrade all dependencies (As of dec 3, 2020)
-
update package.json#engines to reflect actually supported node versions (as of Dec 3, 2020)
-
Drop string extension support #154
The deprecated global access has been removed. If you used to access
Emeber.inflector
,Ember.String.singularize
orEmber.String.pluralize
via thewindow.Ember
global, you must now import the module like this instead:import { singularize } from 'ember-inflector' singularize('cats');
See PR for more details.
-
Document custom rules #149
- Fix deprecation regarding
Ember.EXTEND_PROTOTYPES
. - Add ability to specify count to
Inflector.pluralize
and{{pluralize
.
- Fix documentation snippets in README.
- Fix issue with local CI runs.
- Deprecate
Ember.Inflector
,Ember.String.singularize
,Ember.String.pluralize
.
- Update to use Babel 6
- Drop support for Node 0.10 and Node 0.12.
- [BUGFIX] Return the same output format for
defined.amd
environments.
- Expose the same API (singularize, pluralize) for all UMD consumers
- Fix "bonus" inflection. - #108