Releases: kpanic/forecastr
Releases · kpanic/forecastr
0.2.2
Correct purge cache timers
0.2.1
Minor: PNG return tuple shape corrected from:
{:ok, {:ok, _data}}
to
{ok, _data}
v0.2.0
Bump to 0.2.0. Small breaking API changes
v0.1.9
- Return a binary an a name in PNG renderer #12 (kpanic)
0.1.5
- Create ansi renderer #9 (kpanic)
- Add colours support to ASCII art and PNG renderer #8 (kpanic)
- Fix dialyzer failure when missing an required dir #7 (tgrk)