Share

JourneySat

File Release Notes and Changelog

Release Name: 1.1.1

Notes:
CHANGES

Fixed bug 1326064.
Minor changes to the internal Javascript library.

FILES

journeysat-1.1.1.tar.gz
journeysat-1.1.1.zip
journeysat-dev-1.1.1.tar.gz
journeysat-dev-1.1.1.zip

The text files in the tar.gz archive are formatted according to the
UNIX end-of-line convention. The text files in the zip archive are
formatted for Windows. Apart from this differences the two archives
are identical.

INSTALLATION, DOCUMENTATION AND LICENSING

Read the README.txt file in the distribution for documentation and
licensing information.


Changes: Fixed bug 1326064. Implemented JourneySat.Travel.moveUpDay and JourneySat.Travel.moveDownDay. Fixed JourneySat.Travel.resequencePlaces. JourneySat.Day.toString handles null dates. JourneySat.Day.equals handles null dates. Added an introduction in the documentation of the JourneySat.Travel class Added methods firstDay, lastDay, prevDay, nextDay, goToDay. Major rewrite of nextPlace and prevPlace. Added a few private methods to handle common operations (getIndexOfPlace, insertNode, unlinkNode). Properly implemented insertDay, changeDay, deleteDay. They have different prototypes than their stubs included in 1.1.0 but that shouldn't harm anybody. Changed the prototypes of moveUpDay and moveDownDay. They're still stubbed. Fixed some jsdocs here and there. The developer distribution includes a Perl script to manage Google Maps keys for development and production sites.