Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

v0.7.0

Latest
Compare
Choose a tag to compare
@teppeis teppeis released this 26 Mar 17:30
· 320 commits to master since this release
120554a
  • fix(manifest-schema): add additionalProperties to objects (#23)
  • build: update deps (including ajv v6 #24)
  • build: use renovate (#11)
  • style: use prettier (#25)
  • ci: drop Node v4 and add Node v9 (61bc28c)

Breaking changes

  • Drop support for Node v4 (61bc28c)
  • In manifest-schema.d.ts, declare is replaced with export (#23)
    • Use import instead of /// <reference> to load it. see README.