19 December 2016
simplemysql v1.25.0
Repository: @knadh/simplemysql
GitHub release page: v1.25.0
What’s Changed
-
Added lastQuery by @Zetaphor in https://github.com/knadh/simplemysql/pull/11
-
fix parameter name for get methods by @ptrcarta in https://github.com/knadh/simplemysql/pull/14
-
Adding examples and cleaning up README by @Zetaphor in https://github.com/knadh/simplemysql/pull/16
-
Added SSL Connectivity Support by @subhashdasyam in https://github.com/knadh/simplemysql/pull/13
-
Subhashdasyam patch 2 by @Zetaphor in https://github.com/knadh/simplemysql/pull/17
-
Subhashdasyam patch 2 by @Zetaphor in https://github.com/knadh/simplemysql/pull/18
-
changed if not ssl to if not self.conf[“ssl”] by @subhashdasyam in https://github.com/knadh/simplemysql/pull/19
-
Update README.md by @Zetaphor in https://github.com/knadh/simplemysql/pull/20
-
Added function insertBatch to insert multiple values by @subhashdasyam in https://github.com/knadh/simplemysql/pull/21
-
Updated Readme changed from simplemysqlssl to simplemysql by @subhashdasyam in https://github.com/knadh/simplemysql/pull/22
New Contributors
-
@ptrcarta made their first contribution in https://github.com/knadh/simplemysql/pull/14
-
@subhashdasyam made their first contribution in https://github.com/knadh/simplemysql/pull/13
Full Changelog: https://github.com/knadh/simplemysql/compare/v0.9.0...v1.25.0