Skip to content

Releases: axonops/syncmap

v1.0.0

21 Apr 06:13
59d7958

Choose a tag to compare

syncmap v1.0.0

Type-safe generic wrapper around Go's sync.Map. Zero runtime dependencies.

See CHANGELOG.md for full release notes.

Changelog

Features

  • 3e8bbd8 feat!: rename Items to Values (#12)
  • 6169e3f feat: add Swap and Clear methods (#13)
  • 9385813 feat: add top-level CompareAndSwap and CompareAndDelete (#14)

Bug fixes

  • 59d7958 fix: emit source archive from GoReleaser for attestation coverage (#34)

Documentation

  • 75c7841 docs: add CONTRIBUTING, CLA, CoC, CONTRIBUTORS and CLA workflows (#18)
  • 70af960 docs: add README, CHANGELOG, NOTICE, SECURITY, and LLM docs bundle (#17)
  • 8ec4503 docs: add doc.go and rewrite exported godoc (#11)
  • 57d6299 docs: credit Richard Gooding in syncmap.go file header (#31)
  • 58d92f6 docs: soften fork framing, add logo, fix upstream author (#29)
  • 7476de1 docs: tighten gopher padding and link upstream in README subtitle (#32)

Other

  • e80df4b Fixed return value of LoadAndDelete
  • bd45d3d Initial commit
  • e9358c0 Initial version
  • e7d571d chore(cla): pre-seed maintainer signature to break initial catch-22 (#28)

Full diff: ...v1.0.0

v0.9.0

21 Apr 06:09
59d7958

Choose a tag to compare

syncmap v0.9.0

Type-safe generic wrapper around Go's sync.Map. Zero runtime dependencies.

See CHANGELOG.md for full release notes.

Changelog

Features

  • 3e8bbd8 feat!: rename Items to Values (#12)
  • 6169e3f feat: add Swap and Clear methods (#13)
  • 9385813 feat: add top-level CompareAndSwap and CompareAndDelete (#14)

Bug fixes

  • 59d7958 fix: emit source archive from GoReleaser for attestation coverage (#34)

Documentation

  • 75c7841 docs: add CONTRIBUTING, CLA, CoC, CONTRIBUTORS and CLA workflows (#18)
  • 70af960 docs: add README, CHANGELOG, NOTICE, SECURITY, and LLM docs bundle (#17)
  • 8ec4503 docs: add doc.go and rewrite exported godoc (#11)
  • 57d6299 docs: credit Richard Gooding in syncmap.go file header (#31)
  • 58d92f6 docs: soften fork framing, add logo, fix upstream author (#29)
  • 7476de1 docs: tighten gopher padding and link upstream in README subtitle (#32)

Other

  • e80df4b Fixed return value of LoadAndDelete
  • bd45d3d Initial commit
  • e9358c0 Initial version
  • e7d571d chore(cla): pre-seed maintainer signature to break initial catch-22 (#28)

Full diff: ...v0.9.0