Skip to content

Releases: nette/neon

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.

Released version 2.2.3

31 Jan 13:33
@dg dg
Compare
Choose a tag to compare
  • fixed array-after-key parsing

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

Released version 2.2.2

27 Aug 21:35
@dg dg
Compare
Choose a tag to compare

Fixed parsing

key1:
- subitem
- subitem

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