Skip to content

Releases: andyfleming/jetpax

v0.6.0

08 Mar 00:08
Compare
Choose a tag to compare

Added

  • "at" style for links in documentation navigation
  • initial implementation of jpx init command
  • jpx register command
  • jpx deregister command
  • Option for "Docs" in "Jump To" menu
  • Normalization of path when registering a workspace
  • Validation for workspace registration
  • Project internals
    • Added debug timer to track server startup time
    • WebSocket route helpers
    • Changed typescript compilation target to es2017 (for CLI, Server)
    • Simple GUI for viewing DB entries

Changed

  • style of version command output
  • Project internals
    • collection (document-db-style) abstraction for data storage
    • organization of server API calls into class (for CLI)
    • default logging level to debug when developing

Fixed

  • command aliases --help and --version

screen shot 2019-03-07 at 4 07 55 pm

screen shot 2019-03-07 at 4 20 44 pm

screen shot 2019-03-07 at 4 21 13 pm

screen shot 2019-03-07 at 4 07 08 pm

v0.5.0

09 Feb 20:14
Compare
Choose a tag to compare

Added

  • jpx status commands to see Jetpax server status (online/offline)
  • Docs section
  • Placeholder nav links

Changed

  • "Jump To" menu animation transition removed (to be more responsive)
  • Project internals
    • CSS -> SCSS

Fixed

  • Nav links delayed update issue

Screenshots

screen shot 2019-02-09 at 12 16 11 pm

v0.4.0

07 Feb 01:22
Compare
Choose a tag to compare

Notes

Added

  • UI Scaffolding
  • Implementing logging to file (~/.jetpax/logs/server/server.log) for Jetpax internals
  • jpx logs command for tailing Jetpax server logs
  • some simple docs (mostly as placeholders)
  • "Jump To" menu to switch between views in the UI
  • Shortcut (command/control + K) to open "Jump To" menu
  • Project internals
    • pino logger with pretty-print enabled for developing
    • socket.io for WebSocket communication
    • Routing with react-router-dom
    • State management with redux

Screenshots

screen shot 2019-02-06 at 5 20 24 pm
screen shot 2019-02-06 at 5 23 36 pm
screen shot 2019-02-06 at 5 23 46 pm