Skip to content

Releases: inhere/php-validate

v3.0.0

05 Nov 13:52
Compare
Choose a tag to compare

Change Log

  • refactor: migrate to php8.1+, update some tests and logic 41783c5

v2.8.5

03 Nov 04:58
654765b
Compare
Choose a tag to compare

Change Log

v2.8.4

18 Jul 05:43
Compare
Choose a tag to compare

Change Log

Update

  • up: use docsify render doc c72b7b3
  • up: update readme and add auto gen changelog on release 961bbff

Other

  • for reference only ipv 6 test a2038c2
  • add more zh-cn translates ffdcf7a
  • Correct the error text of Validators::gt() d93a21a
  • fix README.md的isEmpty的使用方式、删除重复信息 2. fix 内置的isEmpty、isCheckRequired的判断逻辑 3. add test case 67ea544
  • prof: use (string) intead of the strval func 9b9fe7a
  • chore: update release script checkout setting 6f19cb8

v2.8.3

09 Sep 02:52
Compare
Choose a tag to compare
Release v2.8.3

v2.8.2

12 Jun 03:44
Compare
Choose a tag to compare
Release v2.8.2

v2.8.0

26 Apr 14:35
Compare
Choose a tag to compare
  • add strict_types on file head
  • add before and after on rule settings
  • support deep path after wildcard & multiple wildcard (thanks @consatan )
  • format all codes by php-cs-fixer
  • update some unit tests
  • update readme

v2.7.4

10 Mar 12:04
d1d4916
Compare
Choose a tag to compare
  • support class validator (thanks @dongasai )

v2.7.3

15 Nov 11:58
eb5fa57
Compare
Choose a tag to compare
  • fix file validate error

v2.7.2

24 Oct 04:27
159aa63
Compare
Choose a tag to compare

v2.7.1

20 Aug 14:01
2426184
Compare
Choose a tag to compare
  • update some logic
  • add more unit tests
  • fix an error, thanks @consatan
  • update readme