Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

History.md 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 0.6.0 / 2019-05-01
  2. ==================
  3. * feat: support setting dotted paths within nested arrays
  4. 0.5.2 / 2019-04-25
  5. ==================
  6. * fix: avoid using subclassed array constructor when doing `map()`
  7. 0.5.1 / 2018-08-30
  8. ==================
  9. * fix: prevent writing to constructor and prototype as well as __proto__
  10. 0.5.0 / 2018-08-30
  11. ==================
  12. * BREAKING CHANGE: disallow setting/unsetting __proto__ properties
  13. * feat: re-add support for Node < 4 for this release
  14. 0.4.1 / 2018-04-08
  15. ==================
  16. * fix: allow opting out of weird `$` set behavior re: Automattic/mongoose#6273
  17. 0.4.0 / 2018-03-27
  18. ==================
  19. * feat: add support for ES6 maps
  20. * BREAKING CHANGE: drop support for Node < 4
  21. 0.3.0 / 2017-06-05
  22. ==================
  23. * feat: add has() and unset() functions
  24. 0.2.1 / 2013-03-22
  25. ==================
  26. * test; added for #5
  27. * fix typo that breaks set #5 [Contra](https://github.com/Contra)
  28. 0.2.0 / 2013-03-15
  29. ==================
  30. * added; adapter support for set
  31. * added; adapter support for get
  32. * add basic benchmarks
  33. * add support for using module as a component #2 [Contra](https://github.com/Contra)
  34. 0.1.1 / 2012-12-21
  35. ==================
  36. * added; map support
  37. 0.1.0 / 2012-12-13
  38. ==================
  39. * added; set('array.property', val, object) support
  40. * added; get('array.property', object) support
  41. 0.0.1 / 2012-11-03
  42. ==================
  43. * initial release