Releases: ArgonLang/Argon
Argon v0.5.2-alpha
π Argon version 0.5.2! π
Release Highlights:
- Stability Improvements: Enhanced overall system robustness.
- Standard Library: Introduced new core libraries.
Standard libraries π
The standard library has been expanded in this version. New modules have been added to support hashing and compression operations:
hashlib
: For cryptographic hash functions.bz2
,lzma
andzlib
: For compression and decompression operations.
For issues or suggestions, please open an issue on GitHub.
Thank you for using Argon!
Argon v0.5.1-alpha
π Argon version 0.5.1! π
Release Highlights:
- New event loop: The event loop has been revamped for greater efficiency, and critical bugs that could cause crashes during concurrency operations have been fixed.
- Comparison operators: Customizable magic methods for comparison operators in the Struct type have been added.
- Bug fixes and stability: Various bugs have been resolved, and overall stability has been enhanced.
- General performance improvements
Standard libraries π
The standard library has been improved.
We appreciate the community's support and feedback. If you encounter problems or have suggestions for future improvements, open an issue on GitHub.
Thank you for using Argon!
Argon v0.5.0-alpha
π Argon version 0.5.0! π
Release Highlights:
- New Parser and Compiler: This release introduces support for a new parser and compiler. These enhancements lay the foundation for improved performance and better language support.
- Code Optimization: The revamped compiler now includes support for basic optimizations during the final code generation process. This means your programs may run more efficiently, delivering better performance.
- Bug fixes and stability Improvements
Standard libraries π
The standard library has been improved and expanded.
We appreciate the community's support and feedback. If you encounter problems or have suggestions for future improvements, open an issue on GitHub.
Thank you for using Argon!
Argon v0.4.0-alpha
This is Argon's second release π₯³
Release Highlights:
Bug fixes π
This release fixes a multitude of bugs, significantly improving overall stability and performance.
Integration with standard libraries π
For the first time, this version integrates the standard libraries, allowing you to start developing immediately.
We appreciate the community's support and feedback. If you encounter problems or have suggestions for future improvements, open an issue on GitHub.
Thank you for using Argon!
Argon v0.3.0-alpha
This is Argon's first release π₯³
Some known limitations:
- Unable to import native modules on Windows operating systems.
- Formatting (String, BytesString) with decimal numbers is not yet supported.