Skip to content

rgnparser v0.2.0

Compare
Choose a tag to compare
@sckott sckott released this 25 Jan 21:43
591f04c

NEW FEATURES

  • A new gnparser version (v1) is out. In addition, gnparser has moved from Gitlab to Github; which also required changes to install_gnparser() because we download Go binaries from the gnparser source repository (#7)
  • As part of new gnparser version, arguments have changed in gn_parse() and gn_parse_tidy(): format has been removed. batch_size and ignore_tags were added to both functions, while details was added to gn_parse() only. See docs for details. (#11)
  • gnparser v1 or greater is now required (#10)

DEFUNCT

  • gn_debug() is now defunct. the gnparser command for this function was removed in gnparser v1 (#9)

BUG FIXES

  • gn_version() was broken with the new gnparser version, fixed now (#8)