gcanti / logging-ts

Composable loggers for TypeScript
https://gcanti.github.io/logging-ts/
MIT License
98 stars 8 forks source link

Add deprecation notice? #6

Closed Eoksni closed 5 years ago

Eoksni commented 5 years ago

Seems like it doesn't support fp-ts@2 and I suggest to inform about it in the readme.

Not to complain, but I'm new to fp-ts and hardcore FP in general and I've spent quite a bit of time trying to understand what I'm doing wrong with logging-ts only to finally realise that it uses fp-ts version 1 instead of version 2.

gcanti commented 5 years ago

(btw this package is not deprecated, I just had no time to upgrade yet)

Eoksni commented 5 years ago

Yeah, I guess deprecation wasn't the right word, more like 'outdated'. Btw looking forward to become more familiar with fp-ts, it looks awesome :) Thanks for the amazing work.