After another long period of having nothing to say, I’ve pushed out an update to jslint4java. Version 2.0.2 doesn’t include any major new features, but does update JSLint to the latest version (2012-02-03) and fix a couple of small bugs here and there.
- issue 75: Handle BOMs when using the CLI.
- issue 74: Document the technique for construction of JSLint objects.
- issue 73: Better examples for maven configuration.
- issue 72 : Add all formatters to the maven plugin automatically.
- issue 67 : Fix maven docs.
- Update to JSLint 2012-02-03.
- This removes the
adsafe
,confusion
andsafe
options. - This adds the
anon
option.
- This removes the
One minor point: Now that google code supports git repositories, I’m also pushing the source code there again. Github is still my “primary” but there’s another copy. More copies are good.
I did spend a bit of time testing the CLI interface properly. This isn’t really noteworthy, but it was entertaining for me, and hopefully results in fewer bugs like issue 75.