angelnikolov / ts-cacheable

Observable/Promise Cache Decorator
https://npmjs.com/package/ts-cacheable
ISC License
340 stars 42 forks source link

Updated project name to ts-cacheable. #92

Closed angelnikolov closed 4 years ago

angelnikolov commented 4 years ago

The library has been associated with Angular from the beginning. While this was its initial purpose, it has never been tightly-coupled to the clientside framework. In fact, a lot of its users have been using it on the server. Therefore, I am changing the name of the library to better reflect its purpose. Updated project name. Deprecated ngx-cacheable. Aliased DOMStorageStrategy into LocalStorageStrategy.

codecov[bot] commented 4 years ago

Codecov Report

Merging #92 into master will decrease coverage by 8.75%. The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
- Coverage   93.77%   85.01%   -8.76%     
==========================================
  Files          11       12       +1     
  Lines         225      267      +42     
  Branches       58       66       +8     
==========================================
+ Hits          211      227      +16     
- Misses          4       31      +27     
+ Partials       10        9       -1     
Impacted Files Coverage Δ
common/DOMStorageStrategy.ts 30.76% <ø> (-58.98%) :arrow_down:
common/LocalStorageStrategy.ts 89.74% <89.74%> (ø)
common/index.ts 100.00% <100.00%> (ø)
index.ts 100.00% <100.00%> (ø)
cacheable.decorator.ts 98.27% <0.00%> (+1.72%) :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 bea626f...1bd82e9. Read the comment docs.