Skip to content

Releases: weegigs/wee-events

v0.20.0

01 Jul 03:10

Choose a tag to compare

0.20.0 (2025-07-01)

  • refactor: change Service type to interface for consistency (f63f9d4)
  • refactor: enhanced NatsService testability by injecting dependencies (5601c59)
  • feat: made service info available in the service (5b5c303)
  • chore: updated dependencies (249d501)
  • docs: update development guides to use 'just' for consistency (12949d4)

v0.19.2

30 Jun 07:37

Choose a tag to compare

  • chore: simplify npm configuration in release-it setup (f2730bf)
  • chore: fix double publishing issue (992f0d1)

v0.19.1

30 Jun 07:11

Choose a tag to compare

No significant changes

    View changes on GitHub

v0.19.0

30 Jun 06:26

Choose a tag to compare

   🚀 Features

  • Add Vitest configuration with testcontainers support  -  by @kevinoneill (85fbc)
  • Implement new NATS package with client/server architecture and add common function tests  -  by @kevinoneill (4bf28)
  • Enhance NatsClient to support customizable request options for execute and fetch methods  -  by @kevinoneill (76d0d)
  • errors: Introduce serializable error framework  -  by @kevinoneill (d464d)
  • nats: Consolidate command endpoints to single endpoint  -  by @kevinoneill (6995d)

   🐞 Bug Fixes

  • Enhance release process with dynamic version tagging and improved package verification  -  by @kevinoneill (9b9c9)
  • Remove generated js and ts.d files  -  by @kevinoneill (56cbb)
  • eslint: Was failing with  -  by @jeremygrant (58534)
  • tsconfig: Correct reference path for common package  -  by @kevinoneill (185c9)
  • turbo: Allow TESTCONTAINERS_* env vars to be passed over when running tests in podman  -  by @jeremygrant (390d9)
  • typo: I swear I ran the tests after rebasing. Anyway, fixing the missed typos from DespatcherDescription to DispatcherDescription  -  by @jeremygrant (e48c2)
    View changes on GitHub