Skip to content

Commit

Permalink
Release version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FaaPz committed Aug 14, 2016
1 parent 45587da commit 9424e6d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9424e6d

Please sign in to comment.