mirror of
https://github.com/bitwarden/help
synced 2026-01-06 02:23:22 +00:00
* initial commit
* adding quotes for the array error
* Create Gemfile
* Create Gemfile.lock
* add .nvmrc and .node-version
* removed /article from URL
* update links to work with netlify
* more fixed links
* link fixes
* update bad links
* Update netlify.toml
toml test for redirects
* article redirect
* link fixes
* Update index.html
* Update netlify.toml
* Update _config.yml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* add article back into URL for launch
* Update netlify.toml
* Update netlify.toml
* add order to categories front matter
* Update netlify.toml
* update
* sidemenu update
* Revert "sidemenu update"
This reverts commit 5441c3d35c.
* update order prop
* Navbar updates per Gary and compiler warnings
* font/style tweaks
* Update sidebar.html
* Stage Release Documentation (#739)
* initial drafts
* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information
* edit
* edit
* Custom Field Context Menu & CAPTCHA item in release notes
* SSO relink event
* update rn
* small edits
* improve release notes titles
* fix side menu
* Edits courtest of mportune!
* update order
* link fixes
* link cleanup
* image updates and a link
* fix trailing slash
Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
2.6 KiB
2.6 KiB
0.4.0 / 2020-01-18
Major Enhancements
- Drop Ruby 2.3 support
Minor Enhancements
- Remove parent command's flags from subcommand usage (#44)
Development Fixes
- Adopt Jekyll's rubocop config for consistency
Documentation
- fixes the readme (#52)
0.3.6 / 2016-04-07
Bug Fixes
- Presenter: Options should include those from parent command (#42)
0.3.5 / 2014-11-12
Bug Fixes
- Capture
OptionsParser::InvalidOptionand show a nice error message (#38) - Absolute paths for requires and autoloads (#39)
Development Fixes
- Bump to RSpec 3 (#40)
0.3.4 / 2014-07-11
Bug Fixes
- Use option object as key in the command's
@maphash (#35)
0.3.3 / 2014-05-07
Bug Fixes
- The
--versionflag should not exit with code 1, but instead code 0. (#33)
0.3.2 / 2014-03-18
Bug Fixes
- Remove duplicate commands from help output; show aliases w/command names (#29)
0.3.1 / 2014-02-21
Minor Enhancements
- Add
-t/--traceto list of options in help message (#19)
Bug Fixes
Mercenary::Optionnow accepts return values in the form of Class constants (#22)
0.3.0 / 2014-02-20
Major Enhancements
- Officially drop 1.8.7 support (#14)
- Allow Commands to set their own versions (#17)
- Show subcommands, options and usage in help and attach to all commands (#18)
- Add
-t, --traceto allow full exception backtrace to print, otherwise print just the error message (#19)
Minor Enhancements
- Logging state is maintained throughout process (#12)
- Tidy up Command#logger output (#21)
Development Fixes
- Added specs for
Program(#13)
0.2.1 / 2013-12-25
Bug Fixes
- Added missing comma to fix '-v' and '--version' options (#9)
0.2.0 / 2013-11-30
Major Enhancements
- Add
Command#default_commandto specify a default command if none is given by the user at runtime (#7)
Minor Enhancements
- Add
Command#executeto execute the actions of a command (#6)
Development Fixes
- Add standard GitHub bootstrap and cibuild scripts to
script/(#2)
0.1.0 / 2013-11-08
Major Enhancements
- It works!
Minor Enhancements
- Add a logger to
Command - Add
--versionswitch to all programs
Bug Fixes
- Fix
Command#syntaxandCommand#description's handing of setting vs getting - Fix load path problem in
lib/mercenary.rb
Development Fixes
- Add TomDoc to everything
- Add a couple starter specs
- Add TravisCI badge
- Add Travis configuration
0.0.1 / 2013-11-06
- Birthday!