Skip to content

Latest commit

 

History

History
140 lines (98 loc) · 2.81 KB

File metadata and controls

140 lines (98 loc) · 2.81 KB

0.35.0 - Thu Jan 5, 2017

  • Removed Duplicated navbar in mobile layout (#302)
  • Add logger options to control logging (#300)
  • Pass options in middleware-only usage (#299)

0.34.0 - Fri Dec 23, 2016

Fixes

  • Fixed index are no longer deletable in read-only mode (#298)

0.33.0 - Tue Dec 6, 2016

New

  • Delete all Documents matching a query.

Fixes

  • Fixed issue where binary types we're converted to string when updating a document

0.32.0 - Sat Nov 12, 2016

New

  • ObjectID can now be used without the ObjectID wrapper.
  • Added export to CSV
  • Added index management. You can now delete index or reIndex a collection

Fixes

  • Fixed issue where ObjectID we're incorrectly stringified

0.30.48

  • Add support for super large Objects

0.21.0

  • Added database statistics (karthik25)
  • Added basic auth (netpi)
  • Added complex querying (kathik25)

0.20.0

  • Added JSON find type
  • Added collection export
  • Added confirmation dialog on delete
  • Added uptime info in days
  • Fixed long collection name issue

0.18.0

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

0.17.5

  • Specified version 3.0.0alpha1 of express in package.json. Latest version of express is causing errors.

0.17.4

  • Removed hacky BSON->string conversion function
  • Replaced it with a modified JSON.stringify function

0.17.3

  • Removed requirement for doc IDs to be ObjectID type

0.17.2

  • Added build status images in README

0.17.1

  • Added tests for BSON conversion functions

0.17.0

  • Added support for all BSON data types except Binary
  • Fixed BSON converter so not only top-level values get converted
  • Updated README with more BSON data type examples

0.16.1

  • Fixed bug: when trying to delete document, collection gets deleted

0.16.0

  • Added support for some BSON data types when viewing docs
  • Updated README with list of supported data types

0.15.0

  • Added support for BSON data types when adding/editing docs

0.14.1

  • Forgot to update HISTORY file

0.14.0

  • Added success/error feedback messages
  • Added cookie/session middleware
  • Added cookieSecret and sessionSecret options to config
  • Moved config.js to config.default.js
  • Updated configuration instructions in README

0.13.0

  • Added version history
  • Added MIT license
  • Added pager links above document list
  • Added pagination links below document list
  • Added config option to set number of documents displayed per page

0.12.0

  • Added async package to dependencies
  • Added system.users to list of un-editable collections
  • Changed config file to allow lists of databases and associated auth details
  • Added support for regular MongoDB users
  • Removed requirement for admin access to the MongoDB server