Releases: marquee/params
Releases · marquee/params
v1.3.0 - Expose unescape
This release exposes the unescape helper method, for convenience when pushing objects with string values that need to be unescaped.
v1.2.0 - Unescaping
Adds setUnescaped and pushUnescaped methods, which behave just like set and push, but unescape HTML entities in the given value if it’s a string. This is handy when bootstrapping data in a template.
v1.1.0
Adds Params::push functionality, allowing for a parameter that is an Array.
The params-1.1.0-min.html HTML fragment includes initialization of the manager, attaching it directly to window.params. Including it directly in the HTML allows it to be put in place separately from other libraries (which may depend on it).
v1.0.0
Initial release.