Skip to content

Releases: bitovi/funcunit

v3.2.2

11 Apr 23:09
Compare
Choose a tag to compare

In this release, the main files for package.json and build.js were set properly (funcunit.js and global.js, respectively).

v3.2.1

10 Apr 23:00
Compare
Choose a tag to compare

In this release, FuncUnit no longer sets window.jQuery so that if a module has dependencies on both FuncUnit and jQuery (a different version than what FuncUnit uses), they won't get mixed up (i.e. the module can use the version of jQuery it intended to).

v3.2.0

25 Feb 00:05
Compare
Choose a tag to compare

Upgraded Syn to fix .type() for input[type=number] fields in Chrome and Firefox: #184 & #191

Also fixed some minor issues with the docs and website: #180, #183, & #185