Skip to content

Releases: jf-tech/omniparser

v1.0.5 Upgrade min go ver to 1.16; full ES6 feature support in javascript; various minor feature additions and fixes

03 Jul 21:14
0ae53cc
Compare
Choose a tag to compare

What's Changed

  • allowing for extra properties in edi file declaration by @jose-sherpa in #207
  • Multi-lined envelope reading corruption caused by direct reference into bufio.Reader's internal buffer rollover. by @jf-tech in #214
  • Introducing repetition_delimiter to EDI schema. by @jf-tech in #215
  • adding ndjson format by @jose-sherpa in #218
  • ISSUE-221 Per request, upgrading dependency goja to v0.0.0-20230812105242-81d76064690d to include all ES6 features by @jf-tech in #222

New Contributors

Full Changelog: v1.0.4...v1.0.5

Added 'csv2' schema that supersedes/deprecates 'csv' schema with hierarchical and nested support; Fix a bug in 'fixedlength2' handle (commit d24ee6a)

19 Sep 22:49
a290be3
Compare
Choose a tag to compare

For users of fixedlength2 schema and v1.0.3, please upgrade to v1.0.4 to avoid the bug fixed in this commit: d24ee6a

Added 'fixedlength2' schema that supersedes/deprecates 'fixed-length' schema with hierarchical and nested support

16 Sep 20:13
77370e7
Compare
Choose a tag to compare
rename test snapshot filenames that broke module import (#177)

https://cs.opensource.google/go/x/mod/+/master:module/module.go;l=285;drc=02c991387e35f9e4c0a9b7ce137717055f8d716d

so ";" is not allowed in the snapshot filename if the module needs to be imported.

Filed a ticket against cupaloy: https://github.com/bradleyjkemp/cupaloy/issues/83

v1.0.1 - Allow output object property name to contain non-alpha-numeric characters

28 Apr 01:33
3cd5f73
Compare
Choose a tag to compare
ISSUE-144: allow schema object property name contains any character (…

v1.0.0 - First Stable Release

28 Mar 21:43
2c284f5
Compare
Choose a tag to compare

With #141 fixed, we've decided to call it a day and release the master as the first stable release.

v0.0.9 - Changed `Transform.RawRecord()` to be interface based

13 Jan 16:00
675471c
Compare
Choose a tag to compare
RawRecord PR follow-up - address DGollings' comment (#139)

v0.0.8 - Added `Transform.CurrentRawRecord()` for caller of omniparser to access the raw ingested record.

09 Jan 20:16
4aa56d6
Compare
Choose a tag to compare
Fix issue 137: added `Transform.CurrentRawRecord()` for caller of omn…

v0.0.7 - Deprecate `custom_parse` in favor of `custom_func`.

14 Dec 03:03
ddd52b9
Compare
Choose a tag to compare
Deprecate `custom_parse` in favor of `custom_func` (#135)

Deprecated but still functional. Simply removed mention of `custom_parse` from doc and marked it `Deprecated` in public APIs.

v0.0.6 - Add `edi.NonValidatingReader` for reading raw EDI segments

13 Dec 20:13
4c56223
Compare
Choose a tag to compare
Add non-validating edi segment reader, sample and doc (#133)

v0.0.5 - Initial documentation complete.

13 Dec 03:25
df96f55
Compare
Choose a tag to compare