From 036bcd1ca672c4810d025ecac6c426b82f866f41 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 3 Feb 2015 04:28:27 +0100 Subject: [PATCH] Added changelog (cherry picked from commit 6a896e87f8e925d024215680918ab1fbecfe6e98) --- README.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f4f6b..e13339f 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,50 @@ In general, a balance is sought between significance and variety. #### Credits: [Elephpant photo](http://www.flickr.com/photos/jakobwesthoff/3231273333/) by Jacob Westhoff -[Sad Elephpant photo](http://www.flickr.com/photos/gluek/100179589/) by Gluek \ No newline at end of file +[Sad Elephpant photo](http://www.flickr.com/photos/gluek/100179589/) by Gluek + + +#### Changelog: + +##### 1.2 (Feb 2015) +* New tests: + - `pow()` in variable arithmetic + - `**` (PHP 5.6+) in variable arithmetic + - `.` (concatenation) in variable arithmetic - for want of better place +* Added two new float variables +* Lots of usability improvements: + - Select PHP version via dropdown + - PHP version persists across sheets + - Variable legend now auto-expand when user clicks on variable 'footnote' link + - 'Pretty' (semantic) urls + - Better window titles + - Better error handling (404) +* Static sheets now available in lots more versions (30!), including PHP 5.5, 5.6 which weren't available until now. Retired some older versions which have close versions available anyhow. +* Fixed: + - Variable legend for binary integer was missing + +Also: +* Added donate to charity button +* Change over to absolute rather than relative urls +* Minor html and css fixes +* Script to autogen (nearly) all static sheets +* Updated cast-to-type submodule +* Upgraded jQuery and jQuery UI to 1.11.2 +* General tidying up + + +##### 1.1 (Feb 2014) - move to own domain +* New tests: + - `abs()` in variable testing +* New pages: + - 'other cheatsheets' + - 'about' +* New site styling for own domain + +Also: +* Added twitter & LinkedIn share buttons +* Upgraded jQuery to 1.11.0 and jQuery UI to v 1.10.4 +* Cleaned up HTML + + +##### 1.0 (Sep 2013) - first public version \ No newline at end of file