Skip to content

v0.0.99

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 18:50
· 3083 commits to main since this release
b857b18
  • build(deps): bump eslint from 7.12.1 to 7.13.0 (#485)
  • build(deps-dev): bump react from 16.14.0 to 17.0.1 (#478)
  • cli: better error messages when graphviz is not installed (#480)
  • cli: visualise use format and output from cli arguments (#484)
  • code-gen: add raw value support to AnyType
  • code-gen: fix deletedAt check with Date in the future (#483)
  • code-gen: micro optimization in array validators

The most notable feature is T.any().raw("QueryPart", { typeScript: "import { QueryPart } from '@lbu/store';" }) support. This allows you to generate correct typings and integrate with native types provided by the platform or other packages. There should be no breaking changes.