Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 17:28
· 43 commits to main since this release
1561ef4

Legolas v0.5.0

Diff since v0.4.0

Closed issues:

  • Columns of extension schemas should go after columns of parent schemas (#12)
  • Add function that returns a Schema's cols (#41)
  • Legolas.Row type aliases impede ergonomic deprecation cycles (#49)
  • attempting to define a child schema of a non-existent parent schema should induce an UnknownSchemaError (#51)
  • attempting to define a schema that violates its parent schema types should induce an error (#53)

Merged pull requests:

  • missing "not" in docstring (#48) (@yakir12)
  • refactor package to remove sharp edges for schema authors/users (particularly @row / Row) and improve API (#54) (@jrevels)
  • implement design proposal arising from #54 (#55) (@jrevels)