Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 521 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 521 Bytes

Version 1.1.0

Added

  • Added the following methods to FormBuilder:
    • name()
    • getName()
    • setName()
    • getPrefix()
    • setPrefix()
    • getModel()
    • setModel()
    • getParent()
    • setParent()
    • getChild()
    • setChild()

Fixed

  • Filtering rendered rows at retrieving all rows

Changed

  • Save child forms with names instead of prefixes
  • Used the parent(), prefix(), model(), child(), name() method's for the alias of setter methods