Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: rename resolveAll -> onResolveAll #1764

Merged
merged 1 commit into from May 16, 2023

Conversation

bigopon
Copy link
Member

@bigopon bigopon commented May 16, 2023

BREAKING CHANGE: rename

resolveAll is confusing when we have onResolve and resolve

BREAKING CHANGE: rename

resolveAll is confusing when we have onResolve and resolve
@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Merging #1764 (38dcb33) into master (1c9c97c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1764   +/-   ##
=======================================
  Coverage   88.01%   88.02%           
=======================================
  Files         242      242           
  Lines       22555    22555           
  Branches     5163     5163           
=======================================
+ Hits        19852    19854    +2     
+ Misses       2703     2701    -2     
Impacted Files Coverage Δ
...ckages/dialog/src/plugins/dialog/dialog-service.ts 100.00% <100.00%> (ø)
packages/kernel/src/functions.ts 92.51% <100.00%> (ø)
packages/router-lite/src/route-tree.ts 88.46% <100.00%> (ø)
packages/router-lite/src/router.ts 95.79% <100.00%> (ø)
packages/router-lite/src/viewport-agent.ts 84.28% <100.00%> (ø)
packages/runtime-html/src/app-root.ts 100.00% <100.00%> (ø)
...html/src/resources/template-controllers/promise.ts 89.04% <100.00%> (+1.36%) ⬆️
...-html/src/resources/template-controllers/switch.ts 93.88% <100.00%> (ø)
packages/runtime-html/src/templating/controller.ts 88.19% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bigopon bigopon merged commit fdf0747 into master May 16, 2023
24 checks passed
@bigopon bigopon deleted the refactor/rename-resolveall branch May 16, 2023 08:58
AureliaEffect pushed a commit that referenced this pull request May 21, 2023
**BREAKING CHANGE:**

* **compiler:** avoid using au class to find targets (#1768) ([0d30998](0d30998)).
* ***:** rename resolveAll -> onResolveAll (#1764) ([fdf0747](fdf0747))

**Features:**

* **di:** ability to use newInstance()/forScope() with interface (#1767) ([a0d39e9](a0d39e9))
* **all:** allow injection of implementation (#1766) ([a60db13](a60db13))
* **templating:** allow deactivate when activating (#1729) ([1c9c97c](1c9c97c))
* **bindable:** support getter/setter (#1753) ([4279851](4279851))
* **ui-virtualization:** enhance implementation & publish package (#1759) ([7a2f17f](7a2f17f)). Thanks [@Lakerfield](https://github.com/Lakerfield)

**Refactorings:**

* ***:** cleanup up unused code & decouple interface from default impl (#1761) ([7a71d43](7a71d43))
* **router:** add warning for unsupported behavior (#1757) ([ce87339](ce87339)). The router used to allow container traversal to
find resources when a string is used as a route to find the corresponding component.
Going forward this will be invalid and resources must be registered either locally
or globally to be routable. A warning is added first so app that accidentally used
this behavior can detect the invalid usages and fix accordingly first. This behavior will be removed in a near future release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant