Skip to content

Commit 0645588

Browse files
committed
🖉 Update changelog with v1.0.0-rc
1 parent dafd9dc commit 0645588

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

changelog.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,36 @@
11
# Changelog
22

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+
327
## [v1.0.0-beta](https://github.com/devlooped/StructId/tree/v1.0.0-beta) (2024-12-21)
428

529
[Full Changelog](https://github.com/devlooped/StructId/compare/v1.0.0-alpha...v1.0.0-beta)
630

731
## [v1.0.0-alpha](https://github.com/devlooped/StructId/tree/v1.0.0-alpha) (2024-12-21)
832

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)
1034

1135
:sparkles: Implemented enhancements:
1236

@@ -53,6 +77,10 @@
5377
- Improve usage of common namespace, more flexible TId processing [\#26](https://github.com/devlooped/StructId/pull/26) (@kzu)
5478
- Rename base class for generators for better semantics [\#20](https://github.com/devlooped/StructId/pull/20) (@kzu)
5579

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+
5684

5785

5886
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)