Skip to content

Version 0.8.5

Compare
Choose a tag to compare
@bitwalker bitwalker released this 20 Jul 20:16
· 305 commits to master since this release

Changes

  • Refactor Schema.load into load! and load variants. load now returns an
    empty schema if it fails.
  • Add Schema.coalesce to load and merge all schemas of current project's
    dependencies.
  • Add Schema.merge function
  • Add more accurate typespecs to Schema
  • General refactorings