chore(release): 1.0.0 [skip ci]

# 1.0.0 (2019-11-04)

### Bug Fixes

* **test:** debug tests pass ([caee065](caee065937))
* **test:** multi-base test passes. rm unused tests ([9257e06](9257e0642f))

### Features

* flush intervals by 50 ms default ([d7c50a8](d7c50a87d1))
* wait flushes angular tasks ([1706665](1706665619))
* **events:** fireEvent triggers a digest ([ace9f5b](ace9f5bdbf))
* Assign `scope` option to $scope ([b69df8d](b69df8d8e7))
* call $destroy on cleanup ([78021a6](78021a6ab0))
* first passing render tests ([b82fb93](b82fb93695))
* initial release ([35ff36d](35ff36dcd7))
* skip auto-cleanup via ATL_SKIP_AUTO_CLEANUP ([79c6c4f](79c6c4f2a5))
ts v1.0.0
semantic-release-bot 5 years ago
parent 04f612e1e3
commit 14271ad0fc

@ -1,6 +1,6 @@
{
"name": "angularjs-testing-library",
"version": "0.0.0-development",
"version": "1.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