Tags: coderan-io/validator
Tags
1.0.0 (#12) * Feature/setup (#1) * Added typescript & removed start files * Added, fixed and tests most of the code * Fixes * removed redundand extra if check * Added tests to have a higher coverage * Added eslint * Re-added babel config * Removed unused validate method * Fixed default destructing value never used * fixed testarea not validatable Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * Feature/min max rule (#2) * Changed messages to use area name * Fixed area test messages * Added min rule * Changed min value argument name * Added max rule Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * Feature/rewrite rules (#3) * Added basic localization and fixed tests * Fixed eslint for tests * Added docs, cleanup * Fixed typo * Fixed typo * Added root imports, reorganized file structure Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * Fixed including and ignoring files incorrectly in eslint and tsconfig (#4) Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * Added travis config * Added codecov (#7) Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * Feature/access other areas (#6) * Added access to validator, area and provider (when used) within validation rules * Added missing doc * Minor fixes * Unneeded initial value fixes * Re-added missing null type for name Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * WIP validation all elements (#8) * WIP validation all elements * Fixes * Added missing docs Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * Feature/validate all elements (#9) * WIP validation all elements * Fixes * Added missing docs * Added some dom tests * Fixes Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * Feature/publishing (#10) * Added readme * Added everything to be exported Co-authored-by: Eran Machiels <dev@eranmachiels.nl> * Feature/publishing (#11) * Added readme * Added everything to be exported * Added idea workspace map * Removed idea workspace file * 1.0.0 Co-authored-by: Eran Machiels <dev@eranmachiels.nl> Co-authored-by: Eran Machiels <dev@eranmachiels.nl>