Skip to content

Releases: dmonad/lib0

v0.2.34

28 Sep 15:48
Compare
Choose a tag to compare

v0.2.33...v0.2.34

v0.2.33

06 Aug 11:37
Compare
Choose a tag to compare
  • fix lint issues 8bf5323
  • fix docs generation a5f59ed
  • Merge pull request #12 from nikgraf/master 4552a3e
  • fix environment to avoid crashing ReactNative bcc4a0e
  • implement queue data structure 737d9da
  • make sure that prng.next generates valid numbers 727b624

v0.2.32...v0.2.33

v0.2.32

12 Jul 16:05
Compare
Choose a tag to compare
  • distinguish measireTime and measureTimeAsync 74e8256
  • add uint32bigEndian encoding 8a89d8d

v0.2.31...v0.2.32

v0.2.31

06 Jul 15:26
Compare
Choose a tag to compare
  • implement various new encoders 15b3a2b
  • implement buffer.encodeAny 043b7ea

v0.2.30...v0.2.31

v0.2.30

22 Jun 19:28
Compare
Choose a tag to compare
  • fix varUint result if result is 32 bit c77978d
  • fix typings: decoders dont return null 0490742

v0.2.29...v0.2.30

v0.2.29

19 Jun 23:43
Compare
Choose a tag to compare
  • fix node base64 encoding/decoding 1e87f29
  • implemented experimental compressed encoder/decoders 7efd0f3
  • add funding info f045f18

v0.2.28...v0.2.29

v0.2.28

03 Jun 21:15
Compare
Choose a tag to compare
  • Implement function.equalityDeep 69d600d

v0.2.27...v0.2.28

v0.2.27

02 Jun 20:36
Compare
Choose a tag to compare
  • optimize string reader for parsing of small strings 28eba20
  • improve gc time for writing and reading strings 00268b1
  • opt array usage in string.js e41e948

v0.2.26...v0.2.27

v0.2.26

08 May 12:46
Compare
Choose a tag to compare
  • component does not set state null when disconnected 62e70f0
  • fix safari text encoding c6da567
  • add more tests to random.uint32 cdaae40

v0.2.25...v0.2.26

v0.2.25

10 Apr 20:33
Compare
Choose a tag to compare

Fixes unicode encoding issue - thx @calibr

  • test bom strings cd873af
  • Merge pull request #7 from calibr/master c01de89
  • string.js: add ignoreBOM to TextDecorder 3cf11a1

v0.2.24...v0.2.25