Skip to content

Releases: nette/neon

Released version 2.4.0

25 Jun 14:21
@dg dg
Compare
Choose a tag to compare
  • 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

17 Jun 15:58
@dg dg
Compare
Choose a tag to compare
  • Decoder: fixed datetime regexp #29
  • Decoder: some regexps changed to constants

For the details you can have a look at the diff.

Released version 2.3.4

20 Jan 02:46
@dg dg
Compare
Choose a tag to compare
  • 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

03 Dec 02:50
@dg dg
Compare
Choose a tag to compare
  • Encoder: removed trailing spaces #20
  • Decoder: fixed support for hex numbers in PHP 7

For the details you can have a look at the diff.

Released version 2.3.3

23 Aug 14:53
@dg dg
Compare
Choose a tag to compare
  • Encoder: added support for entity chaining #21

For the details you can have a look at the diff.

Released version 2.2.5

23 Aug 14:11
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:11
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:11
@dg dg
Compare
Choose a tag to compare
  • Encoder: removed trailing spaces #20

For the details you can have a look at the diff.

Released version 2.3.0

31 Jan 13:35
@dg dg
Compare
Choose a tag to compare
  • chained syntax first(a, b)second(1, 2)

Released version 2.2.4

31 Jan 13:34
@dg dg
Compare
Choose a tag to compare
  • 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.