Releases: jf-tech/omniparser
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
v1.0.5 Upgrade min go ver to 1.16; full ES6 feature support in javascript; various minor feature additions and fixes
Latest
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
- @jarede-dev made their first contribution in #181
- @jose-sherpa made their first contribution in #207
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)
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
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
ISSUE-144: allow schema object property name contains any character (…
v1.0.0 - First Stable Release
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
RawRecord PR follow-up - address DGollings' comment (#139)
v0.0.8 - Added `Transform.CurrentRawRecord()` for caller of omniparser to access the raw ingested record.
Fix issue 137: added `Transform.CurrentRawRecord()` for caller of omn…
v0.0.7 - Deprecate `custom_parse` in favor of `custom_func`.
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
Add non-validating edi segment reader, sample and doc (#133)
v0.0.5 - Initial documentation complete.
Update customfuncs.md