Skip to content

2.1.1

Compare
Choose a tag to compare
@Leonidas-from-XIV Leonidas-from-XIV released this 10 Oct 07:44
· 68 commits to master since this release

CHANGES:

2023-10-10

Changed

  • Make Basic, Safe & Raw seperate compilation units that get exposed by
    the main module as suggested by @hhugo to enable JSOO to discard unused
    modules. No API changes should be observable. (#84, #167 @Leonidas-from-XIV)
  • Removed forward refs in the parser to make dead-code elimination in JSOO
    better (#168, @hhugo)