From 9424e6d5f3737a71722ab1f868c1d3090b63287d Mon Sep 17 00:00:00 2001 From: Fabian de Laender Date: Sun, 14 Aug 2016 13:42:49 +0200 Subject: [PATCH] Release version 1.10.0 --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab7965..a1f4f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ### Changelog +##### v1.10.0 ++ Updated `StatementContainer` class with: + - Added transactional `commit()` method + - Added transactional `rollBack()` method + - Added transactional `beginTransaction()` method ++ Updated `LimitClause` class with: + - Added validation to check if parameters are casted to expected integers ++ Updated `OffsetClause` class with: + - Added validation to check if parameter is casted to expected integer + ##### v1.9.9 + Added ability to insert associative arrays (#35) + Updated `Database` class with: diff --git a/composer.json b/composer.json index 52677a5..748b41e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "slim/pdo", "description": "PDO database library for Slim Framework", - "version": "1.9.9", + "version": "1.10.0", "type": "library", "keywords": ["pdo", "database", "slim", "framework"], "homepage": "https://github.com/FaaPz/Slim-PDO",