Commits · main
binary-decoder
Browse files
Aug 27, 2024
Merge branch 'release/0.7.0' into 'main'
· b2ddcc52
BytesNZ
authored
Aug 27, 2024
View commits for tag v1.0.0
v1.0.0
b2ddcc52
Update README
· 607100f5
BytesNZ
authored
Aug 28, 2024
607100f5
Add the use of BigInts for BitsInt
· 7c97b262
BytesNZ
authored
Aug 28, 2024
7c97b262
May 19, 2024
Add contributors
· b8a999a8
BytesNZ
authored
May 19, 2024
b8a999a8
May 18, 2024
Updated CHANGELOG
· 6310cbad
BytesNZ
authored
May 18, 2024
6310cbad
Add tickings
· d855ea26
BytesNZ
authored
May 18, 2024
d855ea26
Update README for useBigInt option
· 83a82195
BytesNZ
authored
May 18, 2024
83a82195
Fix bigint conversion to go before enum map
· fc80a51c
BytesNZ
authored
May 18, 2024
fc80a51c
Remove old, now incorrect 32-bit logic
· 539f7b7e
BytesNZ
authored
May 18, 2024
539f7b7e
Add 64-bit ints
· 6da9ebc5
BytesNZ
authored
May 18, 2024
6da9ebc5
Bump version to 1.0.0 as breaking change (dropping support for older versions)
· cdfd7c15
BytesNZ
authored
May 18, 2024
cdfd7c15
Switch to es2020
· 98b18d67
BytesNZ
authored
May 18, 2024
98b18d67
Merge branch 'main' into 'release/0.7.0'
· 3331fd3a
BytesNZ
authored
May 18, 2024
3331fd3a
May 14, 2024
changelog
· 74936f37
aliicex
authored
May 14, 2024
74936f37
small fix
· cacce82d
aliicex
authored
May 14, 2024
cacce82d
Merge branch binary-decoder:main into main
· 50041c98
Alice x
authored
May 14, 2024
50041c98
Revert "use BigInts"
· 58f2c09a
aliicex
authored
May 14, 2024
58f2c09a
Merge branch '2-fix-uint32' into 'main'
· 5570833f
BytesNZ
authored
May 14, 2024
View commits for tag v0.6.2
v0.6.2
5570833f
Bump verison and update CHANGELOG
· ff115612
BytesNZ
authored
May 14, 2024
ff115612
Fix handling of 4B numbers
· 52d62997
BytesNZ
authored
May 14, 2024
52d62997
use BigInts
· 3191993a
aliicex
authored
May 14, 2024
3191993a
Mar 04, 2023
Merge branch 'fix-log-level' into 'main'
· 7d2cfe13
BytesNZ
authored
Mar 04, 2023
View commits for tag v0.6.1
v0.6.1
7d2cfe13
Bump version and update changelog
· 81410aff
BytesNZ
authored
Mar 04, 2023
81410aff
Fix logging level on initial log
· 2ddef72f
BytesNZ
authored
Mar 04, 2023
2ddef72f
Dec 21, 2022
Merge branch 'bits-id' into 'main'
· fd707a26
BytesNZ
authored
Dec 21, 2022
View commits for tag v0.6.0
v0.6.0
fd707a26
Add details about `id` field to README
· 6c92515c
BytesNZ
authored
Dec 21, 2022
6c92515c
Bump version and update CHANGELOG
· c6c2766b
BytesNZ
authored
Dec 21, 2022
c6c2766b
Store bits values in object if id given
· 9b09691c
BytesNZ
authored
Dec 21, 2022
9b09691c
Add information about noDiscard to string
· 6d21a877
BytesNZ
authored
Dec 21, 2022
6d21a877
Aug 04, 2022
Merge branch 'null-string' into 'main'
· 721d0158
BytesNZ
authored
Aug 04, 2022
View commits for tag v0.5.0
v0.5.0
721d0158
Add string test schemas
· 8163d99f
BytesNZ
authored
Aug 05, 2022
8163d99f
Update typings
· 9e6e44b1
BytesNZ
authored
Aug 05, 2022
9e6e44b1
Bump version and update docs
· 84afc58e
BytesNZ
authored
Aug 05, 2022
84afc58e
Add string NULL termination
· 406e0e9c
BytesNZ
authored
Aug 05, 2022
406e0e9c
Jul 25, 2022
Merge branch 'bits-int' into 'main'
· 4e685852
BytesNZ
authored
Jul 25, 2022
View commits for tag v0.4.0
v0.4.0
4e685852
Bump version and update CHANGELOG
· 5eaab61c
BytesNZ
authored
Jul 25, 2022
5eaab61c
Add partial to BytesDataType
· 081c9b3c
BytesNZ
authored
Jul 25, 2022
081c9b3c
Jun 20, 2022
fixup! Add `bitsInt` decoding type
· 07895a74
BytesNZ
authored
Jun 20, 2022
07895a74
Update CHANGELOG README and tickings
· 9ef750dc
BytesNZ
authored
Jun 20, 2022
9ef750dc
Add `bitsInt` decoding type
· e6565eed
BytesNZ
authored
Jun 20, 2022
e6565eed
Loading