Skip to content

Releases: nextcloud-libraries/nextcloud-event-bus

v3.3.1

27 May 22:09
1afc30b
Compare
Choose a tag to compare

v3.3.1 (2024-05-28)

Fixed

  • fix: Do not include declarations for private globals in distribution #772 (susnux)

Changed

  • chore: Add license information to files and add REUSE workflow #773 (susnux)

v3.3.0

15 May 09:23
017aedf
Compare
Choose a tag to compare

v3.3.0 (2024-05-07)

Added

  • feat: Allow to fully type events by extending the NextcloudEvents interface #755 (susnux)

Fixed

  • fix(readme): update engine requirements according to package.json #754 (AaronActu)
  • fix(docs): Adjust invalid example for typed events #763 (susnux)

Changed

  • feat: Add ESLint for linting and prettier for formatting #759 (susnux)
  • feat: Migrate to vite for building and vitest for testing #758 (susnux)

v3.2.0

21 Apr 10:45
44038c0
Compare
Choose a tag to compare

What's Changed

Read more

v3.1.0

17 May 06:26
9f5ba37
Compare
Choose a tag to compare

v3.1.0 (2023-05-17)

Full Changelog

Changed

  • Updated dependencies
  • Initialize bus on first usage not on import #587 (susnux)

Fixed

  • Allow package to be imported by native Node ES module projects #586 (susnux)

v3.0.2

06 Sep 16:22
49c7ebc
Compare
Choose a tag to compare

v3.0.2 (2022-09-05)

Full Changelog

Closed pull requests

v3.0.1

01 Sep 12:20
cd25740
Compare
Choose a tag to compare

Changed

  • Update dependencies
  • Improve native ESM Support

v3.0.0

11 Aug 06:22
f099514
Compare
Choose a tag to compare

Changed

  • Require Node 16 with NPM 7 or NPM 8
  • Add ESM support
    • Improve native usage support
    • Improve bundle size
  • Fix rollup build
  • Remove babel
    • Typescript already is able to generate code that is in compliance with es5
  • Remove package.json from generated code.
    • Use @rollup/plugin-replace to handle this.
  • Fix invalid typescript typings export
  • Remove unnecessary files from npm package

Full Changelog: v2.1.1...v3.0.0