forked from timboudreau/netbeans-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 6
ReleaseNotes
le-yams edited this page Nov 17, 2014
·
15 revisions
- fix npe when rendering arrays of objects in tree table
- fix issue on collection renaming (collection view was not updated)
- 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
- 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
- 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
- fixing disconnection/connection issue
- close opened related collections when closing a connection
- 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)
- 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