~statianzo/angularjs-testing-library

14271ad0fcf037dbb7847b2bd140d954e9db3def — semantic-release-bot 5 years ago 04f612e v1.0.0
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2019-11-04)

### Bug Fixes

* **test:** debug tests pass ([caee065](caee06593793f42b14ec746ece90118d515516fa))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/caee06593793f42b14ec746ece90118d515516fa))
* **test:** multi-base test passes. rm unused tests ([9257e06](9257e0642f6191987435f6b3b057ac69514d0afc))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/9257e0642f6191987435f6b3b057ac69514d0afc))

### Features

* flush intervals by 50 ms default ([d7c50a8](d7c50a87d11b922ea44ade4dfc4ddc650bd42087))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/d7c50a87d11b922ea44ade4dfc4ddc650bd42087))
* wait flushes angular tasks ([1706665](170666561972531f131342858cb93674845c663e))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/170666561972531f131342858cb93674845c663e))
* **events:** fireEvent triggers a digest ([ace9f5b](ace9f5bdbf166424d127e8aa09c09c62bacd77bc))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/ace9f5bdbf166424d127e8aa09c09c62bacd77bc))
* Assign `scope` option to $scope ([b69df8d](b69df8d8e7636ff307c2c4688c0c291e44c03636))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/b69df8d8e7636ff307c2c4688c0c291e44c03636))
* call $destroy on cleanup ([78021a6](78021a6ab00e5d5bad113ab3001c2889d9dd40f3))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/78021a6ab00e5d5bad113ab3001c2889d9dd40f3))
* first passing render tests ([b82fb93](b82fb936958a2b1c6bef7d84bc18da2269d93877))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/b82fb936958a2b1c6bef7d84bc18da2269d93877))
* initial release ([35ff36d](35ff36dcd7503759971aecaec879795a961eb08e))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/35ff36dcd7503759971aecaec879795a961eb08e))
* skip auto-cleanup via ATL_SKIP_AUTO_CLEANUP ([79c6c4f](79c6c4f2a53b4f49b1143e1f7295520ec1a229c1))">https://git.sr.ht/~statianzo/angularjs-testing-library/commit/79c6c4f2a53b4f49b1143e1f7295520ec1a229c1))
1 files changed, 1 insertions(+), 1 deletions(-)

M package.json
M package.json => package.json +1 -1
@@ 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",