Skip to content

Releases: rcontf/srcds-logs

v1.2.0

15 Oct 04:16

Choose a tag to compare

What's Changed

  • feat: explicit type the message events by @c43721 in #8
  • feat,fix(ci): add type checking, linting, and fixing slow types error by @c43721 in #9

Additions

Events will be fully type checked now.

Notable Changes

We will no longer forward connected, closed, or listening. This is technically a breaking change, but I shouldn't have exposed the socket events to the user. The user only needs to be able to close the socket and that's it.

I'm going to revisit the event emitter pattern in version 2- which will use async enumerables instead of event emitters.

Full Changelog: v1.1.5...v1.2.0

v1.1.5

12 Oct 04:38

Choose a tag to compare

What's Changed

  • refactor(deps): remove node buffer by @c43721 in #3
  • feat,chore: add deno to workspace, deno fmt by @c43721 in #4
  • chore(parser): fix password and body being cut, add tests by @c43721 in #5
  • feat: add disposable by @c43721 in #6

Full Changelog: https://github.com/rcontf/srcds-logs/commits/v1.1.5