Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 828 Bytes

CHANGELOG.md

File metadata and controls

67 lines (34 loc) · 828 Bytes

@lunarclient/molang

1.0.10

Patch Changes

  • fix: infer return of the left hand of assignment operator

1.0.9

Patch Changes

  • fix: skip void expressions in statement parselet

1.0.8

Patch Changes

  • feat: infer when to return values at end of statement

1.0.7

Patch Changes

  • feat: allow bang in front of booleans

1.0.6

Patch Changes

  • fix types entrypoint

1.0.5

Patch Changes

  • clean packages

1.0.4

Patch Changes

  • feat: set left operator of nullish operator to result of operation

1.0.3

Patch Changes

  • fix: prevent if statements from ending statement parsing

1.0.2

Patch Changes

  • chore: update tsconfig

1.0.1

Patch Changes

  • chore: build with types

1.0.0

Major Changes

  • 34c11e5: Initial Release