Skip to content

Releases: slice/json

Release list

1.0.0

Choose a tag to compare

@slice slice released this 12 Jul 18:39
9c805f4
  • argument order reversed, now [file] [accessor] instead of [accessor] [file]
  • updated help message with some examples
  • updated readme with tons of examples
  • allow omitting the accessor for pretty printing
  • decode files as utf-8 in case a buffer is returned

0.0.1

Choose a tag to compare

@slice slice released this 12 Jul 18:04
2402398
  • array indexing was fixed
  • now errors on empty/exclusively whitespace stdin
  • a leading . is stripped if present
  • unexpected rejections handled better