Skip to content

Commit 708ead7

Browse files
committed
Add changelog to README in preparation for 3.0.0 release
1 parent 3b0c22e commit 708ead7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@ If you're using `yarn`:
2121

2222
yarn add bin-grammar
2323

24+
## Changelog
25+
26+
### 3.0.0
27+
28+
- Big internal refactoring, interface for parser functions changed substantially
29+
- Can now encode data to binary in addition to parsing from binary to Javascript Objects
30+
- Can create templates for grammars to fill and encode to binary buffers
31+
32+
### 2.0.0
33+
34+
- 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
35+
36+
### 1.1.0
37+
38+
- Add the `flatten` option to the Selector-DataType
39+
40+
### 1.0.1
41+
42+
- Bugfix: off by one error when parsing variable length zero terminated strings
43+
2444
## How to use
2545

2646
### Parsing

0 commit comments

Comments
 (0)