Skip to content

Latest commit

 

History

History
363 lines (147 loc) · 9.7 KB

CHANGELOG.md

File metadata and controls

363 lines (147 loc) · 9.7 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)

📘 Docs

  • Finalize 5.0 migration. (7a3700f)

Note: Version bump only for package @boost/test-utils

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/test-utils

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

📦 Dependencies

  • [fs-extra] Update to v11.2. (f29adc8)

📘 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

Note: Version bump only for package @boost/test-utils

4.0.1 - 2023-05-01

📦 Dependencies

  • [fs-extra] Update to v11. (e58a813)

Note: Version bump only for package @boost/test-utils

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/test-utils

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

  • [fs-extra] Update to v10. (0cdfdde)
  • [packemon] Update to v2.1. (05ab522)

🛠 Internals

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

Note: Version bump only for package @boost/test-utils

3.0.0 - 2021-10-13

💥 Breaking

  • Drop Node.js v10 and IE 11. (cecbd70)
  • Update Path to use native directory separator. (#164) (d057e3d), closes #164

🛠 Internals

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

Note: Version bump only for package @boost/test-utils

2.3.2 - 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/test-utils

2.3.1 - 2021-03-26

📦 Dependencies

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

Note: Version bump only for package @boost/test-utils

2.3.0 - 2021-02-18

🚀 Updates

  • Add copyFixtureToTempFolder for copying a fixture for isolation. (445c61b)
  • Add createTempFolderStructureFromJSON for scaffolding fixtures in a temp folder. (1ebd744)

🛠 Internals

  • Move to internal fixtures from memfs. (4d46991)

Note: Version bump only for package @boost/test-utils

2.2.0 - 2021-01-16

🚀 Updates

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

Note: Version bump only for package @boost/test-utils

2.1.1 - 2020-11-29

📦 Dependencies

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

Note: Version bump only for package @boost/test-utils

2.1.0 - 2020-08-17

🚀 Updates

  • Build packages with Rollup to support web and node targets. (38cdad9)

Note: Version bump only for package @boost/test-utils

2.0.0 - 2020-07-14

💥 Breaking

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

🚀 Updates

  • Create a fixture within the temp folder. (090e44b)

🎨 Styles

📘 Docs

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

📦 Dependencies

  • Update final peer dependencies. (405b8ff)
  • [lerna] Update to v3.22. (a19f27f)
  • Update TypeScript, Jest, ESLint, and other developer packages. (c7347a2)
  • [fs-extra] Update to v9. (0d974f8)

Note: Version bump only for package @boost/test-utils

1.4.1 - 2020-01-25

🐞 Fixes

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

Note: Version bump only for package @boost/test-utils

1.4.0 - 2019-12-07

🚀 Updates

  • [PathResolver] Add a mechanism for finding and resolving a path amongst a list of file paths or node modules. (#71) (465e535), closes #71

Note: Version bump only for package @boost/test-utils

1.3.0 - 2019-11-26

🚀 Updates

  • Support Windows OS and Node v13. (#68) (bca6786), closes #68

Note: Version bump only for package @boost/test-utils

1.2.6 - 2019-11-12

📘 Docs

📦 Dependencies

  • Moved [@types](https://github.com/types) to the root and out of packages. (497d312)

📋 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/test-utils

1.2.5 - 2019-10-30

📦 Dependencies

  • Update minor and patch versions. (870dd85)

Note: Version bump only for package @boost/test-utils

1.2.4 - 2019-08-01

⚙️ Types

  • Refine types and replace any with unknown. (#58) (43512fc), closes #58

Note: Version bump only for package @boost/test-utils

1.2.3 - 2019-07-04

📦 Dependencies

  • Update fs-extra to v8.1. (a8ddeaa)

🛠 Internals

  • Added more files to npmignore. (16f46b8)
  • Setup DangerJS and conventional changelog (#54) (a18dd45), closes #54

Note: Version bump only for package @boost/test-utils

1.2.0 - 2019-04-20

🛠 Internals

  • Decoupled @boost/core dependency.

1.0.1-1.0.4 - 2019-02-22

🛠 Internals

  • Updated dependencies.

1.0.0 - 2019-01-17

🎉 Release

  • Initial release!