Skip to content

Releases: nextcloud-libraries/nextcloud-event-bus

v3.3.3

07 Nov 10:02
4dfdb6f

Choose a tag to compare

v3.3.3 (2025-11-07)

Changed

  • build: use consistent script names for npm (#995)
  • chore: update node version to include LTS and active (#994)
  • chore: align devEngines with apps Node version (#1012)
  • chore(deps): Bump @types/semver to 7.7.0 (#954)
  • chore(deps): Bump semver to 7.7.2 (#986)
  • ci: update reuse.yml workflow from template (#1009)
  • ci: update npm-publish.yml workflow from template (#1010)
  • ci: update workflows from organization (#1011)
  • refactor: adjust code to already comply with upcoming ESLint v9 (#996)

v3.3.2

28 Feb 22:59
737addf

Choose a tag to compare

v3.3.2 (2025-02-28)

Fixed

  • fix: Allow events without parameters #792 (susnux)
  • fix: Resolve typos in doc strings #862 (susnux)

Changed

v3.3.1

27 May 22:09
1afc30b

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

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

Choose a tag to compare

What's Changed

Read more

v3.1.0

17 May 06:26
9f5ba37

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

Choose a tag to compare

v3.0.2 (2022-09-05)

Full Changelog

Closed pull requests

v3.0.1

01 Sep 12:20
cd25740

Choose a tag to compare

Changed

  • Update dependencies
  • Improve native ESM Support

v3.0.0

11 Aug 06:22
f099514

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