Skip to content

Solid 0.13.0

Compare
Choose a tag to compare
@edgurgel edgurgel released this 17 Aug 08:17
· 40 commits to main since this release

What's Changed

Breaking Change

Solid.render/3 now returns {:ok, result} or {:error, errors, result}

It may return an error tuple if strict_variables: true is passed. Otherwise {:ok, result}

Solid.render! has been added. It returns the result. It may raise an error if strict_variables: true is passed

Full Changelog: v0.12.0...v0.13.0