You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,24 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.0.0] - 2025-08-03
11
+
12
+
### Changed
13
+
14
+
- Massive simplification by using Datacute.IncrementalGeneratorExtensions
15
+
- Changed to use a builder style pattern for the pipeline Combines.
16
+
- Replaced Numerous Attribute "Include x" Properties with a single flags enum.
17
+
- Generate flags enum and attribute rather than including them in the package. (This results in more consistent package treatment as a source generator.)
18
+
19
+
### Added
20
+
21
+
- More docs
22
+
10
23
## [0.0.2-alpha] - 2025-07-12
11
24
12
25
### Fixed
@@ -58,5 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments