Skip to content

Releases: meyfa/selena

v0.4.3

17 Sep 09:37
8f746b9
Compare
Choose a tag to compare

0.4.3 (2023-09-17)

Bug Fixes

  • Set name properties of custom Error subclasses (#167) (50c5295)
  • Use Array.prototype.at() to get the last element (#169) (e9eed1c)

v0.4.2

23 Jul 20:43
97f5989
Compare
Choose a tag to compare

0.4.2 (2023-07-23)

Miscellaneous Chores

v0.4.1

18 Jul 12:27
55da28a
Compare
Choose a tag to compare

0.4.1 (2023-07-18)

Bug Fixes

v0.4.0

18 Jul 00:35
516ccb5
Compare
Choose a tag to compare

0.4.0 (2023-07-18)

⚠ BREAKING CHANGES

  • Drop support for Node.js older than v18.16.1 (#145)

Bug Fixes

  • Export types with "export type" for clarity (#142) (7c3ccfd)

Miscellaneous Chores

  • Drop support for Node.js older than v18.16.1 (#145) (3caf467)

v0.3.0

06 Jun 14:14
bbb8604
Compare
Choose a tag to compare

What's Changed

Breaking changes:

  • feat: Convert project to ESM by @meyfa in #57
  • refactor: Move index.ts to 'src/' directory by @meyfa in #59

Other:

  • ci: Test on Node.js 18, no longer on 12, and update actions by @meyfa in #42
  • chore(license): Update copyright range by @meyfa in #58
  • Lots of updates to dev dependencies and tools!

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Jul 14:51
7cd3a78
Compare
Choose a tag to compare
  • Improve handling of destruction occurrence (#37)
  • Remove Renderer#renderLine method (#39)

v0.1.0

20 Jul 12:29
b4d1b0f
Compare
Choose a tag to compare

Initial release