Skip to content

Commit 708a74a

Browse files
committed
1.3.0
1 parent 1b31041 commit 708a74a

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.3.0](https://github.com/blacha/binparse/compare/v1.2.1...v1.3.0) (2021-10-25)
2+
3+
4+
### Features
5+
6+
* benchmark on every push to master ([4b40a79](https://github.com/blacha/binparse/commit/4b40a79226e05cdc7eeb7d7ceb8be639037f7e70))
7+
* generate a function for improved performance ([30d4cd7](https://github.com/blacha/binparse/commit/30d4cd7a5ea184507f3c32b044292a563bd1cb8c))
8+
* improve continous benchmarks ([f2267c0](https://github.com/blacha/binparse/commit/f2267c0aa8b80d8003e17dd4494abefd85e0a6c1))
9+
* only add keys to objects if they exist ([60f47ca](https://github.com/blacha/binparse/commit/60f47ca691cfa6cec70cf1256144fbe32a1f50e3))
10+
* track performance of int ([eafa59c](https://github.com/blacha/binparse/commit/eafa59cb88a9b937be662fd0d97699a0fcaa7180))
11+
12+
13+
### Performance Improvements
14+
15+
* minor adjustments to how ints and objects are read ([f1dc88e](https://github.com/blacha/binparse/commit/f1dc88ef547f761d229dd29b2f5943b59a7893c5))
16+
17+
18+
119
## [1.2.1](https://github.com/blacha/binparse/compare/v1.2.0...v1.2.1) (2021-08-29)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binparse",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/blacha/binparse.git"

0 commit comments

Comments
 (0)