Update January 1st, 2013 3:07 PM: Made a mistake in the change log of the previous version, the method that supersedes the BlazeGears.BGTL.parse method is called compileTemplate, not parseTemplate. Made a new release (v1.1.0-s.1) with the fixed change log.
Well, this one took quite a while, mostly because I spent the majority of my time on planning how I'm going to clean up the API. So I'll go crazy on the deprecated label for the next release.
This release renames some members of the API, fixes some bugs, and adds QUnit unit tests for most of the important functionality, so I'll have a harder time introducing new bugs in the future. Also, I removed all eval'd functionality that would cause problems with JavaScript minifiers/compilers that shortens the names of the local variables and arguments.