Skip to content

1.2.2

Compare
Choose a tag to compare
@romaninsh romaninsh released this 03 Dec 14:13
· 1266 commits to develop since this release

1.2.2

Agile Data was created some time ago, before factory() implementation was completed in Agile Core. At
that time we had to make a decision how to better set the default class for the field, so we used
propreties such as _default_class_addField. Now that Agile Core allows us to specify Seed, we
have refactored some of that internal functionality to rely on factory(). This should not impact
your applications unless you are using custom persistence. #261

Additional fixes:

  • Persistence to hold Model Prefix #152
  • adding addTitle() now hides 'id' field #252 #253
  • refLink() to pass $defaults #254
  • couldn't connect to sqlite due to ;charset postfix in DSN #256 #257
  • improve iterating models without id field #260