jakesgordon / javascript-state-machine

A javascript finite state machine library
MIT License
8.69k stars 964 forks source link

Documentation for version 2.x ? #138

Closed andreiepure closed 6 years ago

andreiepure commented 6 years ago

Hi,

I know you moved to v3, but is it possible to keep on github the documentation (README) for v2, maybe on the wiki, so that it can be easily accessible (rather than having to look up in the history)?

I guess there still are projects which use javascript-state-machine v 2.x (I maintain one) and until we migrate to v 3.x, it would be useful to have the documentation in place for the legacy version as well.

Currently, I have to download v 2.4.0 [0] and read the README from there.

Thanks Andrei

[0] https://github.com/jakesgordon/javascript-state-machine/releases/tag/2.4.0

andreiepure commented 6 years ago

Well, I just added the v 2.4.0 README in the wiki. Will close the issue now. https://github.com/jakesgordon/javascript-state-machine/wiki/Documentation-for-Javascript-Finite-State-Machine-(v2.4.0)