Skip to content

1.13.0

Compare
Choose a tag to compare
@jzaefferer jzaefferer released this 31 Jan 16:44
· 1440 commits to main since this release
  • Tests: Stop using the expected argument in test() calls
  • Logging: Add runtime property to testDone, deprecate duration
  • Assert: Remove raises (deprecated 2012), replace with failed assertion
  • Grunt: Add non-browser test as grunt task. Runs existing tests in node.
  • Export: Only export to the variable that we check for.
  • Core: Properly check for existence of document
  • Core: Remove triggerEvent, which isn't used or documented anywhere.
  • Core: Silence addEvent in non-browser env
  • The Grand QUnit Split of 2013
  • Use id function for selection elements in two places that were not using it. Closes gh-463
  • Add bower.json. Fixes #461