Skip to content

Releases: damonsmith/js-class-loader

Watcher improvements

13 Jan 20:19
Compare
Choose a tag to compare

more improvements to command line arg handling for file watcher

js-class-loader-parent-1.2.17

13 Jan 02:34
Compare
Choose a tag to compare
Pre-release
[maven-scm] copy for tag js-class-loader-parent-1.2.17

Sourcemap improvements

12 Jan 23:37
Compare
Choose a tag to compare

Adds better handling for file encodings and semi-broken characters inside DOS format text files.

Source Maps support

07 Oct 00:28
Compare
Choose a tag to compare

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

21 Oct 10:42
Compare
Choose a tag to compare

Another release with some minor fixes to servlet path handling.

v1.2.6 - More examples

14 Oct 10:35
Compare
Choose a tag to compare

added support for the allClasses argument.

v1.2.5 release for Maven Central

04 Oct 05:36
Compare
Choose a tag to compare
  • Updated POMs for first submission to Sonatype's Maven repository.
  • added module level dependency graphs

v1.2.4 - Dependency graphs

01 Oct 02:23
Compare
Choose a tag to compare

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

11 Sep 06:14
Compare
Choose a tag to compare
  • Command line defaults fixed

First release!

11 Sep 03:42
Compare
Choose a tag to compare
First release! Pre-release
Pre-release

First release of js-class-loader! See the docs for more info.