Skip to content

Releases: Ixonal/UsingJs

1.3.2

06 Apr 03:48
Compare
Choose a tag to compare

Fixed an issue with importing with IE 11.

Also fixed a borked export of the "using.failure" function.

Added test support for the "using.failure" function as well.

1.3.1

24 Mar 23:26
Compare
Choose a tag to compare

Bug fix: there was a typo in the export for the "using.page.failure" function, causing it to be unavailable.

1.3.0

12 Mar 22:47
Compare
Choose a tag to compare

Added build and test scripts, a Jasmine test suite, and refactored/removed some code. "using.page" shouldn't be neccessary anymore, though is still there and functional for backwards compatibility (and as a place for methods like "using.page.progress"). The "noConflict" global configuration has been removed, as it really made no sense.

Gulp is used for tasks.
"gulp build" will build the project. The build process uses the Google Closure Compiler, so Java is required to build.
"gulp watch" will watch the project and build when a file is changed.
"gulp test" will run the test suite.

The test suite uses Karma to run Jasmine test suites in PhantomJS.

1.2.0

27 Jan 15:59
Compare
Choose a tag to compare

Primarily, this release implements the "version" configuration option. There are one or two other bug fixes as well.

Version 1.1.0

31 Mar 15:06
Compare
Choose a tag to compare

It's been a while, so I thought I should prepare a new release.

Added several properties to dependency declarations:
dependsOn
backup
name
exports

Various bug fixes and code cleanups

Added using.amd method to allow inline module naming

Initial Release

09 Jan 16:04
Compare
Choose a tag to compare

Initial release. Internal testing has been positive, and all major features are implemented.