Skip to content

Medoo 1.2

Compare
Choose a tag to compare
@catfan catfan released this 08 Feb 11:01
· 373 commits to master since this release

The new milestone version Medoo 1.2 is now released. We make Medoo more modern, powerful and compatible.

Changes

  • PSR compatible
  • Use namespace
  • Dropped support for PHP 5.1, the minimal requirement is PHP 5.4
  • New initialization
  • Change all array() to []
  • Updated and simplified all method name with camel case
  • Improve multiple insert performance
  • Improve database compatible

New features

  • Customizable DSN for initialization
  • New API id() for fetching the last insert row ID
  • Execute customized command for initialization
  • Support condition relationship between two column
  • Compound like condition
  • Connect condition with AND by default

[Important!!!] You will need some code change before upgrading to 1.2

See the changes and how to upgrade to Medoo 1.2
http://medoo.in/api/upgrade

We also updated the official website for better documentation. Hope you enjoy it :)