Skip to content

Releases: askonomm/hird

2.1

26 Sep 19:30
Compare
Choose a tag to compare
  • You can now manually add errors via the addError method

2.0

25 Sep 17:47
Compare
Choose a tag to compare
2.0
  • You can now set field names via setFieldNames method, which will overwrite the names used in validation messages per field.

1.2.0

25 Sep 14:31
Compare
Choose a tag to compare
  • You can now overwrite the field names used in validation messages that are shown to the user by providing a third argument to the Hird constructor that is an array of [{field-name} => {overwritten-human-friendly-name}].

v1.1.3

24 Sep 22:38
Compare
Choose a tag to compare

f64bee5 Update README

v1.1.2

24 Sep 22:37
Compare
Choose a tag to compare

ef1dd31 Update stuff

v1.1.1

06 Mar 21:50
Compare
Choose a tag to compare

d2a1290 Fix README

v1.1

06 Mar 21:48
Compare
Choose a tag to compare

f313168 (MINOR) Implement DateFormatValidator

v1.0.14

27 Feb 21:21
Compare
Choose a tag to compare

49a2e23 Allow explicit validation outside of fails().

v1.0.13

27 Feb 20:16
Compare
Choose a tag to compare

adf4ac9 Fix an issue where a modifier could not include : characters.
3a7ca1c Update tests
dbacaf3 Validate in fails(), not in constructor

v1.0.10

27 Feb 18:57
Compare
Choose a tag to compare

96bef73 Pass down to the validate method
2e3271f Make validate fn also be aware of the $field.