Skip to content

Commit

Permalink
Update readme, prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkelstern committed Mar 1, 2017
1 parent 8da451d commit 8ac8544
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,12 @@ CRC matches or `false` if it does not.
- `CRC8`
- `CRC8_1Wire`
- `CRC8_XOR` (Not really a CRC but used in some protocols as a parity value)

## TODO

- Allow re-construction of binary data from a result object and a parse definition
- Problem 1: reversing the transform functions
- Problem 2: grammars are layed out as parsing functions, needs to be a parser and a encoder.
this will probably change the API to define your own types, so version will increment to 2.0
- Make the `bigEndian` flag inherit from a setting on the parser as mostly the endianness does not
actually change in a single packet.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bin-grammar",
"version": "1.0.1",
"version": "1.1.0",
"description": "Binary data parser with a readable interface",
"main": "index.js",
"author": "Johannes Schriewer <@dunkelstern>",
Expand Down

0 comments on commit 8ac8544

Please sign in to comment.