Implemented a public API for Task Modifiers,
providing a way for users to define additional modifiers and behavior in
application code. (#441) Please consider the TaskProperty
prototype extension method of implementing task modifiers to be deprecated
in favor of the registerModifier API.
Add onError parameter to perform helper to allow UI-triggered tasks to
specify alternative or null error handlers (#443, fixes #435. Thanks
@lolmaus for the discussion)
Bugfixes
Fix inefficent use of run.once (#442, fixes #437. Thanks @stefanpenner for
the heads up!)
Implemented a public API for Task Modifiers,
providing a way for users to define additional modifiers and behavior in
application code. (#441) Please consider the TaskProperty
prototype extension method of implementing task modifiers to be deprecated
in favor of the registerModifier API.
Add onError parameter to perform helper to allow UI-triggered tasks to
specify alternative or null error handlers (#443, fixes #435. Thanks
@lolmaus for the discussion)
Fix inefficent use of run.once (#442, fixes #437. Thanks @stefanpenner for
the heads up!)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @alexlafroscia.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps ember-concurrency from 2.1.2 to 2.2.0.
Release notes
Sourced from ember-concurrency's releases.
Changelog
Sourced from ember-concurrency's changelog.
Commits
2bf4db2
Release 2.2.006671db
Merge pull request #446 from machty/mf-prep_2.2.07346eae
Add changelog entry for 2.2.09eff68c
Merge pull request #441 from machty/mf-rfc_task_factorya6b2ecb
Add docs page for defining Task Modifiers3b6e08b
Move advanced docs topics to new advanced docs section10ca52e
Add Task Modifier API section to API docs536f4f5
Add API docs for Task Modifiers and public pieces of TaskFactory2b21ea5
Fix some missing docs506c4b6
Remove unused lastStartedDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @alexlafroscia.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)