Skip to content

Releases: dthree/vantage

Last Standalone Release

24 Aug 19:40
Compare
Choose a tag to compare

This is the last official release of Vantage prior to being refactored as a dependency of Vorpal.js

v1.3.0

07 Aug 00:12
Compare
Choose a tag to compare

New features

  • Variadic arguments
  • Command-specifc auto-completion

Changes

  • Removed -h as a help option on commands, as it can lead to conflicts. Still supported are --help and /?.

v1.0 - Production Ready

25 Jul 00:20
Compare
Choose a tag to compare

Vantage.js is now production ready!

For a list of major updates & changes, see beta pre-release notes.

Beta - Production Pre-Release

24 Jul 01:45
Compare
Choose a tag to compare
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

22 Jun 07:10
Compare
Choose a tag to compare
First Alpha Release Pre-release
Pre-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.