Skip to content

Releases: 98teg/JSONConfigFile

v1.0.2 - Fix linter problems

08 Sep 10:23
Compare
Choose a tag to compare

Features

  • Fix linter problems.

v1.0.1 - Update icon

22 May 15:50
Compare
Choose a tag to compare

Features

  • Godot Asset Library icon updated.

v1.0.0 - First Release

19 Sep 15:43
1a3e080
Compare
Choose a tag to compare

Features

This plugin would offer you:

  • Twelve different types of properties:
    • Booleans
    • Real numbers
    • Integers
    • Percentages
    • Strings
    • Enums
    • Arrays
    • Colors
    • Objects
    • Files
    • JSON Configuration Files
    • Images
  • The ability to detect multiple errors and warnings with a single call to the validation process.
  • A representation of the errors and warnings with dictionaries to allow customization of the messages.
  • The execution of code during the validation process to transform the data or to create custom tests.