Skip to content

Latest commit

 

History

History
142 lines (64 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

142 lines (64 loc) · 5.34 KB

Changelog

2.3.3 (2022-03-19)

Miscellaneous Chores

2.3.2 (2021-11-17)

Bug Fixes

  • 🐛 Removed stranded debugging console.log (ba22aa9)

2.3.1 (2021-11-17)

Bug Fixes

  • 🐛 Fixed picocolors missing dependency (34c5447)

2.3.0 (2021-11-06)

Features

  • 🎸 Migrated from chalk to picocolors (3c8e54d)

Bug Fixes

2.2.0 (2021-07-28)

Features

  • 🎸 Added support for node imports subpath patterns (f921a42)

2.1.0 (2021-07-27)

Features

  • 🎸 Added --output option to CLI args (a585c81)
  • 🎸 Dropped babel and rewritten code to be Node12 compliant (7c4dde7)

Bug Fixes

  • 🐛 additional windows specific path fixes (4f6c58f)
  • 🐛 additional windows specific path fixes (5d4b727)
  • 🐛 Fixed npmignore (6cfb9f7)
  • 🐛 Fixed windows specific path errors (da542fa)

2.0.0 (2021-05-08)

⚠ BREAKING CHANGES

  • 🧨 Dropped node 10 support, now only node 12+ is supported

Features

  • 🎸 Updated dependencies (3c8a03c)

1.1.7 (2021-04-14)

Bug Fixes

  • 🐛 Release process tweaks (3b2b135)

1.1.6 (2021-04-14)

Bug Fixes

  • 🐛 Release process tweaks (c268385)

1.1.5 (2021-04-14)

Bug Fixes

  • 🐛 Release process tweaks (5937923)

1.1.4 (2021-04-14)

Bug Fixes

  • 🐛 Updated test snapshots (5e4d22c)

1.1.3 (2021-04-13)

Bug Fixes

  • 🐛 Fixed release task (dd1d656)

1.1.2 (2021-04-13)

Bug Fixes

  • 🐛 Fixed vuejs template (156cba7)

1.1.1 (2021-04-13)

Bug Fixes

  • 🐛 Improved template parser to work with dev dependencies (9b488c0)

1.1.0 (2021-04-09)

Features

  • 🎸 Added template parser (d6a761e)

Bug Fixes

  • 🐛 baseUrl is now not in the result config, if not provided (500901d)

1.0.0 (2021-04-08)

Features

  • 🎸 Added support for jsconfig.json templates (7d47af6)
  • 🎸 Finalized public release (93069e8)

Bug Fixes

  • 🐛 Multiple bugs in webpack parser (2ff5eac)