Releases: jac3km4/redscript
Releases Β· jac3km4/redscript
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
v0.5.9
v0.5.8
v0.5.7
v0.5.7-RC1
- fix an empty modded directory case (ff22d43)
v0.5.6
- added support for running redscript along with redmod scripts (6a9258f)
- in order to use redmods with redscript you need to install a new tool cybercmd, the redscript release zip contains configuration which will get picked up by cybercmd automatically once installed
- moved logs to
r6/logs
and added a new flag for splitting logs files by date (cf1bbc2) (by @ForserX) - fixed some edge cases around class sorting (b623a18)
- changed scc to return an error status code on failures (91ca225)
v0.5.6-RC1
- added support for running redscript along with redmod scripts via cybercmd (6a9258f)
- moved logs to
r6/logs
and added a new flag for splitting logs files by date (cf1bbc2) (by @ForserX) - fixed some edge cases around class sorting (b623a18)
- changed scc to return an error status code on failures (91ca225)