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
- fixing AlpineJs warning by @lamg in #35
- Make Solid tests EOL-agnostic by @beegr in #42
- [Oxpecker.Solid][Docs] Add documentation to compiler plugin by @shayanhabibi in #47
- Add bool method for switch attributes #49 by @shayanhabibi in #50
New Contributors
- @lamg made their first contribution in #35
- @beegr made their first contribution in #42
- @shayanhabibi made their first contribution in #47
Full Changelog: 1.1.1...1.2.0