So, I released a new version of the JsTrace project.
This version basically includes rewriting things to be a little more "proper" in the JavaScript side of things.
- I removed things like the "with" keyword (reimplemented just using basic closure technique)
- Turned on/Fixed a lot of JSHint restrictions (though I still don't dig the "use one var statement" thing, so I don't follow that – it's totally unnecessary in my opinion).
- Updated the Intellisense comments so that we have as much info in client code as possible
- Updated source code to have a test project and the NuGet package generation in it.
So, if you're using the NuGet package, you'll just get the update automatically, otherwise, go snag it on Codeplex: http://jstrace.codeplex.com
Happy Debugging!
Tom
No comments:
Post a Comment