History.md 698 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
0.3.0 / 2017-06-05
==================
 * feat: add has() and unset() functions

0.2.1 / 2013-03-22
==================

  * test; added for #5
  * fix typo that breaks set #5 [Contra](https://github.com/Contra)

0.2.0 / 2013-03-15
==================

  * added; adapter support for set
  * added; adapter support for get
  * add basic benchmarks
  * add support for using module as a component #2 [Contra](https://github.com/Contra)

0.1.1 / 2012-12-21
==================

  * added; map support

0.1.0 / 2012-12-13
==================

  * added; set('array.property', val, object) support
  * added; get('array.property', object) support

0.0.1 / 2012-11-03
==================

  * initial release