- perf: optimize chunk data structure
- perf: optimize chunk JSON size
- fix: support circular JSON structure @boomyao
- type: improved TypeScript support.
- feat: add
initialState
support.
- fix: redundant record when mixing
push
andpushSync
calls. - refactor: use
ruleIndex
in records for history dumping support.
- feat: add
onChange
callback. - build: use ES5 bundle.
- feat: add
history.length
getter. - feat: add
useChunks
API for potential immutable support. - fix: debounce bug.
- build: migrate to rollup, bundle size reduced by ~40%.
- feat: basic API surface.