Releases: gulpjs/sparkles
Releases · gulpjs/sparkles
sparkles v2.1.0
sparkles v2.0.0
⚠ BREAKING CHANGES
- Use a Symbol for attaching the default namespace to the store
- Use a Symbol for attaching the store to the global (#9)
- Normalize repository, dropping node <10.13 support (#6)
Features
- Use a Symbol for attaching the default namespace to the store (2196fb1)
- Use a Symbol for attaching the store to the global (#9) (2196fb1)
- Use Symbol.for so other applications can create the same Symbol (2196fb1)
Miscellaneous Chores
v1.0.1
v1.0.0
v0.1.0
Breaking
- Improve API & implementation based on suggestions (a17a119) - Closes #1 #2
- Improve implementation, change API & add more tests (8cdeea3)
Fix
- Correct a typo in global assignment (2bfd37f)
New
Update
- Improve tests & remove nextTick code (7a03563)
Docs
Build
- Add travis config (5853e58)