Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Releases: TrevorHinesley/abracadabra

Version 1.0.4 Released (single and double quote escaping fixed)

31 Mar 03:59
Compare
Choose a tag to compare

Quotes are handled just fine now. If backslashes are added in succession in the value param, they can act a bit weird. Need to find a good way to escape those as well.

Version 1.0.3 Released

28 Mar 15:27
Compare
Choose a tag to compare

Raw <a> tag html was replaced with link_to to follow convention. The logic behind determining remote= true or remote = false was simplified.