1.4.0: API simplification (less is more)
Simplify VanJS API by deprecating 4 rarely used functions:
van.tagsNS
is merged intovan.tags
van._
can be replaced byvan.derive
van.val
andvan.oldVal
are deprecated and can be replaced by client-side solution like: https://vanjs.org/tutorial#polymorphic-binding- Support
van.state()
in TypeScript to create dummy or uninitializedState
objects
See the release announcement: #280