v1.1.0
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
- Bump the microsoft group with 2 updates by @dependabot[bot] in #4
- Bump BenchmarkDotNet from 0.14.0 to 0.15.8 by @dependabot[bot] in #5
- Bump MSTest.Sdk from 4.1.0 to 4.2.2 by @dependabot[bot] in #6
- Bump Polyfill from 9.7.6 to 10.4.0 by @dependabot[bot] in #7
- Bump Polyfill from 10.4.0 to 10.5.0 by @dependabot[bot] in #8
- Bump Polyfill from 10.5.0 to 10.5.1 by @dependabot[bot] in #9
- Bump the microsoft group with 2 updates by @dependabot[bot] in #10
- Bump MSTest.Sdk from 4.2.2 to 4.2.3 by @dependabot[bot] in #11
- Bump Polyfill from 10.5.1 to 10.6.0 by @dependabot[bot] in #12
- Bump Polyfill from 10.6.0 to 10.7.0 by @dependabot[bot] in #13
- Bump Polyfill from 10.7.0 to 10.7.2 by @dependabot[bot] in #14
- Bump Polyfill from 10.7.2 to 10.8.0 by @dependabot[bot] in #15
- Bump the ktsu group with 3 updates by @dependabot[bot] in #16
- Bump Polyfill from 10.8.0 to 10.8.1 by @dependabot[bot] in #17
- Add real-time-safe SPSC ring buffer and denormal-aware delay line by @matt-edmondson in #18
Full Changelog: v1.0.12...v1.1.0