Skip to content

Releases: catfan/Medoo

Medoo 1.0

05 Oct 07:44
Compare
Choose a tag to compare

The Medoo 1.0 is now on the earth.

This is the milestone for Medoo history. We got a lot of support from developer around the world, since we started the project. Thank you very much!

This version improved the code and documentation for more better quality.

And we have add this useful new features for this version.

  • Table prefix
  • Database transactions

Enjoy And Keep Walking :)

Medoo 0.9.8

11 Feb 04:28
Compare
Choose a tag to compare

We are happy to release the Medoo 0.9.8 today with a lot of improvement and fixes.

  • Remove old LIKE feature
  • Like condition supports multiple value
  • Add debug mode
  • Drop support for datetime covert
  • Code improvement and bug fixes
  • Improve documentation on official website. Add more sample and usage.

Medoo 0.9.7

04 Dec 09:00
Compare
Choose a tag to compare

We are happy to release the newest version of Medoo 0.9.7. This version have a lot of improvement, bug fixes and some usage change will be affected for the next version.

  • New LIKE condition usage with advanced syntax supported
  • New log() API
  • Add alias support for table joining
  • Table joining support get()
  • Improve and optimize database connection
  • Fix and improve Oracle support
  • Support MySQL socket connection
  • Fix and improve HAVING clause
  • Code optimization

[Notice]

  • The previous LIKE condition usage will be deprecated on next version. If you are using LIKE condition in your project, please read more about the new LIKE condition API http://medoo.in/api/where.
  • The default charset value utf8 is removed. If you have charset issue while using this version, just add charset value for initialization.

Medoo 0.9.6.2

15 Aug 12:32
Compare
Choose a tag to compare
  • Fix bug for has API
  • Fix Allow using SQL functions bug #112, reported by @Heirir
  • Optimize code

Medoo v0.9.6

08 Jun 16:47
Compare
Choose a tag to compare
  • Add support for multi-order
  • Add support for advanced LIKE matching
  • Add support for negative LIKE
  • Add support for using SQL functions
  • Bugs fix and some improvement

Medoo v0.9.5.3

07 May 04:20
Compare
Choose a tag to compare
  • Add support for complex relativity condition
  • Add support for comment relativity condition
  • Add support for ORDER by field
  • Add support for JSON encode for insert() and update()
  • Add support for table joining for Select based APIs
  • Add support for NOT Between
  • Add support for Oracle and Sybase
  • Add support datetime for max() and min()
  • New initialization
  • Code optimization and bug fixes