Skip to content

v18.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 18:27
· 153 commits to master since this release
8c74fbe

Features

  • Added markdown command support.
  • Implemented typescript command that works with new jsonoserve APi. Dropped requirement for jsonotron-codegen and jsonotron-js to be loaded by jsonocli. Updated reaadme to reflect changes.

Fixes

  • Only generate json schema constants for schema types based on json schema object.
  • Only generate validators for schema types that are based jscon schema objects.
  • Updated typescript test in jsonoserve to not specify domain - since it's no longer required.

Miscellaneous