Skip to content

Releases: bryanmylee/svelte-keyed

v2.0.0 Support SvelteKit 2

02 Jan 20:45
cc27823
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.7...v2.0.0

v1.1.7 Add Svelte 4 support

10 Aug 17:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6 Bump Svelte to 3.49.0

23 Jul 08:44
d15a65a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump svelte from 3.44.2 to 3.49.0 by @dependabot in #4

Full Changelog: v1.1.5...v1.1.6

Switch to MIT License

07 May 02:33
0a847b0
Compare
Choose a tag to compare
Merge pull request #3 from bryanmylee/add-license-1

Add License

Fix null parent updating

16 Apr 04:15
Compare
Choose a tag to compare
  • Fix null parent stores being set to undefined when child updates

Keypath type hints

15 Apr 08:13
Compare
Choose a tag to compare
  • Introduce type hints for keypath
  • Fix optional chaining behaviour

Keyed class objects

14 Apr 14:22
Compare
Choose a tag to compare
  • Class objects no longer break when passed into keyed.
  • Fixed a prototype pollution issue.

Keypaths (formatting)

12 Dec 14:46
Compare
Choose a tag to compare
v1.1.1

merge branch 'main' of github.com:bryanmylee/svelte-keyed

Keypaths!

11 Dec 04:07
8e38e48
Compare
Choose a tag to compare

Access nested values by specifying a keypath.

Object properties can be accessed with dot notation, and arrays can be indexed with bracket notation.

const email = keyed(settings, "profiles[0].email");

Nullable parent stores

09 Dec 20:12
Compare
Choose a tag to compare
v1.0.2

chore: bump