Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@Lanayx Lanayx released this 09 Feb 21:33
· 17 commits to develop since this release

What's Changed

Oxpecker.ViewEngine now supports boolean attributes using .bool method

input(type'="text", required=true).bool("my-attr", true)

will generate

<input type="text" required my-attr>

Merged pull requests

New Contributors

Full Changelog: 1.1.1...1.2.0