|
1 | | -## v1.0.13-pre.1 (prerelease) |
| 1 | +## v1.1.0 (minor) |
2 | 2 |
|
3 | | -Changes since v1.0.13-pre.1: |
| 3 | +Changes since v1.0.0: |
4 | 4 |
|
| 5 | +- Add real-time-safe SPSC ring buffer and denormal-aware delay line ([@Claude](https://github.com/Claude)) |
| 6 | +- Remove legacy build scripts ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 7 | +- Refactor exception handling in container classes to use ArgumentOutOfRangeException and Ensure.NotNull ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 8 | +- Refactor assertions in unit tests for improved clarity and consistency ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 9 | +- Update .NET workflow and package configurations ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 10 | +- Add AssemblyInfo, update test assertions, and enhance project configuration ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 11 | +- Add CLAUDE.md for project guidance and update target frameworks to net10.0 ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 12 | +- "Claude Code Review workflow" ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 13 | +- "Claude PR Assistant workflow" ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 14 | +- Fix multi-targeting build errors and add framework polyfills ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 15 | +- Enhance project configuration and workflows ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 16 | +- Update project configuration and dependencies ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 17 | +- Add script to automate winget manifest updates ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 18 | +- Update project configuration and dependencies ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 19 | +- Fix IDE0052 errors by removing unused private members in derived cursor rules ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 20 | +- Fix compilation errors in ContiguousSetBenchmarks and improve collection initialization ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 21 | +- Fix compilation errors and improve tests in collection classes ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 22 | +- Implement equality logic and XML documentation for ContiguousMap.Entry ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 23 | +- Refactor collection classes to use properties for Count ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 24 | +- Enhance ktsu.Containers with new benchmarks and tests ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 25 | +- Add new collection types and update documentation ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 26 | +- Add OrderedMap and its benchmarks to ktsu.Containers ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 27 | +- Add OrderedSet and benchmarking framework for ktsu.Containers ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 28 | +- Refactor RingBuffer to improve efficiency and documentation ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 29 | +- Add configuration files and implement new features ([@matt-edmondson](https://github.com/matt-edmondson)) |
| 30 | +- Add Clear method to RingBuffer and update documentation ([@matt-edmondson](https://github.com/matt-edmondson)) |
5 | 31 |
|
6 | 32 | ## v1.0.13-pre.1 (prerelease) |
7 | 33 |
|
|
0 commit comments