From f761a8e483540faa9f0c0e01adae76ae890d98fb Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Sun, 1 Apr 2012 22:29:48 +0100 Subject: [PATCH] Update README. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad37ac5..2775d20 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Morris.js is the library that powers the graphs on http://howmanyleft.co.uk/. -This is an early release. It's a bit rough around the edges, but it's getting pretty usable now. Expect it to get even better soon. +It's a bit rough around the edges, but it's getting pretty usable now. Expect it to get even better soon. Cheers! @@ -21,10 +21,18 @@ See [the website](http://oesmith.github.com/morris.js/). Very daring. -Fork, hack, send a pull request :) +Fork, hack, possibly even add some tests, then send a pull request :) + +Tests use [qunit](http://docs.jquery.com/QUnit), and are in `test.html`. ## Changelog +### 0.2.7 - (tba) + +- Refactored x-axis labelling +- Better ISO date support +- Fix bug with single value in non time-series graphs + ### 0.2.6 - 18th March 2012 - Partial series support (see `null` y-values in `examples/quarters.html`)