w11k / Tydux

Type safe state management for web applications
Apache License 2.0
36 stars 4 forks source link

unclear (=undocumented) version strategy #11

Closed dzuvic closed 5 years ago

dzuvic commented 6 years ago

Hi Roman,

it seems, that currently latest version is:

$ date && npm info @w11k/tydux | grep latest
Di 8. Mai 16:02:34 CEST 2018
  'dist-tags': { latest: '5.3.1' },

which is fine for me. But could you please add in the documentation, which version is supposed to be used, e.g. Version 5.x depends on TypeScript 2.7.x and RxJS 5 or something like that. Parsing the output of npm/yarn info is cumbersome and not everyone can use ng upgrade (or ng at all).

Thank you in advance...