All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Ability to handle arrays for custom attributes
- Issue with non array attributes
- Allows customizable for attribute on labels
- New customizable Ids
- Issue with bootstrap input wrapping
- New branding
- Makes checkboxes bootstrap 4 compatible
- Issue with null relationships
- Fixed issue with null values for relationships
- Issue with dates as strings
- Dates and relationships
- Minor coorection for checkboxes
- New name option
- New set columns layout option
- Issue with relationships
- Issue with horizontal selects
- Fixed issue for double quotes
- New theme support
- Version support
- Nullable option for dropdowns
- Issue with default class for checkboxes
- Nullable option for dropdowns
- Exception with relationships
- Custom class config
- Laravel 5.5 support
- Minor issue with test setup
- Support for horizontal forms
- Support for multiple selects and hasMany and belongsToMany relationships
- Minor dbal issue
- Dropped forcing first letter uppercase on labels etc
- Issue with html class wrappers
- Issue with deleted_at columns
- Laravel 5.4 compatibility
- New default_value config
- Set compatibility guide
- Minor CS changes
- Issue with null fields
- Repaired issue with certain number values
- Issue with setting columns in fromTable()
- getTableColumns moved connection to class level setting
- Improved column reading
- Fixed issue with multiple selects
- Fixes an issue with setting the default connection
- Now supports multiple select for select inputs
- Improved the nesting detection and tests
- Issue with nested properties in names
- Tagging realignment
- Now you can set the connection for the table
- More unit tests
- Issue with filling in textareas with names
- Removed underscores from placeholders
- Allowing alternate relationship names
- Issue with classes
- Composer fixes
- Support for Laravel 5.3
- New ability to specify methods and params for relationship inputs
- More unit tests
- Minor testing improvements
- Initial build separating from Laracogs