1.4.0: API simplification (less is more)
Simplify VanJS API by deprecating 4 rarely used functions:
van.tagsNSis merged intovan.tagsvan._can be replaced byvan.derivevan.valandvan.oldValare 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 uninitializedStateobjects
See the release announcement: #280