Skip to content

v2.3.0

Compare
Choose a tag to compare
@olvlvl olvlvl released this 24 Dec 00:09
· 167 commits to 6.0 since this release

Updated requirements

  • icanboogie/prototype v2.3.0

Backward incompatible changes

  • The fields schema key is no more
  • Table::install() and Table::uninstall() return void
  • Renamed Statment::fetchAndClose() as one()

New features

  • Introducing connection drivers
  • Added Schema and SchemaColumn
  • Added Schema::filter()
  • Added Connection::cast_value()
  • Added Driver::render_column()
  • Added prototype bindings
  • StatementInvocationFailed

Other changes

  • Helper::patch() now returns previous callable

Fixed

  • RuntimeActiveRecordCache casing
  • Default table name prefix
  • 'foreign' + 'primary' shouldn't have 'indexed'