- Change from
component.json
tobower.json
.
###0.4.1 - 2013-04-09
- Fix
instanceOf
throwing an exception when passing non-constructors.
- Move
optimizer
to its own repository
- Add minified version of the
regular loose
mode. - Fix some error message typos.
- Fix
console.inspect
not handling circular references on arrays/objects
- Fix
.dejavurc
strict value not being correctly interpreted in some edge cases (only affectsnode
users) - Fix an important bug when a class extends another one of a different
node
package instrict
mode (only affectsnode
users) - Refactor tests and make them run in all environments
- Remove micro-optimization in non-optimized classes in loose version (it was giving some problems)
- Add
grunt
task for the optimizer - Small improvements to the optimizer
###0.3.4 - 2013-03-04
- Fix optimizer error when using
this.$super.apply
or.call
###0.3.3 - 2013-02-18
- Fix
postinstall
script in some rare cases
- Fix rare bug in when using
$bind
withnull
values
- Fix bug in the optimizer, not guessing when to use the non-closure when correctly
- Other minor optimizer tweaks
- Add $member() to allow common usage of
var that = this
and still access protected/private members - Fix dejavu being unlocked by default in
node
- Loose mode now keeps
$name
- Other minor tweaks and improved documentation
- Fix one more issue with the optimizer task in windows
- Fix optimizer automaton task in windows