Skip to content

Latest commit

 

History

History
407 lines (161 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

407 lines (161 loc) · 10.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/event

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

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

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

4.0.1 - 2023-05-01

📦 Dependencies

  • Update dev and test dependencies. (f21bf2e)

Note: Version bump only for package @boost/event

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

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

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

🛠 Internals

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

Note: Version bump only for package @boost/event

3.0.1 - 2022-01-29

Note: Version bump only for package @boost/event

3.0.0 - 2021-10-13

💥 Breaking

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

📘 Docs

  • Add API links to each readme. (80cc65f)
  • Fix broken badge images. (ed85a88)

🛠 Internals

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

Note: Version bump only for package @boost/event

2.3.3 - 2021-07-12

📦 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/event

2.3.2 - 2021-03-26

📦 Dependencies

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

Note: Version bump only for package @boost/event

2.3.1 - 2021-02-08

📦 Dependencies

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

Note: Version bump only for package @boost/event

2.3.0 - 2021-01-16

🚀 Updates

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

Note: Version bump only for package @boost/event

2.2.1 - 2020-11-29

Note: Version bump only for package @boost/event

2.2.0 - 2020-10-09

🚀 Updates

  • Return an unlistener from Event#listen. (0f2a1f8)

Note: Version bump only for package @boost/event

2.1.1 - 2020-10-08

Note: Version bump only for package @boost/event

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)

📘 Docs

Note: Version bump only for package @boost/event

2.0.1 - 2020-07-29

🛠 Internals

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

Note: Version bump only for package @boost/event

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)

🎨 Styles

📘 Docs

📦 Dependencies

  • Migrate packages to v2 alpha. (64731d9)
  • Update final peer dependencies. (405b8ff)
  • 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/event

1.3.1 - 2020-04-29

Note: Version bump only for package @boost/event

1.3.0 - 2020-02-04

🚀 Updates

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

Note: Version bump only for package @boost/event

1.2.1 - 2020-01-25

🐞 Fixes

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

Note: Version bump only for package @boost/event

1.2.0 - 2019-12-27

🚀 Updates

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

Note: Version bump only for package @boost/event

1.1.1 - 2019-11-12

📘 Docs

📋 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/event

1.1.0 - 2019-08-03

🚀 Updates

  • Migrate to new RuntimeError layer. (0793ffd)

Note: Version bump only for package @boost/event

1.0.3 - 2019-08-01

⚙️ Types

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

📘 Docs

  • Add examples to readmes. (fa6a90c)

Note: Version bump only for package @boost/event

1.0.2 - 2019-07-04

🛠 Internals

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

Note: Version bump only for package @boost/event

1.0.0 - 2019-04-16

🎉 Release

  • Initial release!

🚀 Updates

  • Added Event, which synchronously fires listeners.
  • Added BailEvent, which will bail the loop if a listener returns false.
  • Added ConcurrentEvent, which asynchronously fires listeners and return a promise.
  • Added WaterfallEvent, which passes the return value to each listener.

🛠 Internals

  • [ts] Refactored the type system to strictly and explicitly type all possible events, listeners, and their arguments.