Skip to content

Releases: jordandh/sprout

v1.2.15

13 Jun 20:16
Compare
Choose a tag to compare

Fixed a bug in the error module where it was not checking for local storage support before accessing it.

v1.2.14

25 Mar 17:44
Compare
Choose a tag to compare

Added versioning to the error module.
A set of stored errors can have a version associated with it.
If the error set version changes then the error store is cleared.

v1.2.13

02 Mar 20:04
Compare
Choose a tag to compare

Fixed a bug where base attribute set return values were not being used in the change event info.

v1.2.12

08 Jan 19:10
Compare
Choose a tag to compare

Changed base.attribute.destroy to destroy the attribute's old value when it is changed.
Added the collection.destroyItems property (false by default) which causes the collection to destroy items when removed or the collection itself is destroyed.

v1.2.11

14 Dec 22:48
Compare
Choose a tag to compare

Changed the error module to include extra info from the exception objects.

v1.2.10

11 Dec 19:27
Compare
Choose a tag to compare

Added custom url encoding support to viewmodel.

v1.2.9

04 Dec 02:00
Compare
Choose a tag to compare

Fixed a bug in viewmodel.getUrlValue where it was using encodeURIComponent instead of encodeURI.

v1.2.8

02 Dec 23:42
Compare
Choose a tag to compare

Changed the viewmodel.getUrlValue method to call encodeURIComponent on the return value.

v1.2.7

11 Nov 00:53
Compare
Choose a tag to compare

Changed the url.remove function to remove all querystring parameters when nothing is passed in.

v1.2.6

11 Nov 00:10
Compare
Choose a tag to compare

Changed the url.url function to take an options parameter that allows for more configuration of the url that is returned.