- Added support for Rails 5.1.
- Fix deprecation messages that appeared when using Rails 5.
- Fixed bug that occured when using Rails 4.1.2.
- Added support for Rails 4.1.
- Made associations respect the class_name option
- Fixed cti_recreate_views_after_change_to so it also works for the base class
- Fixed association issues
- Fixed validation issue
- Improved handling of associations in new (not yet persisted) objects
- Fundamental change to how associations are handled in order to solve problems with build
- Added support for accepts_nested_attributes_for
- Validation errors on associated models are now correctly handled
- Fixed handling of the remote part of associations (i.e. the belongs_to part when a cti-class has e.g. a has_many association)
- Blocks passed to e.g. has_many are no longer ignored
- Added transparent support for associations
- First Release