Skip to content

Releases: simonrupf/convert2json

0.8.5

14 May 19:25
Compare
Choose a tag to compare
  • bump serde from 1.0.200 to 1.0.201
  • bump serde_json from 1.0.116 to 1.0.117

0.8.4

04 May 17:56
Compare
Choose a tag to compare
  • bump serde from 1.0.198 to 1.0.200

0.8.3

21 Apr 06:57
Compare
Choose a tag to compare
  • bump serde from 1.0.197 to 1.0.198
  • bump serde_json from 1.0.115 to 1.0.116

0.8.2

30 Mar 10:12
Compare
Choose a tag to compare
  • bump serde_yaml from 0.9.33 to 0.9.34
    Note that this library has now been declared deprecated by it's maintainer and
    we'll be looking for a carefully chosen replacement - do raise an issue if you
    have any suggestions, needs to serde deserialize yaml
  • bump serde_json from 1.0.114 to 1.0.115

0.8.1

23 Mar 18:41
Compare
Choose a tag to compare
  • bumped rust version to 1.74 for clap 4.5.1, used in rpm packaging

0.8.0

23 Mar 18:34
Compare
Choose a tag to compare
  • added support to wrap jaq in addition to jq, jaq is preferred with a fallback
    to jq if not found
  • bump serde_yaml from 0.9.32 to 0.9.33

0.7.2

25 Feb 08:18
Compare
Choose a tag to compare
  • bump serde from 1.0.196 to 1.0.197
  • bump serde_json from 1.0.113 to 1.0.114
  • bump serde_yaml from 0.9.31 to 0.9.32

0.7.1

03 Feb 09:40
Compare
Choose a tag to compare
  • bump serde_json from 1.0.112 to 1.0.113
  • bump serde_yaml from 0.9.30 to 0.9.31

0.7.0

25 Jan 19:46
Compare
Choose a tag to compare
  • added INI format support
  • on cq --help, display both csv2json & jq usage

0.6.2

24 Jan 18:37
Compare
Choose a tag to compare
  • minor cleanup, re-add -? & -help argument support to csv2json, lost in 0.4.0
    due to using argh lib
  • use array instead of HashMap, trade in jq arg parsing speed for smaller binary