Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 712 Bytes

CHANGELOG.rdoc

File metadata and controls

17 lines (13 loc) · 712 Bytes

jsonv.sh CHANGELOG

Version 0.2.0 (December 7, 2013)

  • Using JSON.awk instead of JSON.sh for much, much better performance (this requires gawk to be installed)

    • Parsing examples/complex-3.json (19828 objects, file size 13.6MB) took:

      • 0.1.0: 4 minutes and 32 seconds

      • 0.2.0: 20 seconds

  • Refactored writing the map file which gains performance

  • Introduced .jsonv and tmp directory for better file directory management

  • Not removing tokens and map file when done anymore

  • Improved install and uninstall scripts

  • Provided -v and --version options

Version 0.1.0 (December 6, 2013)

  • Initial release