Skip to content

v0.1.2

Choose a tag to compare

@MrJamesEllis MrJamesEllis released this 21 Oct 05:36
· 38 commits to master since this release
3f88e3d

Changes

  • Pattern trait: provide ability to set separate PHP regular expression, in addition to pattern for that element attribute
  • Pattern trait: validate pattern server side
  • UrlField: restrictToHttp - shorthand method, restrict to http and https schemes
  • UrlField: restrictToHttps - shorthand method, restrict to https schemes
  • UrlField: restrictToSchemes - shorthand method, restrict URL to starting with one or more schemes
  • UrlField: setRequiredParts - URL must contain all of the parts set
  • General documentation update to support changes
  • Add UrlField tests