nextcloud-event-bus

A event bus to communicate between Nextcloud components https://npmjs.org/@nextcloud/event-bus

OTHER License

Stars
5
Committers
13

Bot releases are hidden (Show)

nextcloud-event-bus - v3.3.1 Latest Release

Published by susnux 5 months ago

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)
nextcloud-event-bus - v3.3.0

Published by susnux 5 months ago

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)
nextcloud-event-bus - v3.2.0

Published by susnux 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nextcloud-libraries/nextcloud-event-bus/compare/v3.1.0...v3.2.0

nextcloud-event-bus - v3.1.0

Published by skjnldsv over 1 year ago

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)
nextcloud-event-bus - v3.0.2

Published by skjnldsv about 2 years ago

v3.0.2 (2022-09-05)

Full Changelog

Closed pull requests

nextcloud-event-bus - v3.0.1

Published by juliushaertl about 2 years ago

Changed

  • Update dependencies
  • Improve native ESM Support
nextcloud-event-bus - v3.0.0

Published by juliushaertl about 2 years ago

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: https://github.com/nextcloud/nextcloud-event-bus/compare/v2.1.1...v3.0.0