Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

v0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@novacbn novacbn released this 12 Mar 03:27
· 28 commits to master since this release

CHANGELOG

  • Added to overlay to stores/shared/overlay for similar functionality as derived, but providing a second callback to handle Writable Svelte Stores
  • Added make_memory_storage to util/shared/browser, which makes an in-memory version of Web Storage API for use with storage
  • Updated is_readable / is_writable to work as TypeScript Type Guards
  • Updated immutable, schema to utilize derived and overlay
  • Updated tsconfig.json to fix TypeScript Compiler output not working via CommonJS require
  • Intent to deprecate immutable_readable / immutable_writable, use immutable instead
    • The two functions were separate at the time, ONLY due to the overlay function not existing
    • Both immutable_readable / immutable_writable are now aliases of immutable
    • IMPORTANT NOTE: immutable defaults to a Writable Store if you pass in a non-Store value, unlike immutable_readable which defaults to Readable