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