Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.05 KB

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.