rxmqjs / rxmq.js

JavaScript pub/sub library based on RxJS
144 stars 22 forks source link

ECHmascript version #36

Open hshahi opened 2 years ago

hshahi commented 2 years ago

Hi

Thank you for the wonderful library. I am using it with Angular 14 and I seem to get: 1- the class I am using it (my class), depends on rxmq. common js or AMD dependencies can cause optimization and bailouts can you do another release that do Ecmascript version 2- when I use it to unsubscribe, I have to use Partial to get subscription as it is built with older versions of rxjs and on ngdestroy i have call it like this.subscription?.unsubscribe?.() with dot at the end for it to work. can you do another version with a recent version of rxjs Any suggestion well appreciated.

Thanks

yamalight commented 2 years ago

@hshahi I'd be more than happy to accept PRs for both of those and do an updated release once they are merged!

hshahi commented 2 years ago

I would appreciate if you do, rather than I do it

yamalight commented 2 years ago

@hshahi unfortunately I don't have time to address this myself

hshahi commented 1 year ago

HI, Would you please have a version with rxjs that is more compatible with most front end Rxjs versions for ex angular 14 -15. I am UI developer. also please can you remove "This is pretty hacky, but so far I'd found no better way of having".