neon

🍸 Encodes and decodes NEON file format.

OTHER License

Downloads
45.5M
Stars
887
Committers
15

Bot releases are hidden (Show)

neon - Released version 2.2.6

Published by dg almost 9 years ago

  • 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.

neon - Released version 2.3.3

Published by dg about 9 years ago

  • Encoder: added support for entity chaining #21

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

neon - Released version 2.3.2

Published by dg about 9 years ago

  • 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.

neon - Released version 2.3.1

Published by dg about 9 years ago

  • Encoder: removed trailing spaces #20

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

neon - Released version 2.2.5

Published by dg about 9 years ago

  • travis: migrating to container-based infrastructure
  • improved coding style

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

neon - Released version 2.3.0

Published by dg over 9 years ago

  • chained syntax first(a, b)second(1, 2)
neon - Released version 2.2.4

Published by dg over 9 years ago

  • 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.

neon - Released version 2.2.3

Published by dg over 9 years ago

  • fixed array-after-key parsing

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

neon - Released version 2.2.2

Published by dg about 10 years ago

Fixed parsing

key1:
- subitem
- subitem

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

neon - Released version 2.2.1

Published by dg over 10 years ago

  • allows combinations of tabs and spaces
  • accepts short bullet syntax:
- key: val
  key2: val2

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

neon - Released version 2.2.0

Published by dg over 10 years ago

The first standalone release. For more information see readme.md and sandbox.