translit 2.0.2
translit: ^2.0.2 copied to clipboard
Simple dart package for converting Cyrillic symbols to Translit and back
2.0.2 #
- Updated project documentation for clarity and completeness.
- Upgraded linter configuration and resolved all linter warnings.
- Corrected transliteration rules for the letters ‘щ’ and ‘ш’.
- Added the isSymmetrical parameter to the toTranslit method to select between symmetrical and non-symmetrical conversion algorithms.
2.0.1 #
- Updated project documentation.
- Fixed linter warnings.
2.0.0 #
- Implemented null-safety support.
- Refactored code for better structure and maintainability.
1.3.0 #
- Fixed issues in documentation.
- Performed general code refactoring.
1.2.2 #
- Updated the README file.
1.2.1 #
- Applied minor bug fixes.
1.2.0 #
- Updated CI configuration.
- Added documentation for all public methods.
1.1.0 #
- Resolved warnings in pub.dev.
1.0.2 #
- Added regular expressions in toTranslit and unTranslit methods for early return in case of non-compliance.
1.0.1 #
- Added null checks in toTranslit and unTranslit methods.
- Applied minor fixes.
1.0.0 #
- Initial release.