Skip to content

0.15.0

Compare
Choose a tag to compare
@bandesz bandesz released this 16 Apr 08:40

BACKWARDS INCOMPATIBILITIES:

  • Replace Type() string on parsley.Node with Schema() interface{} to support any user-defined schema
  • Allow to set schema for nil parser

IMPROVEMENTS:

  • Use Go 1.16
  • Move tools dependency file to a subpackage

OTHER:

  • Remove CodeCov integration