Skip to content

Commit

Permalink
Update to version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hu committed Jan 2, 2013
1 parent 1d4c823 commit ad282a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.18.0
------

* Updated express package version
* Updated swig package version
* Added simple key-value document searching

0.17.5
------

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ Planned features:
Limitations
-----------

* Documents must have document._id property to be edited
* Documents must have `document._id` property to be edited
* No GridFS support (might become a planned feature)
* Binary BSON data type not tested

Recommend only using mongo-express for development purposes as an ad-hoc MongoDB viewer.
JSON documents are parsed through a javascript virtual machine, so the web
interface can be used for executing malicious javascript on a server.

**mongo-express should only be used privately for development purposes**.


Screenshots
Expand All @@ -63,7 +66,7 @@ Or if you want to install a global copy:

**To configure:**

Copy `config.default.js` into a new file called `config.js`.
Copy or rename `config.default.js` into a new file called `config.js`.

Fill in your MongoDB connection details, and any other options you want to change.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Chun-hao Hu <hu.chunhao@gmail.com> (http://blog.huchunhao.com)",
"name": "mongo-express",
"description": "Web-based admin interface for MongoDB",
"version": "0.17.5",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "git://github.com/andzdroid/mongo-express.git"
Expand Down

0 comments on commit ad282a2

Please sign in to comment.