Skip to content

Releases: edgurgel/solid

Solid 0.11.0

26 Feb 06:44
Compare
Choose a tag to compare

Solid 0.10.0

21 Sep 20:56
b8c8f66
Compare
Choose a tag to compare

The main changes are:

  • Tags now use the same behaviour that was added by @bluzky . Except that the spec function was changed to receive the parser so it can reference it if need be.
  • Custom tags don't need to passed around as options for the render function.

Solid 0.9.0

31 Jul 21:42
Compare
Choose a tag to compare

Solid 0.8.1

30 May 01:07
Compare
Choose a tag to compare
  • Fix parser when using operators #72

Solid 0.8.0

08 May 05:42
Compare
Choose a tag to compare
  • Support whitespate control for objects #63 Thanks, @Jcambass 🎉
  • Add support to ? as identifier #64 Thanks, @mayankgureja 🎉
  • Fix first and last when terms different than lists are used #68 Thanks, @sb8244 🎉
  • Fix custom tag rendering inside for and capture tags #70 Thanks, @sb8244 again! 🎉

Solid 0.7.1

21 Feb 06:30
Compare
Choose a tag to compare
  • Add concat filter #59
  • Add url_encode and url_decode filters #60
  • Add escape and escape_once filters #61

Thanks, @Jcambass & @LostKobrakai 🎉

Solid 0.7.0

13 Feb 06:18
Compare
Choose a tag to compare
  • Fix date integration test #51
  • Fix map rendering #52
  • modulo filter #54
  • strip_newlines and newline_to_br filters #56
  • where filter #55
  • date filter #53

Thanks to @LostKobrakai & @wmnnd for the various improvements 🎉

Solid 0.6.1

17 Nov 07:48
Compare
Choose a tag to compare

Fix context access on "size" #49

Solid 0.6.0

04 Oct 07:24
9b45be7
Compare
Choose a tag to compare

Solid 0.5.0

22 May 00:06
Compare
Choose a tag to compare
  • Fix truncatewords with nil
  • Fix object field access for complex cases pages["about-us"].title & var[-1][1]
  • Add support to use filters on %{ assign %} tag #40