0.3.0
- Added more documentation regarding
ViewandView.eachbehavior, including mentions in the tutorial - Tags can now be made from anything that has a
.toString()method, such asstrings,numbers, 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. 🙂