Changelog
Last Changes
v2.0.0
v2.0.0-rc.2
- #58: fixed dependencies in package.json
v2.0.0-rc.1
- #57: documentation: fixed broken link
v2.0.0-rc.0
- #56: use laxar-infrastructure, upgrade to latest laxar and laxar-tooling
v2.0.0-beta.4
v2.0.0-beta.3
- #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
v2.0.0-beta.2
-
#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
v2.0.0-beta.1
-
#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
v2.0.0-beta.0
- #44: eventBus: added error handler
- #43: fixed line numbers in spec-loader output
- #40: updated manual for v2.0.0
v2.0.0-alpha.3
-
#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
v2.0.0-alpha.2
v2.0.0-alpha.1
- #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)
v2.0.0-alpha.0
-
#26: updated for LaxarJS v2.0 compatibility + BREAKING CHANGE: see ticket for details
-
#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