Releases: damonsmith/js-class-loader
Watcher improvements
more improvements to command line arg handling for file watcher
js-class-loader-parent-1.2.17
[maven-scm] copy for tag js-class-loader-parent-1.2.17
Sourcemap improvements
Adds better handling for file encodings and semi-broken characters inside DOS format text files.
Source Maps support
New Features
- Source Map support
- Comment stripping
A massive thanks to fjmilens3 for this library: https://github.com/fjmilens3/sourcemap-encoder - JSCL has incorporated that library and used it to add sourcemap v3 support - allowing JS developers to debug original source files at the correct line numbers in Firefox and Chrome and any IDE that supports it too.
see: http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ for more info on what source maps are.
Comments are all stripped from the bundle file too now. You will still see the comments in the sourcemapped source files though.
The new version has been released to Maven Central so maven users can just update their dependency numbers, for non maven users the new jar file is attached.
v1.2.7
Another release with some minor fixes to servlet path handling.
v1.2.6 - More examples
added support for the allClasses argument.
v1.2.5 release for Maven Central
- Updated POMs for first submission to Sonatype's Maven repository.
- added module level dependency graphs
v1.2.4 - Dependency graphs
More example code added and some tweaks after testing on some larger existing codebases.
The jscl-maven-build-example example webapp now has web content that shows an SVG graph of it's own class files. The graph rendering is done in javascript by the Liviz library which is also hosted here on github, and the class diagram shows the Liviz classes themselves.
First production release
- Command line defaults fixed
First release!
First release of js-class-loader! See the docs for more info.