• 1.5.0 77d74ae657

    1.5.0 Stable

    tgpholly released this 2024-01-01 22:29:42 +00:00 | 6 commits to master since this release

    Downloads
  • 1.4.2 b7a482d1f2

    1.4.2 Stable

    tgpholly released this 2023-11-07 00:33:28 +00:00 | 9 commits to master since this release

    Downloads
  • 1.4.1 c1e43e2937

    1.4.1 Stable

    tgpholly released this 2023-11-07 00:14:03 +00:00 | 10 commits to master since this release

    Downloads
  • 1.4.0 63a3e5c73b

    1.4.0 Stable

    tgpholly released this 2023-11-07 00:01:33 +00:00 | 11 commits to master since this release

    Downloads
  • 1.3.4 242b3f512b

    1.3.4 Stable

    tgpholly released this 2023-10-24 12:45:12 +01:00 | 14 commits to master since this release

    This release fixes issues with browser usages (errors in normal use cases).

    Downloads
  • 1.3.3 a157685fcc

    1.3.3 Stable

    tgpholly released this 2023-10-24 12:23:25 +01:00 | 16 commits to master since this release

    This release removes some debug information that I accidentally left in BufferShim with the last release.

    Downloads
  • 1.3.2 d12d971ef5

    1.3.2 Stable

    tgpholly released this 2023-10-24 12:04:32 +01:00 | 18 commits to master since this release

    This release adds support for using bufferStuff in the browser.
    As a result of these efforts, bufferStuff now contains it's own implementation of Node's Buffer that is used when Buffer is not available.
    This can be used in the browser or on node by calling getBufferClass() and then using it as normal as if you were using Buffer.

    For example, the following:

    const buffer = Buffer.alloc(1);
    

    Would become:

    const buffer = getBufferClass().alloc(1);
    

    Other than that usage should be 1:1 with Node's Buffer.

    Downloads
  • 1.3.0 cc47903e47

    1.3.0 Stable

    tgpholly released this 2023-06-22 11:33:13 +01:00 | 35 commits to master since this release

    Downloads
  • 1.2.1 07fa9c0ecf

    1.2.1 Stable

    tgpholly released this 2023-05-15 09:50:18 +01:00 | 37 commits to master since this release

    Downloads
  • 1.1.2 c4fe450546

    1.1.2 Stable

    tgpholly released this 2023-05-12 14:14:55 +01:00 | 41 commits to master since this release

    Downloads