Skip to content

Latest commit

 

History

History
164 lines (69 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

164 lines (69 loc) · 4.74 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 - 2024-03-01

💥 Breaking

  • Drop Node v16 support. Require v18.12+. (d6fe159)

Note: Version bump only for package @boost/module

5.0.0-alpha.2 - 2024-02-27

💥 Breaking

  • Rework translate to be async. (#204) (8b58c6d), closes #204

Note: Version bump only for package @boost/module

5.0.0-alpha.1 - 2024-02-12

💥 Breaking

  • Replace Jest with Vitest. (#194) (7237d5e), closes #194
  • Rewrite loaders into hooks. (cccd9c1)
  • Switch to ESM only. Drop Node.js v14 support. (#195) (42cf7af), closes #195

🚀 Updates

  • Integrate moon for build system. (#196) (2d0fce3), closes #196

📘 Docs

  • Update docs and readmes. (#202) (4e30180), closes #202

🛠 Internals

  • Enable verbatim module syntax. (001e679)
  • Get all tests running with ESM. (#197) (660b9c4), closes #197
  • Replace __dirname and __filename. (036eb3d)
  • Test hooks implementation across multiple Node.js versions. (05e2ea7)

Note: Version bump only for package @boost/module

4.1.0 - 2023-05-01

🚀 Updates

Note: Version bump only for package @boost/module

4.0.0 - 2022-08-19

📘 Docs

  • Update to latest Docusaurus. Update readmes. (#183) (26c9e93), closes #183

🛠 Internals

  • Migrate from beemo to moon. (#182) (a00f98d), closes #182

Note: Version bump only for package @boost/module

4.0.0-alpha.1 - 2022-05-02

💥 Breaking

  • Add exports to all package.jsons. (c520941)
  • Drop Node.js v12 support. (#177) (5f8a392), closes #177

🚀 Updates

  • Convert package to .cjs. (9666faa)
  • Support .mts, .cts, nodenext, and newer TypeScript targets. (#181) (420d079), closes #181

📦 Dependencies

  • [packemon] Update to v2.1. (05ab522)

📘 Docs

  • Update to latest Docusaurus. (e3bbfc4)

🛠 Internals

  • Bump versions to an alpha v4 release. (6d38bca)

Note: Version bump only for package @boost/module

3.1.0 - 2021-12-19

🚀 Updates

  • Support the new loader API. (#171) (155c50b), closes #171

Note: Version bump only for package @boost/module

3.0.1 - 2021-10-16

🐞 Fixes

  • Remove internal cache and rely on require.cache. (0493c27)

Note: Version bump only for package @boost/module

3.0.0 - 2021-10-13

💥 Breaking

  • Drop Node.js v10 and IE 11. (cecbd70)
  • Migrate to optimal v5. (#167) (5422ad0), closes #167

🛠 Internals

  • Bump versions to an alpha v3 release. (942d4c4)

Note: Version bump only for package @boost/module

2.0.0 - 2021-08-22

🎉 Release

  • Add new @boost/module package. (#159) (c0dfdf5), closes #159

Note: Version bump only for package @boost/module