Skip to content

Releases: gulpjs/sparkles

sparkles v2.1.0

23 Mar 21:42
d4afc77
Compare
Choose a tag to compare

Features

  • Add module for accessing legacy store (#10) (7f8b667)

sparkles v2.0.0

01 Feb 01:38
9f18a7d
Compare
Choose a tag to compare

⚠ 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

  • Normalize repository, dropping node <10.13 support (#6) (6d6f7a8)

v1.0.1

14 May 02:52
Compare
Choose a tag to compare

Update

  • Switch to mocha/expect for testing (0a216e0)

Docs

  • Update readme to gulp style (6d3c885)

Scaffold

v1.0.0

14 May 02:48
Compare
Choose a tag to compare

New

  • Add exists method & tests (6094472)

Update

  • Rename test file for clarity (8522589)

Docs

  • Add API section to readme (d637d70)

Scaffold

v0.1.0

14 May 02:48
Compare
Choose a tag to compare

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

  • Explain the project name (1786219)
  • Add "usage" section to readme (a9e7eca)

Build

Scaffold