Are there version specific docs available?
-
Just wondering if there are docs available for each jsreport version released. My team and I are using 2.4.0 and we're working on upgrading to 2.11.0 but it will take some time as we have a lot of reports running. I find myself trying to implement things I see on the site/forum but they don't work and I'm guessing it's because of the version I'm on.
I looked on github and npm but didn't find anything. Thanks in advance.
-
This is poor at this moment, our fault.
However, you can get to the right doc, by checking the release date of the particular version.
https://github.com/jsreport/jsreport/releases
You find the 2.4.0 was released Mar 5, 2019Then check the jsreport docs repo
https://github.com/jsreport/docs
And find the state that was at the date the particular version was released.
https://github.com/jsreport/docs/commits/masterSo in the end you should get to these docs for 2.4.0
https://github.com/jsreport/docs/tree/60faa60a8b355a705e4cc2d2ea4cac2706803454/docs
-
Ah ok, yeah that will work for now. Thank you!