FormManager/CHANGELOG.md
2019-10-24 17:25:13 +02:00

1.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Fixed

Removed

0.2.0 - 2019-10-24

Added

  • .gitignore
  • .npmignore
  • CHANGELOG.md
  • CONTRIBUTING.md
  • LICENSE.md
  • README.md
  • too much things

Changed

  • everything

Fixed

  • everything

0.1.0 - 2019-08-27

Added

  • FormManager
    • assign
    • setupInputs
    • getInit
    • verify
    • submit
    • getJSON
    • fillFromJSON
    • fillFromURI
    • clear
  • Interfaces
    • InputArrayInterface
    • FMAssignInterface
  • FMInput
    • setValue
    • getValue
    • getDefault
    • getName
    • verify
  • modules
    • FMRepeatInput
      • loopInputs
      • setValue
      • getValue
      • Assignement
    • FMDateInput
      • setValue
      • getValue
      • getDefault
      • Assignement
    • FMDatalistInput
      • setValue
      • getValue
      • Assignement