Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Releases: shadowspore/t38c

v0.11.0

14 Nov 02:32
Compare
Choose a tag to compare

This release introduces a few breaking changes:

  1. All client methods now accept context.Context as first argument.
  2. t38c.New() now accepts t38c.Config{} struct instead of functional options.
  3. Event subscription commands uses new t38c.EventHandler interface instead of raw function.

All examples and readme have been updated to the new api.

v0.10.2

14 Nov 01:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

03 Oct 05:34
c402435
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.8.0 by @dependabot in #48
  • Format floats to allow for very large/small values by @buddy-sandidge in #52

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

26 Aug 15:16
Compare
Choose a tag to compare
mod: update deps

v0.9.6

14 Jan 05:10
4e11326
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.5...v0.9.6