Skip to content

Latest commit

 

History

History
369 lines (154 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

369 lines (154 loc) · 10.3 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/internal

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/internal

5.0.0-alpha.1 - 2024-02-12

💥 Breaking

  • Replace Jest with Vitest. (#194) (7237d5e), closes #194
  • Require Ink v4. (#199) (33d2e03), closes #199
  • 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)
  • Remove usages of require(). (e6144b9)

Note: Version bump only for package @boost/internal

4.0.1 - 2023-05-01

📦 Dependencies

  • Update dev and test dependencies. (f21bf2e)

Note: Version bump only for package @boost/internal

4.0.0 - 2022-08-19

📦 Dependencies

  • [packemon] Update to v2.3. (a302352)

📘 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/internal

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)

📦 Dependencies

  • [debug] Update to v4.3 latest. (302d0f8)
  • [packemon] Update to v2.1. (05ab522)

🛠 Internals

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

Note: Version bump only for package @boost/internal

3.0.1 - 2022-01-29

📦 Dependencies

Note: Version bump only for package @boost/internal

3.0.0 - 2021-10-13

💥 Breaking

  • Drop Node.js v10 and IE 11. (cecbd70)

📘 Docs

  • Fix broken badge images. (ed85a88)

🛠 Internals

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

Note: Version bump only for package @boost/internal

2.2.3 - 2021-07-12

📦 Dependencies

  • [packemon] Update to v1. (#151) (7ffd612), closes #151
  • Update minor and patch versions. (9b2cb32)

🛠 Internals

  • Migrate to Beemo tooling. (#154) (0cd2a6f), closes #154

Note: Version bump only for package @boost/internal

2.2.2 - 2021-03-26

📦 Dependencies

  • [packemon] Update to v0.14. (#145) (9897e2a), closes #145

Note: Version bump only for package @boost/internal

2.2.1 - 2021-02-08

📦 Dependencies

  • [packemon] Update to v0.11. (20a54dc)

Note: Version bump only for package @boost/internal

2.2.0 - 2021-01-16

🚀 Updates

  • Migrate to Packemon for package building. (#135) (1a0e9d8), closes #135

Note: Version bump only for package @boost/internal

2.1.2 - 2020-11-29

📦 Dependencies

  • [debug] Update to v4.3. (e1304ee)

Note: Version bump only for package @boost/internal

2.1.1 - 2020-10-08

📦 Dependencies

Note: Version bump only for package @boost/internal

2.1.0 - 2020-08-17

🚀 Updates

  • Add __DEV__ conditionals for a smaller filesize. (b04d389)
  • Build packages with Rollup to support web and node targets. (38cdad9)
  • [web] Rework errors to not rely on Node.js utils. (7752e7f)

Note: Version bump only for package @boost/internal

2.0.0 - 2020-07-14

💥 Breaking

  • Delete RuntimeError class. (0c0f528)
  • Delete unused SignalError class. (cacc155)
  • Drop support for BOOST_ prefixed env vars. (85f5f41)
  • Migrate to fs.promises API. (944119a)
  • Move ExitError to common package. (6584dc5)
  • Rename color.pluginType to color.symbol. (c4aa1a4)
  • Updated Node.js minimum requirement to v10.10. (3719cdc)

🎨 Styles

📘 Docs

  • Update copyright years. (1942675)
  • Update license copyright year. (e532427)

📦 Dependencies

  • Migrate packages to v2 alpha. (64731d9)
  • Update final peer dependencies. (405b8ff)
  • Update TypeScript, Jest, ESLint, and other developer packages. (c7347a2)
  • [chalk] Update to v4.1. (7086621)

🛠 Internals

  • Replace RuntimeError with new packaged scoped errors. (c13d3f1)

Note: Version bump only for package @boost/internal

1.2.0 - 2020-04-29

🚀 Updates

🛠 Internals

  • Increase code coverage. (b21824b)

Note: Version bump only for package @boost/internal

1.1.0 - 2020-02-04

🚀 Updates

  • Add more internal debugging. (#74) (70c42c8), closes #74

🛠 Internals

  • Rename color helper names. (29e0791)

Note: Version bump only for package @boost/internal

1.0.3 - 2020-01-25

🐞 Fixes

  • Bump all packages to fix build issues. (a8e8112)

Note: Version bump only for package @boost/internal

1.0.2 - 2019-12-27

🐞 Fixes

  • Rename env vars to not collide with Boost C++ library. (b3d1153)

Note: Version bump only for package @boost/internal

1.0.1 - 2019-11-12

📘 Docs

📦 Dependencies

📋 Misc

  • Add funding to all packages. (863a614)

🛠 Internals

  • Migrate to GitHub CI and actions. (#65) (ce59e85), closes #65

Note: Version bump only for package @boost/internal

1.0.0 - 2019-08-03

🎉 Release

  • Add new @boost/internal package. (#59) (6d0b12a), closes #59

🚀 Updates

  • Add new shared color system with defined presets. (8c0e123)
  • Add support for param interpolation. (2670580)
  • Move ExitError to internal package. (ceba173)
  • Move SignalError to internal package. (2f7e4ad)

Note: Version bump only for package @boost/internal