|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.0.0-rc](https://github.com/devlooped/StructId/tree/v1.0.0-rc) (2024-12-23) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/devlooped/StructId/compare/v1.0.0...v1.0.0-rc) |
| 6 | + |
| 7 | +## [v1.0.0](https://github.com/devlooped/StructId/tree/v1.0.0) (2024-12-23) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/devlooped/StructId/compare/v1.0.0-beta...v1.0.0) |
| 10 | + |
| 11 | +:sparkles: Implemented enhancements: |
| 12 | + |
| 13 | +- Annotate compiled templates with NuGetPackageId metadata [\#57](https://github.com/devlooped/StructId/pull/57) (@kzu) |
| 14 | +- Add legacy TypeConverter support from System.ComponentModel [\#55](https://github.com/devlooped/StructId/pull/55) (@kzu) |
| 15 | +- Drastically simply packing and namespace management [\#53](https://github.com/devlooped/StructId/pull/53) (@kzu) |
| 16 | +- Improve detection of IStructId namespace from compilation [\#52](https://github.com/devlooped/StructId/pull/52) (@kzu) |
| 17 | + |
| 18 | +:bug: Fixed bugs: |
| 19 | + |
| 20 | +- Fix issue when writing custom values to STJ [\#54](https://github.com/devlooped/StructId/pull/54) (@kzu) |
| 21 | + |
| 22 | +:twisted_rightwards_arrows: Merged: |
| 23 | + |
| 24 | +- Allow running samples from main solution for debugging [\#56](https://github.com/devlooped/StructId/pull/56) (@kzu) |
| 25 | +- Further improve docs and comment code for posterity [\#51](https://github.com/devlooped/StructId/pull/51) (@kzu) |
| 26 | + |
3 | 27 | ## [v1.0.0-beta](https://github.com/devlooped/StructId/tree/v1.0.0-beta) (2024-12-21) |
4 | 28 |
|
5 | 29 | [Full Changelog](https://github.com/devlooped/StructId/compare/v1.0.0-alpha...v1.0.0-beta) |
6 | 30 |
|
7 | 31 | ## [v1.0.0-alpha](https://github.com/devlooped/StructId/tree/v1.0.0-alpha) (2024-12-21) |
8 | 32 |
|
9 | | -[Full Changelog](https://github.com/devlooped/StructId/compare/04051d776cc03cf3889e36c86aa2fe4a8b51e307...v1.0.0-alpha) |
| 33 | +[Full Changelog](https://github.com/devlooped/StructId/compare/v0.1.0...v1.0.0-alpha) |
10 | 34 |
|
11 | 35 | :sparkles: Implemented enhancements: |
12 | 36 |
|
|
53 | 77 | - Improve usage of common namespace, more flexible TId processing [\#26](https://github.com/devlooped/StructId/pull/26) (@kzu) |
54 | 78 | - Rename base class for generators for better semantics [\#20](https://github.com/devlooped/StructId/pull/20) (@kzu) |
55 | 79 |
|
| 80 | +## [v0.1.0](https://github.com/devlooped/StructId/tree/v0.1.0) (2024-11-22) |
| 81 | + |
| 82 | +[Full Changelog](https://github.com/devlooped/StructId/compare/04051d776cc03cf3889e36c86aa2fe4a8b51e307...v0.1.0) |
| 83 | + |
56 | 84 |
|
57 | 85 |
|
58 | 86 | \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments