Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhradek authored Sep 10, 2019
1 parent 1b9da27 commit a967a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ This is a very early proof-of-concept currently being developed in spare time.
* [ ] improve validation around various types (e.g. `char`, `Character`, `String`, `Boolean`, `bool`, etc.)
* [ ] improve testing
* [ ] add support for common Java types such as `java.net.URL`, `java.util.Date`, etc. This should be an optional feature enabled by flag.
* [ ] run schema generated by plugin tests against `flatc`
* [ ] handle ordering of table definitions
* [x] run schema generated by plugin tests against `flatc`
* [x] handle ordering of table definitions (alphabetical)
* [ ] update with current (1.8) feature support (i.e. gRPC, Field, String constant, etc.)

## peculiarities
Expand Down

0 comments on commit a967a36

Please sign in to comment.