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

Releases: kintone-labs/plugin-manifest-validator

v0.7.0

26 Mar 17:30
120554a
Compare
Choose a tag to compare
  • 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.

v0.6.1

26 Mar 17:21
029c063
Compare
Choose a tag to compare
  • build: update deps and test in Node v8 #10
  • style: use ESLint 4 #9

v0.6.0

06 May 14:18
c4a0c92
Compare
Choose a tag to compare
  • feat: add manifest-schema.d.ts #7

v0.5.1

06 May 14:18
907af28
Compare
Choose a tag to compare
  • fix: url format should not allow ftp #6

v0.5.0

06 May 14:17
22f9864
Compare
Choose a tag to compare
  • chore: update to ajv@5 #5
  • chore: remove isomorphic-url from deps
  • ci: enable AppVeyor
  • ci: improve CircleCI

v0.4.0

08 Apr 14:31
9e15f97
Compare
Choose a tag to compare
  • feat: validate maxFileSize #3

v0.3.1

08 Apr 05:43
5f12b53
Compare
Choose a tag to compare
  • fix isomorphic-url version #2

v0.3.0

07 Apr 04:20
Compare
Choose a tag to compare
  • feat: custom formats #1

v0.2.0

07 Apr 04:20
Compare
Choose a tag to compare
  • updating README only

v0.1.0

07 Apr 04:20
Compare
Choose a tag to compare
  • initial release