Skip to content

Releases: corvus-dotnet/Corvus.JsonSchema

0.1.13

25 Jul 11:53
798a5e1
Compare
Choose a tag to compare
0.1.13 Pre-release
Pre-release

Changes:

  • 798a5e1 Merge pull request #56 from corvus-dotnet/feature/54-add-items-indexer-to-ijsonarray
  • 6133967 Bump Endjin.RecommendedPractices.GitHub from 2.1.0 to 2.1.1 in /Solutions (#57)
  • 9be3b3f Removed unnecessary ToString() call.
  • 0a04328 Added an indexer to JsonArray-like items
  • 56da172 Merge pull request #51 from corvus-dotnet/feature/50-add-a-mutating-visitor-and-json-patch-support
  • 0e65899 Updated to latest Endjin.RecommendedPractices
  • 1bf2ffc Fixed the in parameter for nullable types error.
  • 338b321 Updated ValidationContext to remove nullable in parameters
  • 62aca23 Added Schema build caching at the feature level.
  • dfcdbb9 Bumped to latest package versions on projects that have updated since our last bump.
See More
  • 7ddc36c Switched to spaces from tabs.
  • c685fca Better test failure message for the case where no result is set.
  • 8b5e238 Clean up Spec project file for usual SpecFlow sadnesses.
  • 41b5f3f Renamed file to match type name.
  • 4ef5996 Typo. baling => bailing
  • 0dd5374 Added an explanatory comment.
  • 7a0a908 Switch to stackalloc/arraypool pattern for potentially large input.
  • 0753460 Switched to the arraypool/stackalloc pattern for pointer handling.
  • 67710c8 Fixed misleading method name and updated the relevant exception messages.
  • 8b53540 Removed unused static values.
  • 2a0f34a Added a comment to indicate the intended purpose of AsItemsList.
  • cb51a03 IsPackable=>false for the sandbox and benchmarking projects.
  • ef6c9e7 Merge branch 'main' into feature/50-add-a-mutating-visitor-and-json-patch-support
  • b563a2a Merge pull request #52 from corvus-dotnet/feature/36-add-support-for-auto-detection-of-json-schema-draft-from-the-document
  • 29d140a Changed the logic so that the command line overrides the detected version.
  • e6d8052 Reviewing the PR, I identified that this was lost in the merge.
  • 67a6cc4 Added support for detecting the schema variant in the source document.
  • 7fea7cc Final batch of optimizations for this time around.
  • cc718f1 Added object and array accessors to JsonAny to avoid a conversion.
  • 0a2e650 Avoid repeated acquisition of potentially expensive values.
  • 07602e5 Added explicit implementations for array and object methods to JsonAny.
  • ad08821 Added quick bale-outs for updating the root, as the test is fast, and the outcome considerably improved.
  • 0a780a5 Eliminated "quick bale out" checks because they are an overhead when they will rarely be true.
  • 285b226 Optimise ValueKind checking in JsonAny
  • 7014bbf Realise paths to a string immediately, as we will have to eventually.
  • 9e990a5 More optmisations in creating and copying values.
  • b7a2b0e Improved performance of the cast operation.
  • 0d3d998 Fixed bugs and back on the discovering optimisations trail.
  • eccd828 Fixed bugs caused by code loss to mishandling git.
  • 1ad078b Spurious leftover file from an experiment removed.
  • e5ac067 Added in annotations where appropriate.
  • 237bfb0 Fixed bug: semantic changes in array and object adding.
  • 76c9310 Working on benchmark-driven optimisations.
  • b9eddec Update benchmark and sandbox.
  • 47f71d0 Some additional optimisations in the face of benchmarking. Reducing allocations.
  • 1baad38 Fixed the creation of the JsonPointers in the JE benchmark.
  • 0036316 Switch the Array visitor to reuse existing allocations if available.
  • 3c6afd7 Added manual specs to cover addeditional cases.
  • 142e776 JsonPointer parser now returns the "empty string property" for root objects referneced with '/'
  • adc490f Moved the model into its own namespace.
  • 3d7dd64 Merge branch 'main' into feature/50-add-a-mutating-visitor-and-json-patch-support
  • a2f7567 Fixed broken specs.
  • cad8d7b Baseline with specs generated prior to fixing broken tests.
  • 6b2c8c7 Merge pull request #48 from corvus-dotnet/feature/47-deal-with-const-and-default-properties-in-create
  • 35eaca3 Initial commit of JsonPointerExtensions.
  • 08cbf3a Initial commit of a visitor.
  • 1938b95 Missing ToString() override for JsonPointer.
  • 3a0272b Updated JSON schema definitions using the latest bits.
  • 9580388 Move misplaced method declaration.
  • 7c2283a Apply previous fix to draft2019-09
  • 450f0ac Fixed bug - the required constraint needs to percolate down to the property declaration, regardless of whether it was locally defined or not.
  • 3069c5d Fixed typo - spurious bracket in generator.
  • d1d6d0c Reverted the optional const value parameter code to require you to pass it in if you want it to appear.
  • c9a6698 Added draft2019-09 support for the Create() trimming and default constructor.
  • 7a129cd Added support for default constructor and "Create()" method filtering for draft2020-12
  • 4e1b188 Merge pull request #38 from corvus-dotnet/feature/37-add-a-generic-serializet-method-for-simple-string-serialization
  • fc05920 Revert incorrect commit.
  • 74f8bee Added a spec for the use of the Serialization() model.
  • a31b3f4 Implemented Serialization() options
  • e147ec7 Merge pull request #33 from corvus-dotnet/feature/32-relative-windows-paths-fail-in-generation
  • 4e1a5d5 - Local paths need to be converted to the right format to be composable using URI composition semantics
  • 5788e0c Merge pull request #28 from corvus-dotnet/feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 3fe3b4f Added a .editorconfig to treat tabs as tabs in feature files.
  • 44afd6f Fixed trailing comma.
  • 9a6e472 Merge branch 'feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api' of https://github.com/corvus-dotnet/Corvus.JsonSchema into feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 012daf1 Optimised CreateBuilder() in case where we are building it from the existing base array.
  • e8e98b1 Replaced implicit with explicit conversion.
  • 8527c24 Fixed indentation.
  • 91bc580 Merge pull request #23 from corvus-dotnet/features/feature-21-generate-default-output-path-from-relative-input-path
  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • 2a06ae6 Update appsettings.json
  • 092e7ba Update appsettings.json
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 6900b4b Provided overloads to add multiple items to the array types with a single method call.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 587e881 Get the full path for the output file.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configur...
Read more

0.1.12

13 Jul 16:56
56da172
Compare
Choose a tag to compare
0.1.12 Pre-release
Pre-release

Changes:

  • 56da172 Merge pull request #51 from corvus-dotnet/feature/50-add-a-mutating-visitor-and-json-patch-support
  • 0e65899 Updated to latest Endjin.RecommendedPractices
  • 1bf2ffc Fixed the in parameter for nullable types error.
  • 338b321 Updated ValidationContext to remove nullable in parameters
  • 62aca23 Added Schema build caching at the feature level.
  • dfcdbb9 Bumped to latest package versions on projects that have updated since our last bump.
  • 7ddc36c Switched to spaces from tabs.
  • c685fca Better test failure message for the case where no result is set.
  • 8b5e238 Clean up Spec project file for usual SpecFlow sadnesses.
  • 41b5f3f Renamed file to match type name.
See More
  • 4ef5996 Typo. baling => bailing
  • 0dd5374 Added an explanatory comment.
  • 7a0a908 Switch to stackalloc/arraypool pattern for potentially large input.
  • 0753460 Switched to the arraypool/stackalloc pattern for pointer handling.
  • 67710c8 Fixed misleading method name and updated the relevant exception messages.
  • 8b53540 Removed unused static values.
  • 2a0f34a Added a comment to indicate the intended purpose of AsItemsList.
  • cb51a03 IsPackable=>false for the sandbox and benchmarking projects.
  • ef6c9e7 Merge branch 'main' into feature/50-add-a-mutating-visitor-and-json-patch-support
  • b563a2a Merge pull request #52 from corvus-dotnet/feature/36-add-support-for-auto-detection-of-json-schema-draft-from-the-document
  • 29d140a Changed the logic so that the command line overrides the detected version.
  • e6d8052 Reviewing the PR, I identified that this was lost in the merge.
  • 67a6cc4 Added support for detecting the schema variant in the source document.
  • 7fea7cc Final batch of optimizations for this time around.
  • cc718f1 Added object and array accessors to JsonAny to avoid a conversion.
  • 0a2e650 Avoid repeated acquisition of potentially expensive values.
  • 07602e5 Added explicit implementations for array and object methods to JsonAny.
  • ad08821 Added quick bale-outs for updating the root, as the test is fast, and the outcome considerably improved.
  • 0a780a5 Eliminated "quick bale out" checks because they are an overhead when they will rarely be true.
  • 285b226 Optimise ValueKind checking in JsonAny
  • 7014bbf Realise paths to a string immediately, as we will have to eventually.
  • 9e990a5 More optmisations in creating and copying values.
  • b7a2b0e Improved performance of the cast operation.
  • 0d3d998 Fixed bugs and back on the discovering optimisations trail.
  • eccd828 Fixed bugs caused by code loss to mishandling git.
  • 1ad078b Spurious leftover file from an experiment removed.
  • e5ac067 Added in annotations where appropriate.
  • 237bfb0 Fixed bug: semantic changes in array and object adding.
  • 76c9310 Working on benchmark-driven optimisations.
  • b9eddec Update benchmark and sandbox.
  • 47f71d0 Some additional optimisations in the face of benchmarking. Reducing allocations.
  • 1baad38 Fixed the creation of the JsonPointers in the JE benchmark.
  • 0036316 Switch the Array visitor to reuse existing allocations if available.
  • 3c6afd7 Added manual specs to cover addeditional cases.
  • 142e776 JsonPointer parser now returns the "empty string property" for root objects referneced with '/'
  • adc490f Moved the model into its own namespace.
  • 3d7dd64 Merge branch 'main' into feature/50-add-a-mutating-visitor-and-json-patch-support
  • a2f7567 Fixed broken specs.
  • cad8d7b Baseline with specs generated prior to fixing broken tests.
  • 6b2c8c7 Merge pull request #48 from corvus-dotnet/feature/47-deal-with-const-and-default-properties-in-create
  • 35eaca3 Initial commit of JsonPointerExtensions.
  • 08cbf3a Initial commit of a visitor.
  • 1938b95 Missing ToString() override for JsonPointer.
  • 3a0272b Updated JSON schema definitions using the latest bits.
  • 9580388 Move misplaced method declaration.
  • 7c2283a Apply previous fix to draft2019-09
  • 450f0ac Fixed bug - the required constraint needs to percolate down to the property declaration, regardless of whether it was locally defined or not.
  • 3069c5d Fixed typo - spurious bracket in generator.
  • d1d6d0c Reverted the optional const value parameter code to require you to pass it in if you want it to appear.
  • c9a6698 Added draft2019-09 support for the Create() trimming and default constructor.
  • 7a129cd Added support for default constructor and "Create()" method filtering for draft2020-12
  • 4e1b188 Merge pull request #38 from corvus-dotnet/feature/37-add-a-generic-serializet-method-for-simple-string-serialization
  • fc05920 Revert incorrect commit.
  • 74f8bee Added a spec for the use of the Serialization() model.
  • a31b3f4 Implemented Serialization() options
  • e147ec7 Merge pull request #33 from corvus-dotnet/feature/32-relative-windows-paths-fail-in-generation
  • 4e1a5d5 - Local paths need to be converted to the right format to be composable using URI composition semantics
  • 5788e0c Merge pull request #28 from corvus-dotnet/feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 3fe3b4f Added a .editorconfig to treat tabs as tabs in feature files.
  • 44afd6f Fixed trailing comma.
  • 9a6e472 Merge branch 'feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api' of https://github.com/corvus-dotnet/Corvus.JsonSchema into feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 012daf1 Optimised CreateBuilder() in case where we are building it from the existing base array.
  • e8e98b1 Replaced implicit with explicit conversion.
  • 8527c24 Fixed indentation.
  • 91bc580 Merge pull request #23 from corvus-dotnet/features/feature-21-generate-default-output-path-from-relative-input-path
  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • 2a06ae6 Update appsettings.json
  • 092e7ba Update appsettings.json
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 6900b4b Provided overloads to add multiple items to the array types with a single method call.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 587e881 Get the full path for the output file.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configuration file (#17)
  • f2fba24 Merge pull request #14 from corvus-dotnet/feature/update-dependencies
  • 050d433 Update dependencies
  • 191b0a1 Merge pull request #7 from corvus-dotnet/dependabot/nuget/Solutions/nunit-3.13.3
  • ef810c3 Bump nunit from 3.13.2 to 3.13.3 in /Solutions
  • 10ff0e...
Read more

0.1.11

07 Jul 11:26
b563a2a
Compare
Choose a tag to compare
0.1.11 Pre-release
Pre-release

Changes:

  • b563a2a Merge pull request #52 from corvus-dotnet/feature/36-add-support-for-auto-detection-of-json-schema-draft-from-the-document
  • 29d140a Changed the logic so that the command line overrides the detected version.
  • e6d8052 Reviewing the PR, I identified that this was lost in the merge.
  • 67a6cc4 Added support for detecting the schema variant in the source document.
  • 6b2c8c7 Merge pull request #48 from corvus-dotnet/feature/47-deal-with-const-and-default-properties-in-create
  • 1938b95 Missing ToString() override for JsonPointer.
  • 3a0272b Updated JSON schema definitions using the latest bits.
  • 9580388 Move misplaced method declaration.
  • 7c2283a Apply previous fix to draft2019-09
  • 450f0ac Fixed bug - the required constraint needs to percolate down to the property declaration, regardless of whether it was locally defined or not.
See More
  • 3069c5d Fixed typo - spurious bracket in generator.
  • d1d6d0c Reverted the optional const value parameter code to require you to pass it in if you want it to appear.
  • c9a6698 Added draft2019-09 support for the Create() trimming and default constructor.
  • 7a129cd Added support for default constructor and "Create()" method filtering for draft2020-12
  • 4e1b188 Merge pull request #38 from corvus-dotnet/feature/37-add-a-generic-serializet-method-for-simple-string-serialization
  • fc05920 Revert incorrect commit.
  • 74f8bee Added a spec for the use of the Serialization() model.
  • a31b3f4 Implemented Serialization() options
  • e147ec7 Merge pull request #33 from corvus-dotnet/feature/32-relative-windows-paths-fail-in-generation
  • 4e1a5d5 - Local paths need to be converted to the right format to be composable using URI composition semantics
  • 5788e0c Merge pull request #28 from corvus-dotnet/feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 3fe3b4f Added a .editorconfig to treat tabs as tabs in feature files.
  • 44afd6f Fixed trailing comma.
  • 9a6e472 Merge branch 'feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api' of https://github.com/corvus-dotnet/Corvus.JsonSchema into feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 012daf1 Optimised CreateBuilder() in case where we are building it from the existing base array.
  • e8e98b1 Replaced implicit with explicit conversion.
  • 8527c24 Fixed indentation.
  • 91bc580 Merge pull request #23 from corvus-dotnet/features/feature-21-generate-default-output-path-from-relative-input-path
  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • 2a06ae6 Update appsettings.json
  • 092e7ba Update appsettings.json
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 6900b4b Provided overloads to add multiple items to the array types with a single method call.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 587e881 Get the full path for the output file.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configuration file (#17)
  • f2fba24 Merge pull request #14 from corvus-dotnet/feature/update-dependencies
  • 050d433 Update dependencies
  • 191b0a1 Merge pull request #7 from corvus-dotnet/dependabot/nuget/Solutions/nunit-3.13.3
  • ef810c3 Bump nunit from 3.13.2 to 3.13.3 in /Solutions
  • 10ff0e7 Merge pull request #1 from corvus-dotnet/feature/pr-autoflow
  • cd0ed0e Committing changes
  • a8b81bc Merge branch 'main' of https://github.com/corvus-dotnet/Corvus.JsonSchema
  • 61546a4 Fixed Folder Naming
  • fcf2d97 Update README.md
  • 6c06688 Initial commit of codebase found in the menes-dotnet=>feature/typegenerator

This list of changes was auto generated.

0.1.10

01 Jul 10:17
6b2c8c7
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

Changes:

  • 6b2c8c7 Merge pull request #48 from corvus-dotnet/feature/47-deal-with-const-and-default-properties-in-create
  • 1938b95 Missing ToString() override for JsonPointer.
  • 3a0272b Updated JSON schema definitions using the latest bits.
  • 9580388 Move misplaced method declaration.
  • 7c2283a Apply previous fix to draft2019-09
  • 450f0ac Fixed bug - the required constraint needs to percolate down to the property declaration, regardless of whether it was locally defined or not.
  • 3069c5d Fixed typo - spurious bracket in generator.
  • d1d6d0c Reverted the optional const value parameter code to require you to pass it in if you want it to appear.
  • c9a6698 Added draft2019-09 support for the Create() trimming and default constructor.
  • 7a129cd Added support for default constructor and "Create()" method filtering for draft2020-12
See More
  • 4e1b188 Merge pull request #38 from corvus-dotnet/feature/37-add-a-generic-serializet-method-for-simple-string-serialization
  • fc05920 Revert incorrect commit.
  • 74f8bee Added a spec for the use of the Serialization() model.
  • a31b3f4 Implemented Serialization() options
  • e147ec7 Merge pull request #33 from corvus-dotnet/feature/32-relative-windows-paths-fail-in-generation
  • 4e1a5d5 - Local paths need to be converted to the right format to be composable using URI composition semantics
  • 5788e0c Merge pull request #28 from corvus-dotnet/feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 3fe3b4f Added a .editorconfig to treat tabs as tabs in feature files.
  • 44afd6f Fixed trailing comma.
  • 9a6e472 Merge branch 'feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api' of https://github.com/corvus-dotnet/Corvus.JsonSchema into feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 012daf1 Optimised CreateBuilder() in case where we are building it from the existing base array.
  • e8e98b1 Replaced implicit with explicit conversion.
  • 8527c24 Fixed indentation.
  • 91bc580 Merge pull request #23 from corvus-dotnet/features/feature-21-generate-default-output-path-from-relative-input-path
  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • 2a06ae6 Update appsettings.json
  • 092e7ba Update appsettings.json
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 6900b4b Provided overloads to add multiple items to the array types with a single method call.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 587e881 Get the full path for the output file.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configuration file (#17)
  • f2fba24 Merge pull request #14 from corvus-dotnet/feature/update-dependencies
  • 050d433 Update dependencies
  • 191b0a1 Merge pull request #7 from corvus-dotnet/dependabot/nuget/Solutions/nunit-3.13.3
  • ef810c3 Bump nunit from 3.13.2 to 3.13.3 in /Solutions
  • 10ff0e7 Merge pull request #1 from corvus-dotnet/feature/pr-autoflow
  • cd0ed0e Committing changes
  • a8b81bc Merge branch 'main' of https://github.com/corvus-dotnet/Corvus.JsonSchema
  • 61546a4 Fixed Folder Naming
  • fcf2d97 Update README.md
  • 6c06688 Initial commit of codebase found in the menes-dotnet=>feature/typegenerator

This list of changes was auto generated.

0.1.9

28 Jun 15:32
4e1b188
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release

Changes:

  • 4e1b188 Merge pull request #38 from corvus-dotnet/feature/37-add-a-generic-serializet-method-for-simple-string-serialization
  • fc05920 Revert incorrect commit.
  • 74f8bee Added a spec for the use of the Serialization() model.
  • a31b3f4 Implemented Serialization() options
  • e147ec7 Merge pull request #33 from corvus-dotnet/feature/32-relative-windows-paths-fail-in-generation
  • 4e1a5d5 - Local paths need to be converted to the right format to be composable using URI composition semantics
  • 5788e0c Merge pull request #28 from corvus-dotnet/feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 3fe3b4f Added a .editorconfig to treat tabs as tabs in feature files.
  • 44afd6f Fixed trailing comma.
  • 9a6e472 Merge branch 'feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api' of https://github.com/corvus-dotnet/Corvus.JsonSchema into feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
See More
  • 012daf1 Optimised CreateBuilder() in case where we are building it from the existing base array.
  • e8e98b1 Replaced implicit with explicit conversion.
  • 8527c24 Fixed indentation.
  • 91bc580 Merge pull request #23 from corvus-dotnet/features/feature-21-generate-default-output-path-from-relative-input-path
  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • 2a06ae6 Update appsettings.json
  • 092e7ba Update appsettings.json
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 6900b4b Provided overloads to add multiple items to the array types with a single method call.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 587e881 Get the full path for the output file.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configuration file (#17)
  • f2fba24 Merge pull request #14 from corvus-dotnet/feature/update-dependencies
  • 050d433 Update dependencies
  • 191b0a1 Merge pull request #7 from corvus-dotnet/dependabot/nuget/Solutions/nunit-3.13.3
  • ef810c3 Bump nunit from 3.13.2 to 3.13.3 in /Solutions
  • 10ff0e7 Merge pull request #1 from corvus-dotnet/feature/pr-autoflow
  • cd0ed0e Committing changes
  • a8b81bc Merge branch 'main' of https://github.com/corvus-dotnet/Corvus.JsonSchema
  • 61546a4 Fixed Folder Naming
  • fcf2d97 Update README.md
  • 6c06688 Initial commit of codebase found in the menes-dotnet=>feature/typegenerator

This list of changes was auto generated.

0.1.8

09 Jun 14:53
e147ec7
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

Changes:

  • e147ec7 Merge pull request #33 from corvus-dotnet/feature/32-relative-windows-paths-fail-in-generation
  • 4e1a5d5 - Local paths need to be converted to the right format to be composable using URI composition semantics
  • 5788e0c Merge pull request #28 from corvus-dotnet/feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 3fe3b4f Added a .editorconfig to treat tabs as tabs in feature files.
  • 44afd6f Fixed trailing comma.
  • 9a6e472 Merge branch 'feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api' of https://github.com/corvus-dotnet/Corvus.JsonSchema into feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 012daf1 Optimised CreateBuilder() in case where we are building it from the existing base array.
  • e8e98b1 Replaced implicit with explicit conversion.
  • 8527c24 Fixed indentation.
  • 91bc580 Merge pull request #23 from corvus-dotnet/features/feature-21-generate-default-output-path-from-relative-input-path
See More
  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • 2a06ae6 Update appsettings.json
  • 092e7ba Update appsettings.json
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 6900b4b Provided overloads to add multiple items to the array types with a single method call.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 587e881 Get the full path for the output file.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configuration file (#17)
  • f2fba24 Merge pull request #14 from corvus-dotnet/feature/update-dependencies
  • 050d433 Update dependencies
  • 191b0a1 Merge pull request #7 from corvus-dotnet/dependabot/nuget/Solutions/nunit-3.13.3
  • ef810c3 Bump nunit from 3.13.2 to 3.13.3 in /Solutions
  • 10ff0e7 Merge pull request #1 from corvus-dotnet/feature/pr-autoflow
  • cd0ed0e Committing changes
  • a8b81bc Merge branch 'main' of https://github.com/corvus-dotnet/Corvus.JsonSchema
  • 61546a4 Fixed Folder Naming
  • fcf2d97 Update README.md
  • 6c06688 Initial commit of codebase found in the menes-dotnet=>feature/typegenerator

This list of changes was auto generated.

0.1.7

09 Jun 08:43
5788e0c
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

Changes:

  • 5788e0c Merge pull request #28 from corvus-dotnet/feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 3fe3b4f Added a .editorconfig to treat tabs as tabs in feature files.
  • 44afd6f Fixed trailing comma.
  • 9a6e472 Merge branch 'feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api' of https://github.com/corvus-dotnet/Corvus.JsonSchema into feature/27-add-methods-to-the-jsonarray-related-types-to-support-the-addition-of-multiple-items-to-an-array-from-a-single-api
  • 012daf1 Optimised CreateBuilder() in case where we are building it from the existing base array.
  • e8e98b1 Replaced implicit with explicit conversion.
  • 8527c24 Fixed indentation.
  • 91bc580 Merge pull request #23 from corvus-dotnet/features/feature-21-generate-default-output-path-from-relative-input-path
  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • 2a06ae6 Update appsettings.json
See More
  • 092e7ba Update appsettings.json
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 6900b4b Provided overloads to add multiple items to the array types with a single method call.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 587e881 Get the full path for the output file.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configuration file (#17)
  • f2fba24 Merge pull request #14 from corvus-dotnet/feature/update-dependencies
  • 050d433 Update dependencies
  • 191b0a1 Merge pull request #7 from corvus-dotnet/dependabot/nuget/Solutions/nunit-3.13.3
  • ef810c3 Bump nunit from 3.13.2 to 3.13.3 in /Solutions
  • 10ff0e7 Merge pull request #1 from corvus-dotnet/feature/pr-autoflow
  • cd0ed0e Committing changes
  • a8b81bc Merge branch 'main' of https://github.com/corvus-dotnet/Corvus.JsonSchema
  • 61546a4 Fixed Folder Naming
  • fcf2d97 Update README.md
  • 6c06688 Initial commit of codebase found in the menes-dotnet=>feature/typegenerator

This list of changes was auto generated.

0.1.6

07 Jun 14:24
91bc580
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

Changes:

  • 91bc580 Merge pull request #23 from corvus-dotnet/features/feature-21-generate-default-output-path-from-relative-input-path
  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • 092e7ba Update appsettings.json
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 587e881 Get the full path for the output file.
  • 6f63054 Enable CI builds (#18)
See More

This list of changes was auto generated.

0.1.5

07 Jun 14:20
6db8a40
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Changes:

  • 6db8a40 Merge pull request #30 from corvus-dotnet/29-the-generator-fails-to-identify-entities-of-type-object-when-implied-through-a-constructor-conversion
  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 3254480 Assume an entity may be an object if one of its constructor conversions has properties.
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configuration file (#17)
  • f2fba24 Merge pull request #14 from corvus-dotnet/feature/update-dependencies
  • 050d433 Update dependencies
See More

This list of changes was auto generated.

0.1.4

07 Jun 14:05
a34502f
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Changes:

  • a34502f Merge pull request #26 from corvus-dotnet/feature/25-update-to-latest-beta-of-systemcommandline
  • eac96d6 Merge pull request #24 from corvus-dotnet/features/22-the-root-command-name-is-not-reported-correctly
  • 728cd75 Updated package version to latest System.CommandLine beta.
  • 4b675ae - Improved the message when reporting errors.
  • 6f63054 Enable CI builds (#18)
  • 1204cee Add "selector" configuration file (#17)
  • f2fba24 Merge pull request #14 from corvus-dotnet/feature/update-dependencies
  • 050d433 Update dependencies
  • 191b0a1 Merge pull request #7 from corvus-dotnet/dependabot/nuget/Solutions/nunit-3.13.3
  • ef810c3 Bump nunit from 3.13.2 to 3.13.3 in /Solutions
See More

This list of changes was auto generated.