summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/muri/History.md
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/muri/History.md')
-rw-r--r--common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/muri/History.md59
1 files changed, 59 insertions, 0 deletions
diff --git a/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/muri/History.md b/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/muri/History.md
new file mode 100644
index 0000000..f04c05d
--- /dev/null
+++ b/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/muri/History.md
@@ -0,0 +1,59 @@
+1.1.1 / 2016-09-26
+==================
+ * fixed; handle parsing of replicaSet with leading number #8
+
+1.1.0 / 2015-04-13
+==================
+ * added; parse ipv6 addresses
+
+1.0.0 / 2014-10-18
+==================
+
+ * fixed; compatibility w/ strict mode #4 [vkarpov15](https://github.com/vkarpov15)
+
+0.3.1 / 2013-02-17
+==================
+
+ * fixed; allow '#' in username and password #3
+
+0.3.0 / 2013-01-14
+==================
+
+ * fixed; default db logic #2
+
+0.2.0 / 2013-01-09
+==================
+
+ * changed; default db is now 'test'
+
+0.1.0 / 2012-12-18
+==================
+
+ * changed; include .sock in UDS
+
+0.0.5 / 2012-12-18
+==================
+
+ * fixed; unix domain sockets used with db names
+
+0.0.4 / 2012-12-01
+==================
+
+ * handle multple specified protocols
+
+0.0.3 / 2012-11-29
+==================
+
+ * validate mongodb:///db
+ * more detailed error message
+
+0.0.2 / 2012-11-02
+==================
+
+ * add readPreferenceTags support
+ * add unix domain support
+
+0.0.1 / 2012-11-01
+==================
+
+ * initial release