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: Add option to return raw json from queries #1294

Merged
merged 2 commits into from
Feb 12, 2021
Merged

feat: Add option to return raw json from queries #1294

merged 2 commits into from
Feb 12, 2021

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Feb 11, 2021

Mimics options in PHP SDK.

Works for get, find and first queries.

@codecov
Copy link

codecov bot commented Feb 11, 2021

Codecov Report

Merging #1294 (a1c6d41) into master (3551a06) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1294   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           59        59           
  Lines         5788      5794    +6     
  Branches      1299      1302    +3     
=========================================
+ Hits          5788      5794    +6     
Impacted Files Coverage Δ
src/ParseQuery.js 100.00% <100.00%> (ø)

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 3551a06...a1c6d41. Read the comment docs.

Copy link
Member

@davimacedo davimacedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dplewis dplewis merged commit 4caede2 into master Feb 12, 2021
@dplewis dplewis deleted the raw-json branch February 12, 2021 07: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.

2 participants