Skip to content

Commit

Permalink
Add changelog to README in preparation for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkelstern committed Mar 20, 2017
1 parent 3b0c22e commit 708ead7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,26 @@ If you're using `yarn`:

yarn add bin-grammar

## Changelog

### 3.0.0

- Big internal refactoring, interface for parser functions changed substantially
- Can now encode data to binary in addition to parsing from binary to Javascript Objects
- Can create templates for grammars to fill and encode to binary buffers

### 2.0.0

- Allow for default endianness setting on parser invocation to avoid sprinkling `bigEndian: false` everywhere when parsing little endian packets. This changed the interface, so we bumped to 2.0.0

### 1.1.0

- Add the `flatten` option to the Selector-DataType

### 1.0.1

- Bugfix: off by one error when parsing variable length zero terminated strings

## How to use

### Parsing
Expand Down

0 comments on commit 708ead7

Please sign in to comment.