Skip to content

Commit

Permalink
Update README for 1.3.0
Browse files Browse the repository at this point in the history
- Remove TODOs replaced by GitHub issues
  • Loading branch information
MikeEdgar committed Apr 3, 2020
1 parent 9aac6e8 commit 5275d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ using a "pull" processing flow for EDI parsing and an emit flow for EDI generati
- EDI Schema that allows for user-specified **validation** rules
- Validation of **EDI standards** (segment occurrences, element type, element length constraints, etc.)
- Validation of **industry implementations**, for example HIPAA
- Read and write EDI data using standard Java XML interfaces (StAX)

## Using `EDIStreamReader`
How to bootstrap the reader:
Expand Down Expand Up @@ -45,7 +46,7 @@ String segmentName = reader.getText();
<dependency>
<groupId>io.xlate</groupId>
<artifactId>staedi</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

public class EDIFACTDialect implements Dialect {

//TODO: Implement interactive and batch message types, support UNO/UNP for binary "packages"
private static final String UNB = "UNB";

private static final String[] EMPTY = new String[0];
Expand Down

0 comments on commit 5275d4f

Please sign in to comment.