We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cf950 commit 91149e2Copy full SHA for 91149e2
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="2.0.4"></a>
2
+## [2.0.4](https://github.com/dignifiedquire/borc/compare/v2.0.3...v2.0.4) (2018-10-18)
3
+
4
5
+### Performance Improvements
6
7
+* avoid object allocation when creating strings from the underlying buffer ([e609298](https://github.com/dignifiedquire/borc/commit/e609298))
8
9
10
11
<a name="2.0.3"></a>
12
## [2.0.3](https://github.com/dignifiedquire/borc/compare/v2.0.2...v2.0.3) (2018-05-02)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "borc",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",
"main": "./src/index.js",
"repository": {
0 commit comments