From the changelog

Follow along with the latest releases of Mongoose Studio.

Release

Mongoose Studio v0.2.10

Mongoose Studio can now **auto-refresh** a document when it changes in MongoDB. Enable **Auto-Refresh** from the Document menu to subscribe to updates and keep the page in sync without manually reloading.

Release

Mongoose Studio v0.2.7

Mongoose Studio now includes a **Map** view for models that have GeoJSON fields. Studio automatically detects GeoJSON-style fields (objects with `type` and `coordinates`), lets you pick which field to visualize, and renders the loaded documents on an interactive map.

Release

Mongoose Studio v0.0.130

Our `/model/:modelName/document/:id` page has a new look! We added search and data type filter bar for quick navigation through large documents, and made collapsible sections for better readability for documents with large fields.

Release

Mongoose Studio v0.0.125

Mongoose Studio’s query editor now uses a Trie-based autocomplete engine for lightning-fast, context-aware suggestions.