Skip to content

Releases: Ixonal/UsingJs

1.3.2

Choose a tag to compare

@Ixonal Ixonal released this 06 Apr 03:48

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

Choose a tag to compare

@Ixonal Ixonal released this 24 Mar 23:26

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

1.3.0

Choose a tag to compare

@Ixonal Ixonal released this 12 Mar 22:47

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

Choose a tag to compare

@Ixonal Ixonal released this 27 Jan 15:59

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

Version 1.1.0

Choose a tag to compare

@Ixonal Ixonal released this 31 Mar 15:06

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

Choose a tag to compare

@Ixonal Ixonal released this 09 Jan 16:04

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