Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 432 Bytes

History.md

File metadata and controls

19 lines (13 loc) · 432 Bytes

0.1.0 / 2013-02-14

  • Updated API and readme
  • Added enumerable methods
  • Removed events for all mutator functions
  • Tests

0.0.2 / 2012-11-08

  • api change: when you push, unshift, or splice more than 1 element, add and remove events will be called for each element added/removed
  • Only emit add if values actually added

0.0.1 / 2012-11-08

  • Initial commit