angelnikolov / ts-cacheable

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

Latest release for rxjs 5.x ? #16

Closed fvilers closed 6 years ago

fvilers commented 6 years ago

Hi, this is a very good library I'd like to use but I'm stuck with the version 5.x of rxjs. I tried to use the 1.0.1 version of ngx-cacheable but the cacheBusterObserver doesn't seem to work.

Could you release the latest version with compatibility with rxjs 5?

Thanks!

sdeering commented 6 years ago

Version is now "rxjs": "^6.3.2",

angelnikolov commented 6 years ago

@fvilers I don't plan to do that since I will make things worse for most of the people using the decorator with Angular 5+. What I suggest doing is maybe installing rxjs-compat and seeing if that fixes the issue for ya. Thanks!