Skip to content

Minor version

Compare
Choose a tag to compare
@dhoulb dhoulb released this 13 Aug 02:05

Minor version introducing new features with no breaking changes:

  • Add string string type, e.g. "abc"
  • Add number string type, e.g. 1234
  • Object string type now accepts multiple props (separated by , commas)
  • Add robust nested parenthesis handling in string types (no longer breaks on nested groups, objects, tuples)
  • Minor improvements to error messages