Skip to content

Commit 2c284f5

Browse files
authored
Update README.md
1 parent 9232c62 commit 2c284f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Omniparser is a native Golang ETL parser that ingests input data of various form
99
XML, EDI/X12/EDIFACT, JSON**, and custom formats) in streaming fashion and transforms data into desired JSON output
1010
based on a schema written in JSON.
1111

12-
Golang Version: 1.14
12+
Min Golang Version: 1.14
1313

1414
## Documentation
1515

@@ -62,9 +62,10 @@ for trying out schemas and inputs, yours or existing samples, to see how ingesti
6262
situations.
6363

6464
## Requirements
65-
- Golang 1.14
65+
- Golang 1.14 or later.
6666

6767
## Recent Major Feature Additions/Changes
68+
- 1.0.0 Released!
6869
- Added `Transform.RawRecord()` for caller of omniparser to access the raw ingested record.
6970
- Deprecated `custom_parse` in favor of `custom_func` (`custom_parse` is still usable for
7071
back-compatibility, it is just removed from all public docs and samples).

0 commit comments

Comments
 (0)