Releases: jordandh/sprout
Releases · jordandh/sprout
v1.2.15
Fixed a bug in the error module where it was not checking for local storage support before accessing it.
v1.2.14
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
Fixed a bug where base attribute set return values were not being used in the change event info.
v1.2.12
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
Changed the error module to include extra info from the exception objects.
v1.2.10
Added custom url encoding support to viewmodel.
v1.2.9
Fixed a bug in viewmodel.getUrlValue where it was using encodeURIComponent instead of encodeURI.
v1.2.8
Changed the viewmodel.getUrlValue method to call encodeURIComponent on the return value.
v1.2.7
Changed the url.remove function to remove all querystring parameters when nothing is passed in.
v1.2.6
Changed the url.url function to take an options parameter that allows for more configuration of the url that is returned.