Thanks to visit codestin.com
Credit goes to github.com

Skip to content

0.3.0

Choose a tag to compare

@jprochazk jprochazk released this 24 Mar 09:05
· 11 commits to master since this release
  • Added more documentation regarding View and View.each behavior, including mentions in the tutorial
  • Tags can now be made from anything that has a .toString() method, such as strings, 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. 🙂