My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 10, 2007 by bdpathfinder
ReleaseNotesVersionZeroPointSix  
Release notes for RSH 0.6

Brian and Brad are happy to announce Really Simple History 0.6. This release represents many enhancements over 0.4 and many bug-fixes over 0.6 beta. The final, stable version of 0.6 was released on 12.03.2007. For people who downloaded 0.6RC1, the only changes were the inclusion of a minified version of rsh.js and more complete release notes. All other users should upgrade ASAP.

Where to get it

For latest stable, packaged-up ZIP files, go to the downloads tab

For up-to-the-minute revisions, visit the SVN repo. However, do not use the SVN repo for production code. SVN code is by its nature unstable; the only versions recommended for application development are the packaged-up releases on the downloads tab.

How to use it

For basic installation notes, visit the Usage Instructions page.

For step-by-step instructions, visit the Usage Examples page.

Changelog

0.6 Final

0.6 RC 1

0.6 Beta

Known issues

SEE THE ISSUES TAB and the release notes.

Supported and unsupported browsers

Supported

Unsupported

Browsers without recent test coverage


Comment by asskkr, Oct 25, 2007

Thank you so much for an update!!

Comment by kubiak.roman, Oct 26, 2007
574,575c574,575
<               if (s.toJSON) {
<                       return s.toJSON();
---
>               if (s.toJSONString) {
>                       return s.toJSONString();
578,579c578,579
<                       var q = Object.clone (s);
<                       return (s.toJSON);
---
>                       var e = "No JSON stringify method defined."
>                       throw e;
584,585c584,585
<               if (s.evalJSON) {
<                       return s.evalJSON();
---
>               if (s.parseJSON) {
>                       return s.parseJSON();
Comment by CptnAhab, Oct 27, 2007

>Firefox for Linux

Works great!

Ahab <cptnahab@gmail.com>

Comment by rich...@bouncingfox.co.uk, May 14, 2008

It appears to work with Opera 9.27 and Epiphany 2.22.1.1 on Linux (Ubuntu 8.04) also tested on Firefox 3b5 and works with no problems. After a few more test the compatibility list could be updated. Great job on this i was struggling for ages to make something like this work! Richard


Sign in to add a comment
Hosted by Google Code