gcanti / fp-ts-rxjs

fp-ts bindings for RxJS
https://gcanti.github.io/fp-ts-rxjs/
MIT License
188 stars 29 forks source link

upgrade to the latest typescript (^2.8.3) #7

Closed marcinwadon closed 6 years ago

marcinwadon commented 6 years ago

6

marcinwadon commented 6 years ago

@gcanti I've reverted fp-ts. What about rxjs? There is a new version which changes a lot but it's in dependencies (so it also should stay as low as possible?).

gcanti commented 6 years ago

The current version of fp-ts-rxjs (0.4.0) supports rxjs@5.x.x.

We could add support for rxjs@6.x.x and then release a 0.5.0 version of fp-ts-rxjs.

gcanti commented 6 years ago

We could add support for rxjs@6.x.x

@marcinwadon would you like to send a PR for that?

marcinwadon commented 6 years ago

@gcanti I'll try to do it in about 6-7 hours