Releases: dthree/vantage
Last Standalone Release
v1.3.0
v1.0 - Production Ready
Vantage.js is now production ready!
For a list of major updates & changes, see beta
pre-release notes.
Beta - Production Pre-Release
This is the pre-release beta in preparation for 1.0.
New Features
- Built-in authentication
- Support for authentication middleware
- Built-in REPL access
- "Mode" command
- "Use" command: import modules in realtime
- Support for command aliases
- Support for hidden commands
Fixed
- Session architecture redesigned:
Vantage now supports an unlimited number of independent sessions to and from each Vantage instance. A single Node instance can now support multiple instances of Vantage as well.
- Logging re-designed:
All stdout generated from a Vantage session stays within its session and doesn't "leak" to other consoles or sessions.
- Re-designed UI
The Vantage prompt underwent a heavy refactor to eliminate duplicate prompts or logging.
First Alpha Release
This is the first official release of Vantage. I would like to get additional user-feedback in addition to authentication support before bumping up to v1.0. Any contributions assisting in getting to v1.0 are very appreciated.