Releases: bryanmylee/svelte-keyed
Releases · bryanmylee/svelte-keyed
v2.0.0 Support SvelteKit 2
v1.1.7 Add Svelte 4 support
What's Changed
- bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #5
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #6
- feat: Indicate support for Svelte 4 by @t-miller in #8
New Contributors
Full Changelog: v1.1.6...v1.1.7
v1.1.6 Bump Svelte to 3.49.0
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
Merge pull request #3 from bryanmylee/add-license-1 Add License
Fix null parent updating
- Fix
null
parent stores being set toundefined
when child updates
Keypath type hints
- Introduce type hints for keypath
- Fix optional chaining behaviour
Keyed class objects
- Class objects no longer break when passed into
keyed
. - Fixed a prototype pollution issue.
Keypaths (formatting)
v1.1.1 merge branch 'main' of github.com:bryanmylee/svelte-keyed
Keypaths!
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
v1.0.2 chore: bump