Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 07:47

v1.1.0 (minor)

Changes since v1.0.0:

  • Update code coverage package and fix nullability issues (@matt-edmondson)
  • Add real-time-safe SPSC ring buffer and denormal-aware delay line (@Claude)
  • Remove legacy build scripts (@matt-edmondson)
  • Refactor exception handling in container classes to use ArgumentOutOfRangeException and Ensure.NotNull (@matt-edmondson)
  • Refactor assertions in unit tests for improved clarity and consistency (@matt-edmondson)
  • Update .NET workflow and package configurations (@matt-edmondson)
  • Add AssemblyInfo, update test assertions, and enhance project configuration (@matt-edmondson)
  • Add CLAUDE.md for project guidance and update target frameworks to net10.0 (@matt-edmondson)
  • "Claude Code Review workflow" (@matt-edmondson)
  • "Claude PR Assistant workflow" (@matt-edmondson)
  • Fix multi-targeting build errors and add framework polyfills (@matt-edmondson)
  • Enhance project configuration and workflows (@matt-edmondson)
  • Update project configuration and dependencies (@matt-edmondson)
  • Add script to automate winget manifest updates (@matt-edmondson)
  • Update project configuration and dependencies (@matt-edmondson)
  • Fix IDE0052 errors by removing unused private members in derived cursor rules (@matt-edmondson)
  • Fix compilation errors in ContiguousSetBenchmarks and improve collection initialization (@matt-edmondson)
  • Fix compilation errors and improve tests in collection classes (@matt-edmondson)
  • Implement equality logic and XML documentation for ContiguousMap.Entry (@matt-edmondson)
  • Refactor collection classes to use properties for Count (@matt-edmondson)
  • Enhance ktsu.Containers with new benchmarks and tests (@matt-edmondson)
  • Add new collection types and update documentation (@matt-edmondson)
  • Add OrderedMap and its benchmarks to ktsu.Containers (@matt-edmondson)
  • Add OrderedSet and benchmarking framework for ktsu.Containers (@matt-edmondson)
  • Refactor RingBuffer to improve efficiency and documentation (@matt-edmondson)
  • Add configuration files and implement new features (@matt-edmondson)
  • Add Clear method to RingBuffer and update documentation (@matt-edmondson)

What's Changed

Full Changelog: v1.0.12...v1.1.0