Skip to content
le-yams edited this page Nov 17, 2014 · 15 revisions

NBMongo 1.5.0 (not released yet)

Bugfixes

  • fix npe when rendering arrays of objects in tree table
  • fix issue on collection renaming (collection view was not updated)

Features

  • Json document editor can be scrolled
  • add quick edit for json properties/values in tree table
  • add search feature in json document editor
  • document update no longer reload all results
  • add create database action on connection node
  • add drop database action on DB node
  • add indicators to specify if node is a json object/array in tree table
  • set connection node tooltip as connection mongo uri

NBMongo 1.4.0

Bugfixes

  • fixing page count calculation issue
  • fixing some rendering issue on some collection result tree node selection
  • adding missing context menu on some collection result tree node

Features

  • full rewriting of the collection query result tree table view (using a "real" tree table now)
  • adding a flat table view for collection query result
  • collection window name title and tooltip improved
  • add edit/delete document actions in collection query result views context menu
  • add expandAll/collapseAll actions in collection query result tree table context menu
  • add a button in options to restore default json rendering values

NBMongo 1.3.0

Bugfixes

  • fixing disconnection/connection issue
  • close opened related collections when closing a connection

Features

  • mongo uri advanced editor
  • progress dialog for connection
  • document tree context menu with copy to clipboard actions (document, selected key, selected value)
  • quoted string value in document tree
  • coloration in document tree
  • options to customize document tree coloration
  • mongo shell
  • updating collection query result ui
  • free page size
  • page size saved in preferences
  • update collection topcomponent title and tooltip
  • updating mongo driver version (2.11.1 -> 2.11.4)

NBMongo 1.2.0

Features

  • Connect to MongoDB using mongo standard uri
  • Browse collections
  • Create/Rename/Delete collections
  • Browse documents (json criteria/projection/sort can be specified)
  • Add/Edit/Delete documents as json
  • Import/Export json
Clone this wiki locally