Skip to content

v2.0.0

Compare
Choose a tag to compare
@diavrank diavrank released this 03 May 01:50
· 9 commits to master since this release
165fe69

Features

  • Collections
    • Create and remove collections of Meteor endpoints (Methods and Publications).
    • Export collections in JSON format.
    • Import collections.
    • Create folders (and nested folders) inside collections.
    • Save endpoints into collections from "Open Endpoints" section.
  • New Layout
    • Connection tabs (to connect to different Meteor Servers)
    • Endpoint tabs per connection
    • Collections panel per connection
    • Text field of Object and Array params can be expanded.
    • Frameless window and header section is draggable.
    • Splash screen when it starts.
  • Documentation
    • Document your endpoints with Markdown (Includes: Tool bar, Preview, Side By Side (Code/Preview), Fullscreen editing).
  • Autosave
    • All information related to collections and endpoint tabs are saved in local storage, so, you can close Meteorman and when you open it again, your last information remains intact.
    • Not considered yet: Have last open folders in collections panel, have last selected endpoint tab, persist server connection data.