Releases: jac3km4/redscript
Releases Β· jac3km4/redscript
v0.5.14
v0.5.13
v0.5.12
v0.5.11
v0.5.10
[0.5.10] - 2022-12-23
Features
- Configurable user hints (5df523d)
- File path support in user hints (cef544b)
- Switch to a new logger with file rotation (2b589f0)
Contributors
- jekky
v0.6.0-M4
v0.6.0-M2
v0.6.0-M1
[0.6.0-M1] - 2022-11-28
This is a preview milestone release, not intended for regular users. The notable missing feature are annotations.
Bug Fixes
- Make is_same_shape work for primitives (7cb3ec7)
Features
- Error reporting for unimplemented methods (b4f65e7)
- Re-add switch-case (b8ea485)
- Re-add for-in loops, string interpolation and array literals (3b2b5b8)
Contributors
- jekky
v0.6.0-M0
[0.6.0-M0] - 2022-11-20
This is a preview release, which is expected to be buggy and incomplete. The details about features coming in 0.6 can be found here.
Notable missing features that are yet to be added are:
- most annotations except
replaceMethod
- syntax sugar for arrays and for-in loops
- switch case
Features
- Revamped type system (b9b70ec)
- Struct&enum boxing and missing boxed types (b6b52ef)
- Re-add struct&enum support (17e109a)
- Proper handling of overriden generics (76866f5)
- Slightly better errors (0417085)
- Re-add replaceMethod annotation (607e59e)
Contributors
- jekky