Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 219 Bytes

CHANGELOG.md

File metadata and controls

15 lines (8 loc) · 219 Bytes

1.0.0

  • Initial release.

1.0.1

  • Require mongo >= 1.8 for method consistency.

1.1.0

  • Query count and Query time are now threadsafe.

1.2.0

  • Use Module#prepend over alias_method_chain - #4 @NJ-Scioly