Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.61 KB

CHANGES.md

File metadata and controls

65 lines (40 loc) · 1.61 KB

Changes

1.0.0

BREAKING: The codebase was upgraded to ES5.

Choo v7 was added to the supported versions in peerDependencies. With this release, choo-test is compatible with v5, v6 and v7.

  • 📚 7ff4e9d State choo compatibility, update URL and remove badge
  • b85587b Switch to @studio/eslint-config
  • 4914419 Upgrade eslint to v6
  • 4603617 Upgrade Studio Changes
  • 2d7122d Upgrade choo to v7
  • 8289a74 Update mochify

Released by Maximilian Antoni on 2019-09-12.

0.5.0

  • Capture window listeners and unregister in restore()

0.4.0

  • Improve stack if onRender callback throws
  • Improve example and description wording
  • Add choo v6 as peerDependency

0.3.0

  • Allow to pass a scope node to $ and $$

0.2.0

  • Choo v5

0.1.0

  • Rewrite

0.0.5

  • Add $$ for querySelectorAll

0.0.4

  • Add support for onload handler on nested elements

0.0.3

  • Add redraw() and stub out requestAnimationFrame

0.0.2

  • Add support for onload handler

0.0.1

  • Initial release.