We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19e0d8 commit 9ca27eaCopy full SHA for 9ca27ea
2 files changed
Readme.md
@@ -23,6 +23,10 @@ If you're using `yarn`:
23
24
## Changelog
25
26
+### 3.3.0
27
+
28
+- Add `delimString`, thanks [blowback](https://github.com/blowback)
29
30
### 3.2.0
31
32
- Bugfix: CRC calculation failed (failed the test-suite too, how could this happen)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bin-grammar",
3
- "version": "3.2.0",
+ "version": "3.3.0",
4
"description": "Binary data parser and encoder with a readable interface",
5
"main": "index.js",
6
"author": "Johannes Schriewer <@dunkelstern>",
0 commit comments