mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-06-26 17:29:19 +00:00
Updated
This commit is contained in:
69
CHANGELOG.md
Normal file
69
CHANGELOG.md
Normal file
@ -0,0 +1,69 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 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
|
||||
<!-- [Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD -->
|
||||
[0.2.0]: https://git.delta-wings.net/dzeio/FormManager/src/tag/0.2.0
|
||||
[0.1.0]: https://git.delta-wings.net/dzeio/FormManager/src/tag/0.1.0
|
Reference in New Issue
Block a user