- Release 1.3.0 (Minor)
- Release 1.2.9 (Minor)
- Release 1.2.8 (Minor)
- Release 1.2.7 (Minor)
- Release 1.2.6 (Minor)
- Release 1.2.5 (Minor)
- Release 1.2.4 (Minor)
- Release 1.2.3 (Minor)
- Release 1.2.2 (Minor)
- Release 1.2.1 (Minor)
- Release 1.2.0 (Major)
- Release 1.1.1
- Release 1.1.0
- Removed unused documentation assets
- date validation rule
- date equals validation rule
- before (date) validation rule
- before_or_equal (date) validation rule
- after (date) validation rule
- after_or_equal (date) validation rule
- less_than (numeric) validation rule
- greater_than (numeric) validation rule
- lte (less than or equal numeric) validation rule
- gte (greater than or equal numeric) validation rule
- overwrite method outdated in place of forceMacro
- macro method refactored, in depth testing and documentation
- localMacro method created, in depth testing, and documentation
- forceMacro method created, in depth testing, and documentation
- forceLocalMacro method created, in depth testing, and documentation
- Form Api is macro capable
- Validator Api is macro capable
- Error Messages Api is macro capable
- Macro capabilities documentation for each macro type
- Beautified Docs A Bit
- Vuejs Validations Ref Updated
- MessageBag Added to Package Exports
- MessageBagFactory Added to Package Exports
- Error Messages Api Documentation Readme Updated
- Updated Cdn Documented Link Examples To Reference Latest Instead Of Specific Version
- Updated Purpose.md Documentation To Us Image Notepad Message
- Updated Change Log Release Link References
- Updated Purpose.md Documentation To Us Image Notepad Message
- Updated Document Headers
- Removed api.md section of Documentation
- Removed bloated docs from setup.md
- Added cdn installation and npm installation examples
- Updated Documentation To Start With "Purpose" Of Package
- Removed Documentation Content From Header.md
- Caught Change Log Up
- Documentation Updated
- First Official Stable Release
- Semantic Versioning Officially Supported
- CDN Setup
- CDN Documentation Added
- Added markdown.js for internal markup creation
- Added Security Vulnerabilities Documentation
- Added Versioning To Documentation
- Added Code Of Conduct To Documentation
- Extensive Documentation
- Security Vulnerabilities Docs
- Code Of Conduct Docs
- Markdown Support Class
- highlight.md
- Versioning implementation documented
- "form.getErrors()" replaced with "form.errors()"
- "form.getValidator()" replaced with "form.validator()"
- "vuejs-validators" setup as dev dependency
- "ValidatableForm" Export ~ (Ex: const { ValidatableForm } = require('vuejs-form'))
- Default import is ValidatableForm (Ex: import form from 'vuejs-form' has validator || import { form } from 'vuejs-form' does not have validator)