Skip to content

Version 2.4.1

Compare
Choose a tag to compare
@errietta errietta released this 17 Jun 23:09
· 85 commits to master since this release

Category validator

You can now validate that categories fit the format explained in the wiki

The API is validator.validate_category(input), which returns an array of incorrect fields. If the array is empty, all fields fit the Category API.

See the examples here