Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

feat: add total length to get method return #100

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

ivangabriele
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Apr 27, 2020

Codecov Report

Merging #100 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #100   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files           3        3           
  Lines         182      183    +1     
  Branches       52       52           
=======================================
+ Hits          181      182    +1     
  Misses          1        1           
Impacted Files Coverage Δ
src/Postgrester.ts 99.42% <100.00%> (+<0.01%) ⬆️

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 c0ed76e...ac47c56. Read the comment docs.

@ivangabriele ivangabriele merged commit 2a788e6 into master Apr 27, 2020
@ivangabriele ivangabriele deleted the feat-add-total-length-to-get-method-return branch April 27, 2020 18:46
ivangabriele pushed a commit that referenced this pull request Dec 14, 2021
# [2.0.0](v1.0.5...v2.0.0) (2021-12-14)

### Bug Fixes

* **deps:** update all non-major dependencies ([#140](#140)) ([fcbee09](fcbee09))
* **deps:** update all non-major dependencies ([#185](#185)) ([6017794](6017794))
* **deps:** update all non-major dependencies ([#188](#188)) ([eb23d3b](eb23d3b))
* **deps:** update all non-major dependencies ([#189](#189)) ([eae826a](eae826a))
* **deps:** update all non-major dependencies ([#27](#27)) ([d3de911](d3de911))
* **deps:** update all non-major dependencies ([#28](#28)) ([0204e1b](0204e1b))
* handle provided axiosConfig baseURL ([#75](#75)) ([a4943bf](a4943bf))
* remove quotes around (i)like value matching ([#96](#96)) ([e6c8d21](e6c8d21))

* feat!: add representation return option (#203) ([7a8924c](7a8924c)), closes [#203](#203)

### Features

* add neq, gt, gte, lt and lte methods ([#84](#84)) ([9981fe2](9981fe2))
* add put request method ([#87](#87)) ([186609f](186609f))
* add total length to get method return ([#100](#100)) ([2a788e6](2a788e6))
* add upsert options to post method ([#161](#161)) ([97995f3](97995f3))
* deprecate `baseUri` option ([#73](#73)) ([fd33515](fd33515))

### Reverts

* "chore(renovate): remove force enabled bot" ([#99](#99)) ([c0ed76e](c0ed76e))
* chore(deps): pin node.js to 16.6.1 ([#25](#25)) ([62a487c](62a487c))

### BREAKING CHANGES

* use named export for `create()`
* drop deprecated `baseUri` option support in `create()`
ivangabriele pushed a commit that referenced this pull request Dec 14, 2021
# [2.0.0](v1.0.5...v2.0.0) (2021-12-14)

### Bug Fixes

* **ci:** remove legacy behaviors ([#205](#205)) ([6fdfcc1](6fdfcc1))
* **deps:** update all non-major dependencies ([#140](#140)) ([fcbee09](fcbee09))
* **deps:** update all non-major dependencies ([#185](#185)) ([6017794](6017794))
* **deps:** update all non-major dependencies ([#188](#188)) ([eb23d3b](eb23d3b))
* **deps:** update all non-major dependencies ([#189](#189)) ([eae826a](eae826a))
* **deps:** update all non-major dependencies ([#27](#27)) ([d3de911](d3de911))
* **deps:** update all non-major dependencies ([#28](#28)) ([0204e1b](0204e1b))
* handle provided axiosConfig baseURL ([#75](#75)) ([a4943bf](a4943bf))
* remove quotes around (i)like value matching ([#96](#96)) ([e6c8d21](e6c8d21))

* feat!: add representation return option (#203) ([7a8924c](7a8924c)), closes [#203](#203)

### Features

* add neq, gt, gte, lt and lte methods ([#84](#84)) ([9981fe2](9981fe2))
* add put request method ([#87](#87)) ([186609f](186609f))
* add total length to get method return ([#100](#100)) ([2a788e6](2a788e6))
* add upsert options to post method ([#161](#161)) ([97995f3](97995f3))
* deprecate `baseUri` option ([#73](#73)) ([fd33515](fd33515))

### Reverts

* "chore(renovate): remove force enabled bot" ([#99](#99)) ([c0ed76e](c0ed76e))
* chore(deps): pin node.js to 16.6.1 ([#25](#25)) ([62a487c](62a487c))

### BREAKING CHANGES

* use named export for `create()`
* drop deprecated `baseUri` option support in `create()`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant