kana_kit 2.1.1 kana_kit: ^2.1.1 copied to clipboard
A Dart library for for detecting and transliterating Hiragana, Katakana, and Romaji.
2.1.1 #
- Loosen dependency version constraints for better compatibility (thanks to @narumi147 and @14h4i)
meta
:^1.16.0
→^1.9.1
collection
:^1.19.0
→^1.17.1
2.1.0 #
- Fix シークヮーサー and シマウヮー conversion edge-cases (thanks to @Moseco and @HighLiuk)
- Change minimum required Dart version to
3.0.0
. - Add FVM config.
- Add CSpell spell checking config.
- Remove
package:equatable
dependency. - Upgrade dependencies.
- Upgrade all dev dependencies and linter.
- Remove Mergify config.
2.0.0 #
- Add NNBD support.
- Change minimum required Dart version to
2.12.0
. - Change linter to
package:very_good_analysis
. - Upgrade
package:equatable
to 2.0.0 - Upgrade all dev dependencies.
1.0.4 #
- Upgrade
package:equatable
to 1.2.3 - Fix dartdoc warnings caused by equatable.
1.0.3+3 #
- Add library level documentation comment.
- Minor README change.
- Move
test
dependency todev_dependencies
.
1.0.3+2 #
- Add example.
- Replace publishing CI step with custom script.
- Remove homepage from pubspec.
- Minor README change.
1.0.3 #
- Add codecov.yml.
- Change
publish_to_pub
workflow to run on GitHub release publishing. - Improve README format with fancy badge.
- Improve CHANGELOG format for fancy new pub.dev.
1.0.2 #
- Small CI/CD pipeline fix.
1.0.1 #
- Initial pub release.
- Improved README.
- Added pub publishing CD workflow.
1.0.0 #
- Initial release 🎉