- #58: fixed dependencies in package.json
- #57: documentation: fixed broken link
- #56: use laxar-infrastructure, upgrade to latest laxar and laxar-tooling
- #55: adjusted to LaxarJS/laxar#447
- #54: removed misleading comment regarding promise-patching
- #53: adapted to the new LaxarJS bootstrapping API (LaxarJS/laxar#437)
- #52: tearDown: complain if
done
callback is missing- NEW FEATURE: see ticket for details
- #48: removed initial
didChangeTheme
event- BREAKING CHANGE: see ticket for details
- #49: event bus error details are now forwarded to the console
- NEW FEATURE: see ticket for details
- #47: project:
laxar-widget-service-mocks
have been removed from the bundle
- #46: pass spec fixtures using the
init
method- BREAKING CHANGE: see ticket for details
- #45: publish
endLifecycleRequest
on tearDown- BREAKING CHANGE: see ticket for details
- #44: eventBus: added error handler
- #43: fixed line numbers in spec-loader output
- #40: updated manual for v2.0.0
- #31: added
axMocks.widget.whenServicesAvailable
to intercept and configure widget injections from tests- NEW FEATURE: see ticket for details
- #42: fixed injection of visibility mock
- #41: new
setupForWidget
API, deprecatedcreateSetupForWidget
- BREAKING CHANGE: see ticket for details
- #37: adapted to laxar API change (LaxarJS/laxar#413)
- #35: project: updated dev-dependencies, upgraded to webpack 2
- #33: features: validate widget features at runtime
- #34: services: a mocked area helper service can now be injected
- #32: adapters with asynchronous create method are now supported
- #28: fixed mock injections for axAssets and axConfiguration
- #27: updated for LaxarJS v2.0 compatibility (laxar#358)
- #26: updated for LaxarJS v2.0 compatibility
- BREAKING CHANGE: see ticket for details
- #24: documentation: added missing information on the widget ID
- #23: project: updated copyright year in file header
- #21: respect flush/applyViewChanges interaction
- #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
- #16: fixed optionality of options in createSetupForWidget
- #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
- #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
- #1: added some tests