Skip to content

Releases: adbario/php-dot-notation

3.3.0

24 Feb 20:32
a94ce44
Compare
Choose a tag to compare

Version 3.3.0

  • Add PHP 8.2 support

3.2.1

12 Feb 23:23
33838e3
Compare
Choose a tag to compare

Version 3.2.1

  • Fix parsing empty constructor array – #41

3.2.0

15 Oct 01:26
6cab20b
Compare
Choose a tag to compare

Version 3.2.0

  • Add optional custom delimiter – #38

2.5.0

14 Oct 20:44
081e2cc
Compare
Choose a tag to compare

Version 2.5.0

  • Add optional custom delimiter by mattsah#36

2.4.1

25 Aug 19:51
3bfe678
Compare
Choose a tag to compare

Version 2.4.1

  • Add PHP attrib to suppress return type deprecation #34

2.4.0

16 Aug 23:54
39ece8d
Compare
Choose a tag to compare

Version 2.4.0

  • Bump the version number as 2.3.0 wasn't created correctly

2.3.0

04 Jan 21:07
39ece8d
Compare
Choose a tag to compare

Version 2.3.0

  • replace Travis with GitHub Actions
  • supported and tested PHP versions: From 5.5 up to 8.1
  • thanks @ElfSundae for #30

3.1.1

28 Mar 01:13
Compare
Choose a tag to compare

Version 3.1.1

  • add new dev files and folders to gitattributes

3.1.0

28 Mar 00:58
Compare
Choose a tag to compare

Version 3.1.0

  • add support for method chaining
  • adhere to PSR-12 standards
  • add PHPStan for static analysis
  • add Makefile for easier testing

3.0.0

27 Mar 21:18
Compare
Choose a tag to compare

Version 3.0.0

  • imlement __set_state() / var_export()
  • add ability to autoparse flatten arrays on contructor
  • replace Travis by GitHub Actions
  • supported PHP versions: ^7.4 || ^8.0