Skip to content

Commit df7a5df

Browse files
author
Github Actions
committed
[bot][skip ci] Update Metadata
1 parent 4ea2734 commit df7a5df

3 files changed

Lines changed: 47 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
## v1.3.4
1+
## v1.4.0 (minor)
22

3-
Changes since v1.3.4:
3+
Changes since v1.3.0:
4+
5+
- [minor] Complete DataSource and CodeGenerator models, fix Reassociate ([@matt-edmondson](https://github.com/matt-edmondson))
6+
- [minor] Add SchemaSerializer, JSON serialization support, and comprehensive test suite ([@matt-edmondson](https://github.com/matt-edmondson))
7+
- Remove .github\workflows\project.yml ([@matt-edmondson](https://github.com/matt-edmondson))
8+
- Update project SDK from ktsu.Sdk.App to ktsu.Sdk.ImGuiApp in SchemaEditor.csproj ([@matt-edmondson](https://github.com/matt-edmondson))
9+
- migrate to dotnet 10 ([@matt-edmondson](https://github.com/matt-edmondson))
10+
- Replace StrongStrings and StrongPaths with ktsu.Semantics across the codebase, updating relevant class constraints and references to use ISemanticString. This change enhances type safety and aligns with the latest library standards. ([@matt-edmondson](https://github.com/matt-edmondson))
11+
- Refactor Schema Library Documentation and Examples ([@matt-edmondson](https://github.com/matt-edmondson))
12+
- Update tests to use new SchemaProvider API - remove dependency on obsolete Schema class ([@matt-edmondson](https://github.com/matt-edmondson))
13+
- Update packages ([@matt-edmondson](https://github.com/matt-edmondson))
14+
- Update package references and add XML declaration in project files ([@matt-edmondson](https://github.com/matt-edmondson))
15+
- Refactor schema management by introducing a new Schema class and related models, replacing the previous SchemaProvider and related interfaces. This update enhances type safety and aligns with the latest design principles, removing obsolete classes and improving the overall structure of the schema definitions. ([@matt-edmondson](https://github.com/matt-edmondson))
16+
- Complete Schema refactoring to DI SchemaProvider - remove serialization and filesystem concerns ([@matt-edmondson](https://github.com/matt-edmondson))
17+
- [minor] Add CodeGenerator tree, DataSource property panel, and use SchemaSerializer in editor ([@matt-edmondson](https://github.com/matt-edmondson))
18+
- Remove Directory.Build.props and Directory.Build.targets files; add copyright notices to schema files; refactor variable declarations for consistency. ([@matt-edmondson](https://github.com/matt-edmondson))
19+
- Update README.md with comprehensive project details and usage examples ([@matt-edmondson](https://github.com/matt-edmondson))
20+
- Update package references and restructure project files for improved organization and clarity ([@matt-edmondson](https://github.com/matt-edmondson))
21+
- Update project SDK references and README formatting ([@matt-edmondson](https://github.com/matt-edmondson))
22+
- Add schema contract interfaces for schema definitions, including ISchema, ISchemaChild, ISchemaClass, ISchemaEnum, and related name interfaces. This introduces a structured approach to schema management without serialization concerns. ([@matt-edmondson](https://github.com/matt-edmondson))
23+
- Add CLAUDE.md for project guidance and documentation ([@matt-edmondson](https://github.com/matt-edmondson))
24+
- compatibility suppressions ([@matt-edmondson](https://github.com/matt-edmondson))
425
## v1.3.4 (patch)
526

627
Changes since v1.3.3:

LATEST_CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1-
## v1.3.4
1+
## v1.4.0 (minor)
22

3-
Changes since v1.3.4:
3+
Changes since v1.3.0:
4+
5+
- [minor] Complete DataSource and CodeGenerator models, fix Reassociate ([@matt-edmondson](https://github.com/matt-edmondson))
6+
- [minor] Add SchemaSerializer, JSON serialization support, and comprehensive test suite ([@matt-edmondson](https://github.com/matt-edmondson))
7+
- Remove .github\workflows\project.yml ([@matt-edmondson](https://github.com/matt-edmondson))
8+
- Update project SDK from ktsu.Sdk.App to ktsu.Sdk.ImGuiApp in SchemaEditor.csproj ([@matt-edmondson](https://github.com/matt-edmondson))
9+
- migrate to dotnet 10 ([@matt-edmondson](https://github.com/matt-edmondson))
10+
- Replace StrongStrings and StrongPaths with ktsu.Semantics across the codebase, updating relevant class constraints and references to use ISemanticString. This change enhances type safety and aligns with the latest library standards. ([@matt-edmondson](https://github.com/matt-edmondson))
11+
- Refactor Schema Library Documentation and Examples ([@matt-edmondson](https://github.com/matt-edmondson))
12+
- Update tests to use new SchemaProvider API - remove dependency on obsolete Schema class ([@matt-edmondson](https://github.com/matt-edmondson))
13+
- Update packages ([@matt-edmondson](https://github.com/matt-edmondson))
14+
- Update package references and add XML declaration in project files ([@matt-edmondson](https://github.com/matt-edmondson))
15+
- Refactor schema management by introducing a new Schema class and related models, replacing the previous SchemaProvider and related interfaces. This update enhances type safety and aligns with the latest design principles, removing obsolete classes and improving the overall structure of the schema definitions. ([@matt-edmondson](https://github.com/matt-edmondson))
16+
- Complete Schema refactoring to DI SchemaProvider - remove serialization and filesystem concerns ([@matt-edmondson](https://github.com/matt-edmondson))
17+
- [minor] Add CodeGenerator tree, DataSource property panel, and use SchemaSerializer in editor ([@matt-edmondson](https://github.com/matt-edmondson))
18+
- Remove Directory.Build.props and Directory.Build.targets files; add copyright notices to schema files; refactor variable declarations for consistency. ([@matt-edmondson](https://github.com/matt-edmondson))
19+
- Update README.md with comprehensive project details and usage examples ([@matt-edmondson](https://github.com/matt-edmondson))
20+
- Update package references and restructure project files for improved organization and clarity ([@matt-edmondson](https://github.com/matt-edmondson))
21+
- Update project SDK references and README formatting ([@matt-edmondson](https://github.com/matt-edmondson))
22+
- Add schema contract interfaces for schema definitions, including ISchema, ISchemaChild, ISchemaClass, ISchemaEnum, and related name interfaces. This introduces a structured approach to schema management without serialization concerns. ([@matt-edmondson](https://github.com/matt-edmondson))
23+
- Add CLAUDE.md for project guidance and documentation ([@matt-edmondson](https://github.com/matt-edmondson))
24+
- compatibility suppressions ([@matt-edmondson](https://github.com/matt-edmondson))

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.4
1+
1.4.0

0 commit comments

Comments
 (0)