Skip to content

Releases: EricSmekens/jsep

@jsep-plugin/arrow-v1.0.2

28 Feb 05:44
Compare
Choose a tag to compare

@jsep-plugin/arrow-v1.0.2 (2022-02-28)

Bug Fixes

  • allow assignment to nested arrow functions (06e0092), closes #204
  • correct arrow body as token instead of expression (f471d66), closes #204
  • priority of arrow just lower than assignment (b5c2407)
  • priority of arrow with updated assignment plugin (2a09ce3)

@jsep-plugin/numbers-v1.0.0

27 Jan 17:19
Compare
Choose a tag to compare

@jsep-plugin/numbers-v1.0.0 (2022-01-27)

Features

  • add 'numbers' plugin to expand allowable number formats (43ce298), closes #206

@jsep-plugin/arrow-v1.0.2-beta.1

11 Jan 17:45
Compare
Choose a tag to compare
Pre-release

@jsep-plugin/arrow-v1.0.2-beta.1 (2022-01-11)

Bug Fixes

  • allow assignment to nested arrow functions (06e0092), closes #204
  • correct arrow body as token instead of expression (f471d66), closes #204
  • priority of arrow just lower than assignment (b5c2407)
  • priority of arrow with updated assignment plugin (2a09ce3)

v1.3.0-beta.1

13 Dec 17:14
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

1.3.0-beta.1 (2021-12-13)

Bug Fixes

  • types for optional member expression now in generic baseType (79fb0dc), closes #200

Features

  • assignment right-to-left and precedence with ternary (e5652eb), closes #189
  • simplify ternary since to stop handling ':' binary operator (4196623)

@jsep-plugin/ternary-v1.1.0-beta.1

13 Dec 17:16
Compare
Choose a tag to compare
Pre-release

@jsep-plugin/ternary-v1.1.0-beta.1 (2021-12-13)

Features

  • assignment right-to-left and precedence with ternary (e5652eb), closes #189
  • simplify ternary since to stop handling ':' binary operator (4196623)

@jsep-plugin/object-v1.2.0-beta.1

13 Dec 17:15
Compare
Choose a tag to compare
Pre-release

@jsep-plugin/object-v1.2.0-beta.1 (2021-12-13)

Features

  • rewrite object plugin to avoid adding ':' as a binary operator (9a5feb1)

@jsep-plugin/assignment-v1.2.0-beta.1

13 Dec 17:15
Compare
Choose a tag to compare
Pre-release

@jsep-plugin/assignment-v1.2.0-beta.1 (2021-12-13)

Features

  • assignment right-to-left and precedence with ternary (e5652eb), closes #189

v1.2.0

31 Oct 22:18
Compare
Choose a tag to compare

1.2.0 (2021-10-31)

Features

  • add right-associative support for binary operators (2da8834), closes #195

v1.1.2

17 Oct 19:25
Compare
Choose a tag to compare

1.1.2 (2021-10-17)

Bug Fixes

  • add missing optional property to types (e2f758e), closes #185

  • ternary precedence against assignment precedence (1e91c02), closes #188 #189

@jsep-plugin/ternary-v1.0.2

17 Oct 19:26
Compare
Choose a tag to compare

@jsep-plugin/ternary-v1.0.2 (2021-10-17)

Bug Fixes

  • ternary precedence against assignment precedence (1e91c02), closes #188 #189