ivangabriele / postgrester

Isomorphic PostgREST API Client for Javascript and Typescript.
Apache License 2.0
50 stars 7 forks source link

feat: add representation return option to delete() #207

Closed ivangabriele closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #207 (1cf9d3e) into main (782c51f) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #207   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files           2        2           
  Lines         229      232    +3     
  Branches       78       80    +2     
=======================================
+ Hits          228      231    +3     
  Misses          1        1           
Impacted Files Coverage Δ
src/Postgrester.ts 99.56% <100.00%> (+<0.01%) :arrow_up:

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 782c51f...1cf9d3e. Read the comment docs.

ivangabriele commented 2 years ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: