chore(release): 2.0.0 [skip ci]

# [2.0.0](https://git.sr.ht/~statianzo/angularjs-testing-library/compare/v1.0.0...v2.0.0) (2019-11-05)

### Features

* render throws on unknown elements ([9ea5d67](9ea5d678df))

### BREAKING CHANGES

* `render` will throw if any custom elements (tag name
containing `-`) are found not registered in the injector.

This helps avoid the scenario where a child component/directive under
test isn't getting tested.

The behavior can be disabled via the `ignoreUnknownElements` option.
ts v2.0.0
semantic-release-bot 5 years ago
parent 9ea5d678df
commit fb675895a0

@ -1,6 +1,6 @@
{
"name": "angularjs-testing-library",
"version": "1.0.0",
"version": "2.0.0",
"description": "Simple and complete AngularJS testing utilities that encourage good testing practices.",
"main": "dist/index.js",
"module": "dist/angularjs-testing-library.esm.js",

Loading…
Cancel
Save