Commit 484d9f4c by Wes Freeman

Bumping version.

parent ec1f8e0e
(03 November 2012) Version 1.2.2: Added support for db_name, allowing people using admin authentication to specify a db name to use, since they must connect to the admin db.
(28 July 2012) Version 1.2: Removed map/reduce to avoid certain bugs, which also simplified some of the calculations.
(03 June 2012) Thanks to @wfreeman, we now handle MaxDepth, and other goodies.
(25 May 2012) Thanks to @wfreeman, we now recognize the Date, ObjectID and BinData types.
(28 July 2012) Version 1.2: Removed map/reduce to avoid certain bugs, which also simplified some of the calculations.
\ No newline at end of file
......@@ -10,7 +10,7 @@ Please see https://github.com/variety/variety for details.
Released by Maypop Inc, © 2012, under the MIT License. */
print("Variety: A MongoDB Schema Analyzer")
print("Version 1.2.1, released 29 July 2012")
print("Version 1.2.2, released 04 November 2012")
var dbs = new Array();
var emptyDbs = new Array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment