Skip to content

Latest commit

 

History

History
504 lines (199 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

504 lines (199 loc) · 13.2 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/config

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

5.0.0-alpha.1 - 2024-02-12

💥 Breaking

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

🚀 Updates

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

📦 Dependencies

  • [minimatch] Update to v9. (c74ba5b)

📘 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
  • Remove usages of require(). (e6144b9)

Note: Version bump only for package @boost/config

4.0.1 - 2023-05-01

📦 Dependencies

  • [minimatch] Update to v9. (8d3a104)
  • Update dev and test dependencies. (f21bf2e)

Note: Version bump only for package @boost/config

4.0.0 - 2022-08-19

📦 Dependencies

  • [minimatch] Update to v5.1. (bb17519)

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

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

  • [beemo-dev] Update to latest configs. (8982df0)
  • [beemo-dev] Update to latest configs. (0cdac02)
  • [minimatch] Update to v5. (574c1b1)
  • [packemon] Update to v2.1. (05ab522)

🛠 Internals

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

Note: Version bump only for package @boost/config

3.2.0 - 2022-02-13

🚀 Updates

  • Add Configuration#findRootDir and setRootDir methods. (#175) (583b766), closes #175

📦 Dependencies

  • [minimatch] Update to latest. (58dd40d)

Note: Version bump only for package @boost/config

3.1.0 - 2022-02-11

🚀 Updates

  • Support <name>.config.<ext> style root configs. (#174) (43eb85d), closes #174

Note: Version bump only for package @boost/config

3.0.4 - 2022-01-29

📦 Dependencies

  • [beemo-dev] Update to latest configs. (dfa69a1)

Note: Version bump only for package @boost/config

3.0.3 - 2021-12-19

📦 Dependencies

  • [optimal] Update to v5.1 latest. (8adbddf)

Note: Version bump only for package @boost/config

3.0.2 - 2021-11-12

Note: Version bump only for package @boost/config

3.0.1 - 2021-10-16

Note: Version bump only for package @boost/config

3.0.0 - 2021-10-13

💥 Breaking

  • Drop Node.js v10 and IE 11. (cecbd70)
  • Migrate to optimal v5. (#167) (5422ad0), closes #167
  • Update Path to use native directory separator. (#164) (d057e3d), closes #164
  • Update PathResolver and resolver functions to be async. (#162) (25d5970), closes #162

🚀 Updates

  • Migrate to new @boost/module. (e5d841f)

🛠 Internals

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

Note: Version bump only for package @boost/config

2.5.2 - 2021-08-22

📦 Dependencies

  • [beemo-dev] Update to latest configs. (4e63a11)

📘 Docs

  • Add API links to each readme. (80cc65f)
  • Add TypeDoc API integration. (#157) (ca6ac4b), closes #157
  • Fix broken badge images. (ed85a88)

Note: Version bump only for package @boost/config

2.5.1 - 2021-07-15

Note: Version bump only for package @boost/config

2.5.0 - 2021-07-12

🚀 Updates

  • [Configuration,ConfigFinder] Add resolver option to control module resolution. (35e1031)

📦 Dependencies

  • [packemon] Update to v1. (#151) (7ffd612), closes #151

🛠 Internals

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

Note: Version bump only for package @boost/config

2.4.2 - 2021-03-26

📦 Dependencies

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

Note: Version bump only for package @boost/config

2.4.1 - 2021-02-21

📦 Dependencies

  • [optimal] Update to v4.3. (ed51e6f)

Note: Version bump only for package @boost/config

2.4.0 - 2021-02-20

🚀 Updates

  • Support tuples (source and options) for plugin settings. (#143) (4b15a8e), closes #143

Note: Version bump only for package @boost/config

2.3.3 - 2021-02-18

🐞 Fixes

  • Migrate JS/CJS loader to use native require. (84acc48)
  • Migrate TS loader to our new typed module loader. (4cd80f4)

🛠 Internals

  • Fix broken tests. Move some to isolation. (5ea4ef2)
  • Move to internal fixtures from memfs. (4d46991)
  • Switch to local fixtures instead of dynamically created temporary fixtures. (908936f)

Note: Version bump only for package @boost/config

2.3.2 - 2021-02-12

🐞 Fixes

  • Improve debug messages. (2270fb2)

Note: Version bump only for package @boost/config

2.3.1 - 2021-02-08

🛠 Internals

  • Sort type hints and aliases. (1c49e33)

Note: Version bump only for package @boost/config

2.3.0 - 2021-01-16

🚀 Updates

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

Note: Version bump only for package @boost/config

2.2.8 - 2020-12-07

Note: Version bump only for package @boost/config

2.2.7 - 2020-11-29

📦 Dependencies

  • Update dev dependencies. Migrate to TypeScript v4.1. (578d5e3)

Note: Version bump only for package @boost/config

2.2.6 - 2020-11-11

Note: Version bump only for package @boost/config

2.2.5 - 2020-11-04

Note: Version bump only for package @boost/config

2.2.4 - 2020-10-15

Note: Version bump only for package @boost/config

2.2.3 - 2020-10-09

Note: Version bump only for package @boost/config

2.2.2 - 2020-10-08

Note: Version bump only for package @boost/config

2.2.1 - 2020-09-15

Note: Version bump only for package @boost/config

2.2.0 - 2020-08-17

🚀 Updates

  • Add support for json5 file format. (#112) (21f31d7), closes #112
  • Build packages with Rollup to support web and node targets. (38cdad9)
  • Support TypeScript (.ts) config file types/loaders. (#110) (2e7774f), closes #110
  • [web] Rework errors to not rely on Node.js utils. (7752e7f)

📘 Docs

Note: Version bump only for package @boost/config

2.1.0 - 2020-07-29

🚀 Updates

  • Add events to Configuration class. (#101) (aef720d), closes #101

🛠 Internals

  • Fix failing tests after recent Path changes. (ba03708)

Note: Version bump only for package @boost/config

2.0.0 - 2020-07-14

💥 Breaking

  • Migrate to fs.promises API. (944119a)
  • Reword error codes. (33b9d96)
  • Updated Node.js minimum requirement to v10.10. (3719cdc)

🚀 Updates

  • Refactor blueprint generics for easier inheritance usage. (0dd8171)
  • Support a list of names for plugin settings. (beb479d)

⚙️ Types

  • Update plugin types to work with plugin package. (e71646f)

🎨 Styles

📘 Docs

📦 Dependencies

  • Migrate packages to v2 alpha. (64731d9)
  • Update final peer dependencies. (405b8ff)
  • Update minor and patch versions. (a5efcf1)
  • Update TypeScript, Jest, ESLint, and other developer packages. (c7347a2)

🛠 Internals

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

Note: Version bump only for package @boost/config

1.0.0 - 2020-06-21

🎉 Release

  • Add new @boost/config package. (#81) (d0d5a19), closes #81

Note: Version bump only for package @boost/config