Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

56 lines (31 loc) · 3.49 KB

Bug Fixes

  • add license file to build output (f6678fb), closes #267

Bug Fixes

  • export default IPlugin from all plugins (cd38da5), closes #231

Bug Fixes

  • embed correct version into builds (9e90f3d), closes #216

Bug Fixes

  • add version to plugin for testing (a0d0933)
  • add version to plugin for testing (1a148c7)
  • test arrow change (d081d7a)
  • test arrow change (1a228e6)

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)

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)

1.0.1 - 2021-08-26

republish with types included

1.0.0 - 2021-08-24

Initial Release