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.

CHANGES 901B

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