Skip to content

V0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fvanwijk fvanwijk released this 24 Nov 06:48
· 25 commits to master since this 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 2
  • getMockData: depends on jasmine-jquery and is not the best method for all situations
  • noop: use angular.noop
  • compileHtmlOnDom: compile appends the compiled html to the DOM by default
  • removeCompiledHtmlFromDom: is done when compile is called
  • defer, when, all: better to inject $q and use its methods
  • restangularPromise: resourcePromise does the same
  • extendElement, extendedElementWithChildren: is replaced by addSelectors, which is better and has more features.