Releases: andyfleming/jetpax
Releases · andyfleming/jetpax
v0.6.0
Added
- "at" style for links in documentation navigation
- initial implementation of
jpx init
command jpx register
commandjpx 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
v0.5.0
v0.4.0
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 developingsocket.io
for WebSocket communication- Routing with
react-router-dom
- State management with
redux