github vanjs-org/van 1.4.0
1.4.0: API simplification (less is more)

latest releases: 1.5.5, 1.5.3, 1.5.2...
18 months ago

Simplify VanJS API by deprecating 4 rarely used functions:

  • van.tagsNS is merged into van.tags
  • van._ can be replaced by van.derive
  • van.val and van.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 uninitialized State objects

See the release announcement: #280

Don't miss a new van release

NewReleases is sending notifications on new releases.