Skip to content

Latest commit

 

History

History
104 lines (53 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

104 lines (53 loc) · 1.77 KB

esrap changelog

1.4.3

Patch Changes

  • 030c3ec: fix: correctly escape \r

1.4.2

Patch Changes

  • faa865e: fix: including sourcemap mappings for block statement brackets

1.4.1

Patch Changes

  • 10c6156: fix: escape newlines when quoting strings

1.4.0

Minor Changes

  • d97e56f: feat: add option for quote and indentation styles

1.3.7

Patch Changes

  • 4c784f6: fix: move @changesets/cli to dev dependencies

1.3.6

Patch Changes

  • 333b32c: chore: verify changesets setup, again

1.3.5

Patch Changes

  • a6c0031: chore: verify changesets setup

1.3.4

  • Transfer repo to sveltejs

1.3.3

  • Support export * as (#16)
  • Support indexed access types (#18)

1.3.2

  • Loosen types (#15)

1.3.1

  • Fix types

1.3.0

  • Support TypeScript nodes (#13)

1.2.3

  • Wrap object expression statements in parentheses (#14)

1.2.2

  • Correctly handle arrow functions where body includes an object expression (#9)

1.2.1

  • Support default and namespace import in same declaration (#8)

1.2.0

  • Rewrite for better performance (#7)

1.1.1

  • Actually add the changes that were supposed to go in 1.1.0

1.1.0

  • Tweak output (#5)

1.0.3

  • Fix typo (#4)

1.0.2

  • Collapse empty bodies (#3)

1.0.1

  • Better types

1.0.0

  • First release