All Versions
10
Latest Version
Avg Release Cycle
43 days
Latest Release
1728 days ago
Changelog History
Changelog History
-
v3.5.1 Changes
April 30, 2020๐ฑ crunch ๐ช v3.5.1
๐ probably the last release in a while. i should test more and run stuff more before releasing like that
๐ changes
- ๐ fix comment generation for
*Next
methods - ๐ make linter happy
- format code
- โ remove todo comments that are no longer necessary
- โ test against 1.14.x
- ๐ fix comment generation for
-
v3.5.0 Changes
April 30, 2020๐ฑ crunch ๐ช v3.5.0
๐ changes
- ๐ floating-point number support
-
v3.4.0 Changes
April 22, 2020๐ฑ crunch ๐ช v3.4.0
๐ changes
- ๐ signed integer support
- โก๏ธ all
SNEN
methods are generated by code and not written by hand. updates may come faster
now as i no longer need to break my hands to add in new read/write methods
things that didn't change
- code coverage. still at 100%
-
v3.3.1 Changes
March 15, 2020๐ฑ crunch ๐ช v3.3.1
๐ changes
- you should finally be able to use it
-
v3.3.0 Changes
January 28, 2020๐ฑ crunch ๐ช v3.3.0
๐ changes
- you can finally import older versions without hacks
- expect signed r/w soon
-
v3.2.0 Changes
October 09, 2019๐ฑ crunch ๐ช v3.2.0
๐ changes
- it's under the mpl2.0 now
- ๐ minor adjustments to system security and stability
-
v3.1.0 Changes
August 23, 2019๐ฑ crunch ๐ช v3.1.0
๐ changes
- โ added
TruncateLeft
andTruncateRight
for shrinking the buffer on both the left and right ends - sped up the
Grow
method some more - ๐ misc. other fixes and improvements
- โ added
-
v3.0.0 Changes
May 31, 2019๐ฑ crunch ๐ช v3.0.0
๐ changes
- misc. improvements to speed in some parts
- more code cleanup (massive restructure of the source to be cleaner)
- โ remove proxy functions (functions that just execute private functions on the buffer types)
- more benchmarks
- more???
-
v2.0.0 Changes
May 27, 2019๐ฑ crunch ๐ช v2.0.0
๐ changes
- full redo of how
ComplexRead
andComplexWrite
work - numerous speed improvements to bit-related functions
- code cleanup
- โ tests, tests, and more tests
- more speed improvements
- and more!
- full redo of how
-
v1.0.0 Changes
April 06, 2019๐ฑ crunch ๐ช v1.0.0
๐ features
MiniBuffer
andBuffer
feature parityMiniBuffer
is faster thanbytes.Buffer
- reading and writing of uint8/uint16/uint32/uint64-s with
ComplexRead
andComplexWrite
- โ 100% test coverage
Buffer
is safe for concurrent usage- and much, much more
enjoy!