Releases: Ixonal/UsingJs
1.3.2
1.3.1
1.3.0
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
Version 1.1.0
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
Initial release. Internal testing has been positive, and all major features are implemented.