Changelog
1.4.1
$copy.extend
no longer combines arrays, but instead replaces the previous array value.$timeout $immediate $interval $tick
bug fixed when attaching to a class instance.clear()
method to the timer factories that clear the respective timeouts.Changelog
1.4.0
Class()
is now the same as calling new Class()
so calls like Class.call(obj)===obj
will no longer work.Changelog
1.3.1
require
-based functions were not requiring from the correct location.Changelog
1.3.0
.lifecycle.x()
syntax. Possible options are application
, class
, instance
, none
Changelog
1.2.0
jpex.Register.ErrorType('Custom')
['^$errorFactory']