Skip to content

Releases: jac3km4/redscript

v0.5.14

08 May 21:36
Compare
Choose a tag to compare

[0.5.14] - 2023-05-08

Bug Fixes

  • Fixes all arg parsing, adds defaults for Opts (#92) (60b5db0)

Features

Contributors

  • Jack Humbert

v0.5.13

29 Apr 00:20
Compare
Choose a tag to compare

[0.5.13] - 2023-04-29

Bug Fixes

Contributors

  • jekky

v0.5.12

28 Apr 22:16
Compare
Choose a tag to compare

[0.5.12] - 2023-04-28

Features

  • Display compiled files on seperate lines (7225f38)
  • Allow multiple -compile args (#88) (9d4cab3)
  • Follow file links (09f82db)

Contributors

  • jekky
  • Jack Humbert

v0.5.11

11 Apr 21:37
Compare
Choose a tag to compare

[0.5.11] - 2023-04-11

Bug Fixes

  • Don't overwrite entries in the hints hash map (5b26bc8)

Contributors

  • jekky

v0.5.10

23 Dec 12:46
Compare
Choose a tag to compare

[0.5.10] - 2022-12-23

Features

Contributors

  • jekky

v0.6.0-M4

17 Dec 21:21
Compare
Choose a tag to compare
v0.6.0-M4 Pre-release
Pre-release

[0.6.0-M4] - 2022-12-17

This is a preview milestone release, not intended for regular users

Features

  • Re-add qualifier handling (42c4820)
  • Initial implementation of wrapMethod (046fb70)
  • Add addMethod (6830364)

Contributors

  • jekky

v0.6.0-M2

07 Dec 02:43
Compare
Choose a tag to compare
v0.6.0-M2 Pre-release
Pre-release

[0.6.0-M2] - 2022-12-07

This is a preview milestone release, not intended for regular users

Bug Fixes

  • Fix name scoping (cc389d9)
  • Fix minor regressions found when running mods and clean up (7c8c672)

Features

  • Generic pretty-printing (99b7660)

Contributors

  • jekky

v0.6.0-M1

28 Nov 00:23
Compare
Choose a tag to compare
v0.6.0-M1 Pre-release
Pre-release

[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

20 Nov 23:18
Compare
Choose a tag to compare
v0.6.0-M0 Pre-release
Pre-release

[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

05 Nov 23:36
Compare
Choose a tag to compare

[0.5.9] - 2022-11-05

Bug Fixes

  • Avoid pool errors in method replacement (4bbb2a1)
  • Handle missing base class better (5e567a0)

Features

Contributors

  • jekky