1.0.4
- The
safe
option now injects aw
option instead of deprecatedsafe
option. - Remove usage of deprecated
Mongo
class in favor ofMongoClient
. - Fix PSR2 coding standards.
- General repository cleanup.
safe
option now injects a w
option instead of deprecated safe
option.Mongo
class in favor of MongoClient
.