|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.1.0](https://github.com/devlooped/StructId/tree/v1.1.0) (2026-04-14) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/devlooped/StructId/compare/v1.0.0-rc...v1.1.0) |
| 6 | + |
| 7 | +:sparkles: Implemented enhancements: |
| 8 | + |
| 9 | +- All StructId generators are not incremental and extremely inefficient \(analyzers too\) [\#60](https://github.com/devlooped/StructId/issues/60) |
| 10 | +- Trim package dependencies significantly [\#89](https://github.com/devlooped/StructId/pull/89) (@kzu) |
| 11 | +- Fix incremental source generation and add incrementality tests [\#82](https://github.com/devlooped/StructId/pull/82) (@kzu) |
| 12 | +- Improve record analyzer performance [\#61](https://github.com/devlooped/StructId/pull/61) (@kzu) |
| 13 | + |
| 14 | +:bug: Fixed bugs: |
| 15 | + |
| 16 | +- CA1813 [\#80](https://github.com/devlooped/StructId/issues/80) |
| 17 | +- Having some issues with IStructId\<char\> [\#79](https://github.com/devlooped/StructId/issues/79) |
| 18 | +- Template TSelf contraint does not seem to work [\#75](https://github.com/devlooped/StructId/issues/75) |
| 19 | +- Fix Analyser warning [\#72](https://github.com/devlooped/StructId/issues/72) |
| 20 | +- Fix Dapper generator encoding issue on macOS [\#94](https://github.com/devlooped/StructId/pull/94) (@kzu) |
| 21 | + |
| 22 | +:hammer: Other: |
| 23 | + |
| 24 | +- Filter which templates are applied [\#81](https://github.com/devlooped/StructId/issues/81) |
| 25 | +- Switch to ByteAether.Ulid for faster, always‑reliable ULID generation [\#78](https://github.com/devlooped/StructId/issues/78) |
| 26 | +- Value Validator feature request [\#77](https://github.com/devlooped/StructId/issues/77) |
| 27 | +- Opt out of implicit operators [\#74](https://github.com/devlooped/StructId/issues/74) |
| 28 | +- Template question [\#73](https://github.com/devlooped/StructId/issues/73) |
| 29 | +- :\) [\#59](https://github.com/devlooped/StructId/issues/59) |
| 30 | + |
| 31 | +:twisted_rightwards_arrows: Merged: |
| 32 | + |
| 33 | +- Target latest .NET LTS from tests [\#90](https://github.com/devlooped/StructId/pull/90) (@kzu) |
| 34 | +- Adopt OSMF [\#87](https://github.com/devlooped/StructId/pull/87) (@kzu) |
| 35 | +- Provide some additional package tags for discoverability [\#58](https://github.com/devlooped/StructId/pull/58) (@kzu) |
| 36 | + |
3 | 37 | ## [v1.0.0-rc](https://github.com/devlooped/StructId/tree/v1.0.0-rc) (2024-12-23) |
4 | 38 |
|
5 | 39 | [Full Changelog](https://github.com/devlooped/StructId/compare/v1.0.0...v1.0.0-rc) |
|
0 commit comments