Releases: dakolech/angular-unit-testing-helpers
Releases · dakolech/angular-unit-testing-helpers
v0.1.1
27 Mar 09:02
Compare
Sorry, something went wrong.
No results found
Features
update dependencies (angular 1.6.3)
v0.1.0
15 Jul 08:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
add addProperty method to TestServ
Build
update packages
update node version in CI
v0.0.10
16 Feb 15:18
Compare
Sorry, something went wrong.
No results found
Fixes
fix chaining method in TestServ (addMethod and return false/null)
v0.0.9
16 Feb 14:05
Compare
Sorry, something went wrong.
No results found
Features
allow chain methods on TestServ
v0.0.8
26 Jan 13:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
update angular to 1.5
add createComponent method (alias to createDirective)
v0.0.4
16 Dec 14:54
Compare
Sorry, something went wrong.
No results found
Features
add TestModule
add createFilter method to the TestElement
v0.0.3
09 Dec 14:01
Compare
Sorry, something went wrong.
No results found
Features
fix scope for inline directives
add TestDummy element
add TestFactory with sequences