V0.6.0
Pre-release
Pre-release
Removed deprecated helper methods from Mox because they depend on other libs, they are not used a lot or they are not really shorter.
mockDate
: supported by Jasmine 2getMockData
: depends on jasmine-jquery and is not the best method for all situationsnoop
: useangular.noop
compileHtmlOnDom
:compile
appends the compiled html to the DOM by defaultremoveCompiledHtmlFromDom
: is done whencompile
is calleddefer
,when
,all
: better to inject$q
and use its methodsrestangularPromise
:resourcePromise
does the sameextendElement
,extendedElementWithChildren
: is replaced byaddSelectors
, which is better and has more features.