All Versions
10
Latest Version
Avg Release Cycle
43 days
Latest Release
1451 days ago

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
  • 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 and TruncateRight for shrinking the buffer on both the left and right ends
    • sped up the Grow method some more
    • ๐Ÿ›  misc. other fixes and improvements
  • 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 and ComplexWrite work
    • numerous speed improvements to bit-related functions
    • code cleanup
    • โœ… tests, tests, and more tests
    • more speed improvements
    • and more!
  • v1.0.0 Changes

    April 06, 2019

    ๐Ÿฑ crunch ๐Ÿช v1.0.0

    ๐Ÿ”‹ features

    • MiniBuffer and Buffer feature parity
    • MiniBuffer is faster than bytes.Buffer
    • reading and writing of uint8/uint16/uint32/uint64-s with ComplexRead and ComplexWrite
    • โœ… 100% test coverage
    • Buffer is safe for concurrent usage
    • and much, much more

    enjoy!