CHANGES 947 B

12345678910111213141516171819202122232425262728
  1. For recent changelog see CHANGELOG.md
  2. -----
  3. v1.0.0 -- 2016.06.09
  4. * In case MutationObserver based solution ensure all callbacks are propagated
  5. even if any on the way crashes (fixes #3)
  6. * Support older engines (as IE8) which see typeof setTimeout as 'object'
  7. * Fix spelling of LICENSE
  8. * Configure lint scripts
  9. v0.2.2 -- 2014.04.18
  10. - Do not rely on es5-ext's valid-callable. Replace it with simple internal function
  11. - In MutationObserver fallback rely on text node instead of attribute and assure
  12. mutation event is invoked by real change of data
  13. v0.2.1 -- 2014.02.24
  14. - Fix case in import path
  15. v0.2.0 -- 2014.02.24
  16. - Assure microtask resultion if MutationObserver is available (thanks @Raynos) #1
  17. - Unify validation of callback. TypeError is throw for any non callable input
  18. - Move main module from `lib` to root directory
  19. - Improve documentation
  20. - Remove Makefile (it's environment agnostic pacakge)
  21. v0.1.0 -- 2012.08.29
  22. Initial