Skip to content

Releases: cfillion/metaheader

v1.1

20 Apr 19:16
b24639c
Compare
Choose a tag to compare

Added:

  • added VALUE and SINGLELINE built-in validators
  • enhance documentation
  • support Method objects being used as a custom validator

Changed:

  • assume every tags are optional unless strict mode is enabled
  • bump minimum supported Ruby version to v2.3
  • report at most a single error per tag
  • use single quotes in validation error messages

Fixed:

  • cache the list of custom parsers for reduced CPU usage
  • fix all Ruby warnings
  • pass a boolean instead of an empty string to custom validators for boolean tags

v1.0

20 Apr 19:04
Compare
Choose a tag to compare

Initial release!