You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,26 @@ If you're using `yarn`:
21
21
22
22
yarn add bin-grammar
23
23
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
0 commit comments