Releases: adbario/php-dot-notation
Releases · adbario/php-dot-notation
3.2.1
Version 3.2.1
- Fix parsing empty constructor array – #41
3.2.0
Version 3.2.0
- Add optional custom delimiter – #38
2.4.1
Version 2.4.1
- Add PHP attrib to suppress return type deprecation #34
2.4.0
Version 2.4.0
- Bump the version number as 2.3.0 wasn't created correctly
2.3.0
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
Version 3.1.1
- add new dev files and folders to gitattributes
3.1.0
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
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