Skip to content

Releases: dakolech/angular-unit-testing-helpers

v0.1.1

27 Mar 09:02

Choose a tag to compare

Features

  • update dependencies (angular 1.6.3)

v0.1.0

15 Jul 08:49

Choose a tag to compare

Features

  • add module exporting (CommonJS)
  • create types definitions (index.d.ts)

Build

  • create tests for TypeScript
  • create main index.js file, it imports all from test-helpers.js

v0.0.10

11 Jul 09:14

Choose a tag to compare

Features

  • add addProperty method to TestServ

Build

  • update packages
  • update node version in CI

v0.0.10

16 Feb 15:18

Choose a tag to compare

Fixes

  • fix chaining method in TestServ (addMethod and return false/null)

v0.0.9

16 Feb 14:05

Choose a tag to compare

Features

  • allow chain methods on TestServ

v0.0.8

26 Jan 13:12

Choose a tag to compare

Features

  • findAll method now return an array with angular.elements
  • allow inputOn on multiple inputs

Fixes

  • fix addMethod in TestServ (when returnedValue is function), add examples
  • fix findAll property length

v0.0.6

28 Dec 10:46

Choose a tag to compare

Features

  • update PhantomJS karma launcher
  • add string arrays to TestFactory (possible to use sequence as a attributes when defining an object)

v0.0.5

22 Dec 10:28

Choose a tag to compare

Features

  • update angular to 1.5
  • add createComponent method (alias to createDirective)

v0.0.4

16 Dec 14:54

Choose a tag to compare

Features

  • add TestModule
  • add createFilter method to the TestElement

v0.0.3

09 Dec 14:01

Choose a tag to compare

Features

  • fix scope for inline directives
  • add TestDummy element
  • add TestFactory with sequences