Signaldb Versions Save

SignalDB is a local JavaScript database with a MongoDB-like interface and TypeScript support, enabling optimistic UI with signal-based reactivity across multiple frameworks. It integrates easily with libraries like Angular, Solid.js, Preact, and Vue, simplifying data management with schema-less design, in-memory storage, and fast queries.

v0.9.0

1 month ago

compare with main branch

changelog

  • 1441318959188e9d4d60372cf8086a987d161a0b fix: signaldb-react in strict mode
  • e69b123b14dd97244fa621fbbfb19a4e2ad7d2d2 feat: add method to combine persistence adapters
  • 123837c201d3426958c32ad4115975a9d01f7acd feat: add first draft of replicated collection class
  • ae1a4ae100e692609c81ebaaacb208aa1b1df7be fix: call save on primary adapter after load on secondary has finished
  • 74af7c4abd8ab0a780b887aa34c7ba8375316418 feat: support saving of all items in local storage persistence adapter
  • e7eabf17fd399224d90836cdd0fbcae0831bf59c feat: export combinePersistenceAdapters function
  • 7452821e8953e50f36d1f0c755130dab59ead6fd refactor: rename handleRemoteChange to registerRemoteChange
  • b333834991debf546d898529a9b274dd4e356740 test: fix ReplicatedCollection tests
  • 13882edd1cf4ec3f8c5321416f97ec024e968195 0.9.0

v0.8.9

1 month ago

compare with main branch

changelog

  • e8d1a339c5c29349b03c62a8bd807905a8d9463e fix: rebuild indices after collection instantiation
  • 36f75c696e42b6347535ce35e23ff1c735607598 0.8.9

v0.8.8

1 month ago

compare with main branch

changelog

  • b0299a83381d121fc5d752ab51403a4f83b61b3c 0.8.8

v0.8.7

1 month ago

compare with main branch

changelog

  • e673f4e33cbf861f159a0b0f420eb9c201930722 feat: add debug mode
  • 5963217c7f0a715d10e7229994e8f3a8a4339f61 feat: add package for creating useReactivity react hook
  • 1f75de83b025d0fbad89671b974ee2f3ddc98fc9 fix: remove id from index after removal
  • 7aeecf9a82c4009d82a5b206a6d106ab65382b18 test: add test case for id index removal
  • 800412cc067f465604464ba8d7a7afad92c2e5c0 0.8.7

v0.8.6

2 months ago

compare with main branch

changelog

  • 20721f015d1277359139be11b2a16f5a3f283e97 fix: improve query cursor and insert performance
  • 959f50ae41c604d049227335bf792ef4621cd6f3 0.8.6

v0.8.5

2 months ago

compare with main branch

changelog

  • 4d4daae4f3944c416e2695a2dcfd80dd59603485 refactor: improve index performance
  • 69ce3b3e0b442abef913f9a6b916e9d5028bf61e refactor: optmize combining of indices
  • 9fc8f81f45777d3947810ad435da8795090099b8 0.8.5

v0.8.4

2 months ago

compare with main branch

changelog

  • 1e1fb4accbbe5a5a03041cab71b5e881a35daffc 0.8.4

v0.8.3

3 months ago

compare with main branch

changelog

  • a9ffcf4b65a38eabd674285ba52f144496cf8998 fix: don't discard data modified before persistence.init
  • e34fc8ed86ec8edad348a7b2f2b2509530eda9b0 0.8.3

v0.8.2

3 months ago

compare with main branch

changelog

  • a8e4ec9365a7102d3843b5eb10ac23bf9cf92851 test: retry flaky tests automatically
  • ffd123410793b968a138e196f576118a0eddd1b5 test: fix indicated coverage
  • 65236721e44c50053450295fe3a68198c89ecffc 0.8.2

v0.8.1

5 months ago

compare with main branch

changelog

  • 23355aa4bd4a86ad4095b83e93b3bb2313db9dc4 fix: improve getting items from index positions
  • b79abe7a08153b2d0d631e4cc4f8a444548a2f9c fix: cache items in cursor on first call when observing changes
  • 7ded2a780f8e10b154589014429d950a924e92ce 0.8.1