platform/packages/inflection3/CHANGELOG.md
2021-05-17 22:50:37 +08:00

38 lines
646 B
Markdown

## 1.0.0
* Migrated to support Dart SDK 2.12.x NNBD
## 0.4.3
- Add past tense support (thanks @phodonou !)
## 0.4.2
- Dart 2 compatibility.
- Hard fork.
## 0.4.1
- Cleanup, follow latest conventions and developments in the Dartiverse.
- Added past inflections.
## 0.3.2
- Cleanup.
## 0.3.1
- Case conversion handles sentences delimited with whitespace.
## 0.3.0
- Handle irregular plural nouns.
- Added shortcut functions.
## 0.2.0
- Handle uncountable nouns.
- Added singular inflection.
- Added plural inflection.
- Refactored to use a dart:convert based API.
## 0.1.0
- Initial version, convertToSnakeCase / convertToSpinalCase.