Skip to content

Releases: Richienb/kve

Release list

v0.2.0

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.