Skip to content

v1.0.0-beta8

Pre-release
Pre-release
Compare
Choose a tag to compare
@an-tao an-tao released this 04 Oct 07:22
· 851 commits to master since this release

API change list

  • Add length() method to the Field class.

  • Add as<bool>() function template specialization to the Field class.

  • Add add attribute store methods to the HttpRequest class.

  • Add the setCustomContentTypeString() method to the HttpRequest class.

  • Add thread storage.

Changed

  • Use .find('x') instead of .find("x") in a string search.

  • Add the ability to create restful API controllers.

Fixed

  • Fix a bug of creating models for mysql.

  • Fix a bug when HTTP method is PUT.

  • Fix a bug when using 'is null' substatement in ORM.

  • Fix a sqlite3 bug when some SQL errors occur.

  • Fix bug with parsing json.

  • Fix url decode.

  • Fix a error in HttpClient.

  • Fix a error in setThreadNum method.

  • Fix some race conditions.