2012-11-27 Anton Adamansky. * Added $dropall query operation in order to remove matched records * Better boolean type support, boolean values treated as numbers. * Various bugfixes - Release 1.0.17 2012-11-26 Anton Adamansky. * NodeJS: Added merge json object option ($merge) in save() method * Added ejdbsavebson2() with merge option. - Release 1.0.14 2012-11-25 Anton Adamansky. * Fixed assertion error in nodejs binding when using update queries * Write lock acquired on each collection when closing database by 'ejdbclose()' * Synchronous versions of setIndex and sync function was provided - Release 1.0.13 2012-11-20 Anton Adamansky. * #9 In-place update operations `$set` and `$inc` - Release 1.0.11 2012-11-16 Anton Adamansky. * #8 Field subset selection in queries - Release 1.0.9 2012-11-15 Anton Adamansky. * #7 Support PK hash index for $in operation if '_id' field is used in matching - Release 1.0.8 2012-11-14 Anton Adamansky. * New case insensitive field matching query operand: $icase * Case insensitive string indexes support - Release 1.0.7 2012-11-08 Anton Adamansky. * Correct query matching of _id field - Release 1.0.6 2012-11-08 Anton Adamansky. * Better bson checking in query API - Release 1.0.5 2012-11-08 Anton Adamansky. * OSX build fixes - Release 1.0.3 2012-11-06 Anton Adamansky. * Node.js binding - Release 1.0.1 2012-10-27 Anton Adamansky. * Initial release based on Tokyo Cabinet v1.4.48 - Release 1.0.0