Releases: EricSmekens/jsep
Releases · EricSmekens/jsep
@jsep-plugin/arrow-v1.0.2
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
@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
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
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
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
Features
- rewrite object plugin to avoid adding ':' as a binary operator (9a5feb1)
@jsep-plugin/assignment-v1.2.0-beta.1
Features
- assignment right-to-left and precedence with ternary (e5652eb), closes #189
v1.2.0
1.2.0 (2021-10-31)
Features
- add right-associative support for binary operators (2da8834), closes #195
v1.1.2
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
Bug Fixes
- ternary precedence against assignment precedence (1e91c02), closes #188 #189