Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 20:56
· 18 commits to main since this release

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.