Skip to content

Releases: florenzen/JsonSchemaProvider

v0.1.0

28 May 20:56
Compare
Choose a tag to compare

0.1.0 - 2024-05-28

Added

  • A cache to avoid repeatedly parsing the schema file or string.
  • A draft of the manual.
  • Basic README file.
  • ListTarget target for the FAKE automation.
  • Meta data for the NuGet package.
  • Publish package to nuget.org.
  • Basic support for JSON Schemas with objects at the outer level.

Fixed

  • Nested arrays are possible.
  • Fix publishing package to nuget.org.

Changed

  • The type provider uses several internal abstract representations before
    generating the code of the provided type.

v0.1.0-pre.5

25 May 04:54
Compare
Choose a tag to compare
v0.1.0-pre.5 Pre-release
Pre-release

0.1.0-pre.5 - 2024-05-25

Added

  • A cache to avoid repeatedly parsing the schema file or string.
  • A draft of the manual.
  • Basic README file.
  • ListTarget target for the FAKE automation.
  • Meta data for the NuGet package.
  • Publish package to nuget.org.
  • Basic support for JSON Schemas with objects at the outer level.

Fixed

  • Nested arrays are possible.
  • Fix publishing package to nuget.org.

Changed

  • The type provider uses several internal abstract representations before
    generating the code of the provided type.

v0.1.0-pre.4

18 Oct 20:34
Compare
Choose a tag to compare
v0.1.0-pre.4 Pre-release
Pre-release

0.1.0-pre.4 - 2023-10-18

Added

  • Basic README file.
  • ListTarget target for the FAKE automation.
  • Meta data for the NuGet package.
  • Publish package to nuget.org.
  • Basic support for JSON Schemas with objects at the outer level.

Fixed

  • Fix publishing package to nuget.org.

v0.1.0-pre.3

17 Oct 20:14
Compare
Choose a tag to compare
v0.1.0-pre.3 Pre-release
Pre-release

0.1.0-pre.3 - 2023-10-17

Added

  • Publish package to nuget.org.
  • Basic support for JSON Schemas with objects at the outer level.

v0.1.0-pre.1

17 Oct 19:22
Compare
Choose a tag to compare
v0.1.0-pre.1 Pre-release
Pre-release

0.1.0-pre.1 - 2023-10-17

First release

Added

  • Basic support for JSON Schemas with objects at the outer level.