Skip to content

v0.3.0

Choose a tag to compare

@mertcanaltin mertcanaltin released this 23 May 18:29
· 7 commits to main since this release
  • Resolve path aliases in .ts schema files: tsconfig compilerOptions.paths and Vite resolve.alias are both honored. .js stays on native import, so use relative paths there.
  • Document composing a schema by importing a base .json and extending it from a js/ts file, with a fixture and test. Idea from #1, thanks @SukeshP1995.