Skip to content

Releases: marquee/params

v1.3.0 - Expose unescape

16 Jan 18:10
Compare
Choose a tag to compare

This release exposes the unescape helper method, for convenience when pushing objects with string values that need to be unescaped.

v1.2.0 - Unescaping

10 Dec 19:25
Compare
Choose a tag to compare

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

10 Dec 17:44
Compare
Choose a tag to compare

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

05 Sep 18:10
Compare
Choose a tag to compare

Initial release.