Skip to content

Releases: taoyuan/mutable-buffer

v4.0.2

27 Aug 06:45
Compare
Choose a tag to compare
  • feat: writeXXX function return number like buffer 0f1e936

v4.0.1...v4.0.2

v4.0.1

27 Aug 04:32
Compare
Choose a tag to compare
  • feat: rename join to render and support for rendering as a fresh buffer 8eefdb4

v3.0.0...v4.0.1

v3.0.0

27 Sep 06:13
Compare
Choose a tag to compare
3.0.0

v3.0.0-0

20 Sep 05:56
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release
  • feat: initial support for browser c7bc6dc

v2.2.5...v3.0.0-0

v2.2.5

19 Sep 17:46
Compare
Choose a tag to compare
  • revert: browser support need a better way and will support in v3 ae810c7

v2.2.4...v2.2.5

v2.2.4

19 Sep 15:36
Compare
Choose a tag to compare

v2.2.3...v2.2.4

v2.2.3

19 Sep 13:07
Compare
Choose a tag to compare
  • fix: add tslib dependency to fix tslib missing issue c60a675

v2.2.2...v2.2.3

v2.2.2

19 Sep 08:23
Compare
Choose a tag to compare
  • chore: add trim null characters usage 784cbd1

v2.2.1...v2.2.2

v2.2.1

19 Sep 08:08
Compare
Choose a tag to compare
  • chore: reformat tests 4ae5a1d
  • feat: add trimLeft, trimRight and trim functions to removes null(zero) byte from left, right or both sides b58025d

v2.2.0...v2.2.1

v2.2.0

19 Sep 06:59
Compare
Choose a tag to compare
  • chore: add nativeBuffer test case 45dd0c2
  • feat: add browser support da0df53
  • chore: update travis to run coveralls b7dcfc5
  • chore: reformat README.md 844fd0c
  • chore: only travis for node v10, v12 and v14 1b20f25
  • chore: remove invalid dependency badge 314302a
  • chore: update README.md 556ce94
  • Merge remote-tracking branch 'origin/master' 0c68607
  • feat: update to work with latest node and refactor with modern ts style dc1ecef
  • Merge pull request #3 from daniellizik/chore/update-docs d2b3d51
  • chore: update docs to include correct destructure usage MutableBuffer is not exported as a default, however, in the docs it appears as if it is a default export. We should change the docs to show correct usage for other developers. 81d9374
  • 2.1.1 58fa3a2
  • Only support node above 6.0 b2a0d0b
  • 2.1.0 6542803
  • Convert to typescript de4181e
  • Update to es6 55ff984
  • remove node 0.10 support for travis e6fd179
  • 2.0.3 007c34b
  • make travis happy 04bde86
  • fixed registry 90a3d26
  • 2.0.2 6b07f0c
  • export MutableBuffer as main module 010480b
  • 2.0.1 0a8a92b
  • write support from another mutable buffer c7a17c5
  • 2.0.0 28d6854
  • size as property 82d703c
  • 1.0.2 b7a67fd
  • write array 2238a85
  • 1.0.1 08437fc
  • remove node 0.10 3e1429a
  • writeCString support buffer a020f9d
  • fixed a wrong dependency 99e43f7
  • 1.0.0 f5715c4
  • update readme 866246a

c7acb72...v2.2.0