0.3.0
- Added more documentation regarding
View
andView.each
behavior, including mentions in the tutorial - Tags can now be made from anything that has a
.toString()
method, such asstring
s,number
s, and even objects like:
const StrangeTag = { toString: () => "spooky" }
The intellisense for these is not ideal, so I don't recommend it, but it's possible. 🙂