Skip to content

2024.12.9

Latest
Compare
Choose a tag to compare
@hitblast hitblast released this 09 Dec 15:11
· 6 commits to main since this release
2024.12.9
31e30c9

🐍 Re-implemented async/await

Note

After working on a rather "rushed" implementation of concurrency in this project, I've come to realize that instead of only keeping
this project as a concurrency-compliant library, I can just keep both of the iteration alongside each other for both types of
developers to use (I also apologize sincerely if the last update broke some code :p). So, I've re-implemented the functions with an
_async prefix in order to revert these breaking changes.

🔨 What's Changed

  • Brought back the following functions with their regular functionality:
    • parse()
    • reverse()
    • to_bijoy()
    • to_unicode()
  • Shifted the features implemented in version 2024.12.5 into the following functions:
    • parse_async()
    • reverse_async()
    • to_bijoy_async()
    • to_unicode_async()

The prebuilt wheels and source files have been shipped with this release.

Full Changelog: 2024.12.5...2024.12.9