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

feat(#71): add getRelated() method #202

Merged
merged 3 commits into from
Oct 10, 2021
Merged

Conversation

Decipher
Copy link
Member

@Decipher Decipher commented Sep 10, 2021

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

  • Added getRelated() method to the DruxtClient

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly. (PR: #)
  • I have added tests to cover my changes (if not applicable, please state why)
  • All new and existing tests are passing.

Screenshots/Media:

@changeset-bot
Copy link

changeset-bot bot commented Sep 10, 2021

🦋 Changeset detected

Latest commit: 9b51fb5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 10 packages
Name Type
druxt Minor
druxt-blocks Patch
druxt-breadcrumb Patch
druxt-entity Patch
druxt-menu Patch
druxt-router Patch
druxt-schema Patch
druxt-site Patch
druxt-test-utils Major
druxt-views Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #202 (9b51fb5) into develop (c7b267a) will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #202      +/-   ##
===========================================
+ Coverage    96.59%   96.67%   +0.08%     
===========================================
  Files           89       89              
  Lines         2820     2831      +11     
  Branches       594      596       +2     
===========================================
+ Hits          2724     2737      +13     
+ Misses          85       84       -1     
+ Partials        11       10       -1     
Impacted Files Coverage Δ
packages/druxt/src/client.js 94.73% <ø> (+1.29%) ⬆️
packages/router/src/router.js 100.00% <0.00%> (+0.98%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7b267a...9b51fb5. Read the comment docs.

@Decipher Decipher force-pushed the feature/71-get_related branch 2 times, most recently from 3a22cf4 to 1064135 Compare October 10, 2021 06:25
@Decipher Decipher force-pushed the feature/71-get_related branch 3 times, most recently from c9d7a28 to 45ee7fe Compare October 10, 2021 20:44
@Decipher Decipher marked this pull request as ready for review October 10, 2021 21:11
@Decipher Decipher merged commit 4504a2f into develop Oct 10, 2021
@Decipher Decipher deleted the feature/71-get_related branch October 10, 2021 21:11
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.

1 participant