Skip to content

Releases: edgurgel/solid

Solid 0.7.1

Choose a tag to compare

@edgurgel edgurgel released this 21 Feb 06:30
  • 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

Choose a tag to compare

@edgurgel edgurgel released this 13 Feb 06:18
  • 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

Choose a tag to compare

@edgurgel edgurgel released this 17 Nov 07:48

Fix context access on "size" #49

Solid 0.6.0

Choose a tag to compare

@edgurgel edgurgel released this 04 Oct 07:24
9b45be7

Solid 0.5.0

Choose a tag to compare

@edgurgel edgurgel released this 22 May 00:06
  • 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

Solid 0.4.2

Choose a tag to compare

@edgurgel edgurgel released this 05 Apr 07:46
  • Fix expression bug {% if variable %} fa70760

Solid 0.4.1

Choose a tag to compare

@edgurgel edgurgel released this 29 Mar 03:46

Solid 0.4.0

Choose a tag to compare

@edgurgel edgurgel released this 01 Feb 22:54

Solid 0.3.0

Choose a tag to compare

@edgurgel edgurgel released this 26 Oct 07:44
  • Add support to Custom Filters #25 Thanks to @barkerja
  • Add partial support to for tag #13 Thanks to @barkerja
  • Add support to capture #19
  • Add support to increment & decrement #20
  • Rewrite parser using NimbleParsec

Solid 0.0.2

Choose a tag to compare

@edgurgel edgurgel released this 04 Mar 05:08
  • Add if tag #1
  • Add support to boolean operators #2
  • Add integration tests using Liquid gem #3
  • Add case tag #4
  • Add assign tag #5