- feat(scope): support using derived atom in ScopeProvider (#30)
- feat(isolation): export useStore hook using the isolated context (#27)
- fix(isolation): fix prop types #15
- feat(scope): A complete rewrite of ScopeProvider #20
- feat(scope): Avoid extra re-renders with memoization #10
- feat(scope): patch store to avoid patching hooks #9
- fix(scope): useScopedAtom and useHydrateAtoms #7
- feat(scope): new implementation scoping atoms instead of store #5
- new scope util #2
- refactor: simplify the use of useHydratedAtoms #1
- Initial release