- Updated: Outdated dependencies.
- Added: Typedoc and integrate it with the project.
- Added: Documentation in OperationType enum.
- Added: docs to the project.
- Updated: library documentation.
- Updated: minor logic in example implementation.
- Updated: minor changes in the README.md file.
- Update README.md file.
- Fixed: Bug with greedy algorithm, in the rotation of strings.
- Added: New tests to cover edge cases.
- Added: Utils functions tests coverage.
- Added: Donation info to the package.json file.
- Updated: Levenshtein distance algorithm to be more efficient (remove recursive implementation).
- Fixed: Issue with Levenshtein distance algorithm.
- Update: performance tests implementation.
- Update: Web example code.