Changelog
Last Changes
v1.1.1
- #36: relaxed laxar dependency (we use semver)
v1.1.0
- #29: fixed axGlobalEventBus injection
- #24: documentation: added missing information on the widget ID
v1.0.0
- #23: project: updated copyright year in file header
v1.0.0-alpha.1
- #21: respect flush/applyViewChanges interaction
v1.0.0-alpha.0
- #17: added missing API doc entries
- #19: allowed adding
flush()
method toax.fn.debounce
results - #20: added mock promise factory support for
laxar._tooling.provideQ
- #18: eventBus: made mock use correct promise factory
v0.6.0
- #16: fixed optionality of options in createSetupForWidget
v0.5.0
v0.4.0
- #12: adapters: adjust to changes in LaxarJS tooling API
- #13: project: renamed to laxar-mocks
- #11: example: fixed one-off bug in HTML spec-runner
-
#9: example: spec-runner now takes URL parameter for config-lookup + NEW FEATURE: see ticket for details
-
#7: example: fixed license header of spec-runner config
v0.3.0
-
#6: use different paths to access jasmine and jasmine2, use opt-in config for new test-runner + BREAKING CHANGE: see ticket for details
-
#7: project: relaxed version constraint for angular-mocks (1.3.16 -> ~1.3.17 || ~1.4.2)
- #8: fixed example boot sequence (removed jasmine boot)
-
#5: added Travis-CI build integration + NEW FEATURE: see ticket for details
-
#4: Fixed dependency to Jasmine
- #3: Fixed construction of test paths for RequireJS
v0.2.0
- #1: added some tests