Releases: RhoInc/CAT
v1.0.0
v0.9.6
Adds URL query string support for 'renderer' (or 'r') and 'version' (or 'v'). 'renderer'/'r' can be a string or a number. If a number is provided, the index value of cat.config.renderers
is used to select the renderer. A few sample URLs below:
https://rhoinc.github.io/CAT/?r=aetimeline //draws aetimeline with master branch
https://rhoinc.github.io/CAT/?renderer=aetimeline // same as above
https://rhoinc.github.io/CAT/?r=aetimeline&renderer=hep-explorer //'renderer' takes priority. hep-explorer is drawn
https://rhoinc.github.io/CAT/?r=safety-outlier-explorer
https://rhoinc.github.io/CAT/?r=safety-outlier-explorer&version=noverlap // shows feature branch
https://rhoinc.github.io/CAT/?r=0 //draws the 1st renderer
https://rhoinc.github.io/CAT/?r=4 //draws the 5th renderer
v0.9.5
CAT v0.9.5 adds the dashboard-charts renderers to the mix.
v0.9.4
v0.9.2
v0.9.0
v0.8.3
v0.8.2
CAT v0.8.2 adds the new participant-visit-listing renderer to the meow mix.