Releases: ekino/jcv-idea-plugin
v3.0.2
v3.0.1
Fixed
- Remove "untilBuild" IntelliJ version from plugin description to extends compatibility with recent versions
v3.0.0
Release of 2.0.1
Changes in 2.0.1
- Add missing
number_type
validator to JCV Core definitions #17
Release of 2.0.0
New JCV Assistant
Syntax Highlighting
It provides template colors and information about known JCV validators:
It will also detect invalid usages and give quick-fixes when possible:
Validator auto-completion
It provides autocompletion for jcv validators in json files.
Just start typing "{#" or any jcv validator id and press ctrl+space to see all the suggested validators:
It also works for templated validators with suggested values:
Validators covered
JCV is a library allowing you to compare JSON contents with embedded validation.
It comes with plenty of pre-defined validators (listed here)
designed to cover the most common needs when validating data with non-predictable values.
JCV-DB reuses these validators and also defines a list of its own
(listed here) that are specific to a database-oriented usage.
This plugin offers autocompletion on all the validators of these two projects to date.
Replacement suggestions
It will suggest smart replacements of json value to matching validators:
Release 1.0.0
Initial release
Beta Release 1.0.0-BETA1
Initial Beta release.