Commit dda2cdd7 by James Cropcho

bumped version; added new support to changelog

parent 95e5e1bc
(25 May 2012) Thanks to @wfreeman, we now recognize the Date, ObjectID and BinData types.
...@@ -10,7 +10,7 @@ Please see https://github.com/JamesCropcho/variety for details. ...@@ -10,7 +10,7 @@ Please see https://github.com/JamesCropcho/variety for details.
Released by Maypop Inc, © 2012, under the MIT License. */ Released by Maypop Inc, © 2012, under the MIT License. */
print("Variety: A MongoDB Schema Analyzer") print("Variety: A MongoDB Schema Analyzer")
print("Version 1.0, released 10 April 2012") print("Version 1.0.1, released 25 May 2012")
if (typeof collection === "undefined") { if (typeof collection === "undefined") {
throw "You have to supply a 'collection' variable, à la --eval 'var collection = \"animals\"'. Please see https://github.com/JamesCropcho/variety for details."; throw "You have to supply a 'collection' variable, à la --eval 'var collection = \"animals\"'. Please see https://github.com/JamesCropcho/variety for details.";
......
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