lib0

Monorepo of isomorphic utility functions

MIT License

Downloads
3.1M
Stars
315
Committers
17
lib0 -

Published by dmonad over 2 years ago

  • reorder string-concat test c945613
  • decoding.readVar(U)Int supports 53bit integers 9ba1d19

https://github.com/dmonad/lib0/compare/v0.2.48...v0.2.49

lib0 -

Published by dmonad over 2 years ago

  • add lower boundary check for any-encoding of integers. fixes yjs/yjs#411 7f53c03
  • fix #37 e39318e
  • bump dependencies and fix typing issue. closes #36 73006db

https://github.com/dmonad/lib0/compare/v0.2.47...v0.2.48

lib0 -

Published by dmonad over 2 years ago

lib0 -

Published by dmonad over 2 years ago

  • change caching to update only on writes 55f8c61

https://github.com/dmonad/lib0/compare/v0.2.45...v0.2.46

lib0 -

Published by dmonad over 2 years ago

  • implement cache.remove c72e595
  • change module name 51c95a4

https://github.com/dmonad/lib0/compare/v0.2.44...v0.2.45

lib0 -

Published by dmonad over 2 years ago

  • fix np publishing - related to sindresorhus/np#634 c2caad8
  • bump deps 9ad8128
  • add few more tests for full test coverage b89a03a
  • add list & cache to exports 0e3c229
  • add cache implementation ae82740
  • add doubly-linked-list implementation 340e2b0
  • fix queue bug b823b79
  • add set features: from, first 29dac69
  • Added helper utility for diffing strings with cursors 6c8c583

https://github.com/dmonad/lib0/compare/v0.2.43...v0.2.44

lib0 -

Published by dmonad almost 3 years ago

  • Merge pull request #34 from YousefED/patch-1 50a987c
  • fix typo d7bd063
  • add idb and number utility 1d5017c
  • update dependencies and build proper indexeddb docs e619d69
  • add promise.resolveWith 809d3f0

https://github.com/dmonad/lib0/compare/v0.2.42...v0.2.43

lib0 -

Published by dmonad over 3 years ago

  • Merge pull request #29 from dylans/patch-1 ec888fb
  • Update package.json b9871f3

https://github.com/dmonad/lib0/compare/v0.2.41...v0.2.42

lib0 -

Published by dmonad over 3 years ago

  • bump dependencies 4e63fcb
  • isomorphic storage polyfill for nodejs - fixes yjs/y-websocket#51 fixes yjs/y-websocket#55 closes #26 a1202d4
  • ignore unimportant istanbul case 45d2b76
  • fix #27 71d6ef6
  • ensure consistent endianness when using dataview fe162f4

https://github.com/dmonad/lib0/compare/v0.2.40...v0.2.41

lib0 -

Published by dmonad over 3 years ago

  • bump deps b2f5168
  • add package.json export 1e709d0

https://github.com/dmonad/lib0/compare/v0.2.39...v0.2.40

lib0 -

Published by dmonad over 3 years ago

  • set main to cjs module which is valid per spec 6c27e1a

https://github.com/dmonad/lib0/compare/v0.2.38...v0.2.39

lib0 -

Published by dmonad over 3 years ago

lib0 -

Published by dmonad over 3 years ago

  • support explicit import paths c2c6d8a

https://github.com/dmonad/lib0/compare/v0.2.36...v0.2.37

lib0 -

Published by dmonad over 3 years ago

  • complete test coverage bbac9ba
  • bump deps 0b59668
  • Merge pull request #18 from dmonad/dependabot/npm_and_yarn/lodash-4.17.20 84ab8c9
  • Merge pull request #24 from philippkuehn/patch-2 4d3c97b
  • support conditional exports d9b7168
  • bump isomorphic to use conditional exports 7b26b32
  • fix import paths 64bac36
  • bump dependencies 3393a4c
  • Bump lodash from 4.17.15 to 4.17.20 2cd9a58

https://github.com/dmonad/lib0/compare/v0.2.35...v0.2.36

lib0 -

Published by dmonad almost 4 years ago

  • workflow - remove node 10 cc7e66d
  • add nodejs workflow 62e271d
  • Merge pull request #17 from dmonad/circleci-project-setup d457a6c
  • Add .circleci/config.yml 1f4512a
  • simple tests on travis 914c662
  • lint d8efe36
  • add component newstate logic 01005b5
  • add travis 0891115
  • implement array.flatten dd474d6

https://github.com/dmonad/lib0/compare/v0.2.34...v0.2.35

lib0 -

Published by dmonad about 4 years ago

  • fix once - alternative to #15 5c26f12

https://github.com/dmonad/lib0/compare/v0.2.33...v0.2.34

lib0 -

Published by dmonad about 4 years ago

  • 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

https://github.com/dmonad/lib0/compare/v0.2.32...v0.2.33

lib0 -

Published by dmonad over 4 years ago

  • distinguish measireTime and measureTimeAsync 74e8256
  • add uint32bigEndian encoding 8a89d8d

https://github.com/dmonad/lib0/compare/v0.2.31...v0.2.32

lib0 -

Published by dmonad over 4 years ago

  • implement various new encoders 15b3a2b
  • implement buffer.encodeAny 043b7ea

https://github.com/dmonad/lib0/compare/v0.2.30...v0.2.31

lib0 -

Published by dmonad over 4 years ago

  • fix varUint result if result is 32 bit c77978d
  • fix typings: decoders dont return null 0490742

https://github.com/dmonad/lib0/compare/v0.2.29...v0.2.30