Releases: nette/neon
Releases · nette/neon
Released version 2.4.0
- requires PHP 5.6
- added support for multilines strings nette/nette#1375
- Decoder: added support for octal 0o777 and binary 0b11001 numbers #31
- Decoder: generates DateTimeImmutable instead of DateTime (BC break)
- Decoder: refactoring, added some constants
For the details you can have a look at the diff.
Released version 2.3.5
Released version 2.3.4
- Decoder: fixed entity value conversion in the entity chain
For the details you can have a look at the diff.
Released version 2.2.6
Released version 2.3.3
Released version 2.2.5
- travis: migrating to container-based infrastructure
- improved coding style
For the details you can have a look at the diff.
Released version 2.3.2
- travis: migrating to container-based infrastructure
- improved coding style
- Decoder: fixed support for hex numbers in PHP 7
For the details you can have a look at the diff.
Released version 2.3.1
Released version 2.3.0
- chained syntax
first(a, b)second(1, 2)
Released version 2.2.4
- Encoder: encodes strings with JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
- NeonDecoder: implemented support for unicode surrogate pairs
For the details you can have a look at the diff.