Releases: catfan/Medoo
Releases · catfan/Medoo
Medoo 0.9.8
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
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 usingLIKE
condition in your project, please read more about the newLIKE
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
- Fix bug for has API
- Fix Allow using SQL functions bug #112, reported by @Heirir
- Optimize code
Medoo v0.9.6
- 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
- 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()
andupdate()
- 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()
andmin()
- New initialization
- Code optimization and bug fixes