Skip to content

v0.2.0

Latest

Choose a tag to compare

@Richienb Richienb released this 03 Apr 13:39

Breaking

  • The HTML option has been replaced by html.

Replacement:

- kve({}, { HTML: "Content" })
+ kve({}, { html: "Content" })
  • Node.js 10 is required.