CRUDlex v0.9.5 Release Notes

  • ๐Ÿš€ Released: 2014-11-07

    • ๐Ÿ”„ Changed CRUDEntityDefinition::addParent() to CRUDEntityDefinition::addChild() and CRUDEntityDefinition::getParents() to CRUDEntityDefinition::getChildren() as it was confusing
    • โž• Added the option to show the referencing children on the parents details page
    • Nicer requirements in the composer.json, less strict (~1.2 instead of 1.2.1 for example)
    • Modifications of the entity definition (changing the type) doesn't require the field to exist anymore; this prepares the runtime modification of the whole definition
    • ๐Ÿ“„ API docs are written now
    • โšก๏ธ Updated dependencies to: Bootstrap 3.3.0, moment.js 2.8.3
    • โœ‚ Removed all usages of CDNs for CSS and JS resources and delivering them from the filesystem
    • โž• Added support for float fields.