Skip to content

Latest commit

 

History

History
173 lines (113 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

173 lines (113 loc) · 3.42 KB

Change Log



Release 1.3.0




Release 1.2.9


  • Removed unused documentation assets

Release 1.2.8


  • 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

Release 1.2.7


  • 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

Release 1.2.6


  • Beautified Docs A Bit
  • Vuejs Validations Ref Updated
  • MessageBag Added to Package Exports
  • MessageBagFactory Added to Package Exports
  • Error Messages Api Documentation Readme Updated

Release 1.2.5


  • Updated Cdn Documented Link Examples To Reference Latest Instead Of Specific Version

Release 1.2.4


  • Updated Purpose.md Documentation To Us Image Notepad Message

Release 1.2.3


  • Updated Change Log Release Link References
  • Updated Purpose.md Documentation To Us Image Notepad Message

Release 1.2.2


  • Updated Document Headers
  • Removed api.md section of Documentation
  • Removed bloated docs from setup.md
  • Added cdn installation and npm installation examples

Release 1.2.1


  • Updated Documentation To Start With "Purpose" Of Package
  • Removed Documentation Content From Header.md
  • Caught Change Log Up

Release 1.2.0


  • Documentation Updated
  • First Official Stable Release
  • Semantic Versioning Officially Supported

Release 1.1.1


  • 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

Release 1.1.0


  • "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)