Releases: kintone-labs/plugin-manifest-validator
Releases · kintone-labs/plugin-manifest-validator
v0.7.0
- 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
- build: update deps and test in Node v8 #10
- style: use ESLint 4 #9
v0.6.0
- feat: add manifest-schema.d.ts #7
v0.5.1
- fix:
url
format should not allow ftp #6
v0.5.0
- chore: update to ajv@5 #5
- chore: remove
isomorphic-url
from deps
- ci: enable AppVeyor
- ci: improve CircleCI
v0.4.0
- feat: validate
maxFileSize
#3
v0.3.1
- fix
isomorphic-url
version #2