* rename "Danger Zone" to "Actions"
* add duplicate to workspace model
* create and pass "handleDuplicateWorkspace" into "WorkplaceSettingsModal"
* add "Duplicate Workspace" button into "Actions" section
* add semicolon
* Updated Request & Request Group with a description field
* Button and Workspace description
* Merkdown request description text editor
* Removed useless button for now
* Fixed lock.json for npm@5
* PR #252 requested changes
* _handleValueChange->props
* Removed sanitize
* Add option to toggle MenuBar showing on Windows/Linux
* Extract Toggling Menu Bar functionality to App Container. Default show Menu Bar. Remove tip from Response Pane.
* Longer autocomplete delay and don't show if not focus
* Send conetnt-length on POST,PUT,PATCH and track custom methods
* Bump version
* More flexible content type changing
* A bunch of fixes with OAuth and minor network bugs
* Handle charsets and only autocomplete constants if exact prefix
* Fix head requests
* Fix double submisson of request
* Fixed tests
* Use Curl constants for info
* Extra timeline info and cookie url encoding setting
* Add warning to environment selector
* Title attribute on the autocomplete types
* Added test
* Proof of concept authorize call
* Authorize and Refresh endpoints done
* OAuth2 editor started
* Some small fixes
* Set OAuth headers on request
* Started on some OAuth tests
* Updated network logic with new OAuth API
* OAuth forms and refactor flows
* Fix grant type handling
* Moved auth handling out of render pipeline
* Fixed legacy auth header
* Fix vertical center
* Prompt user on auth type change
* Refresh tokens working (I think) and better UI
* Catch same type auth change
* POC refresh token and small refactor
* Better token handling
* LOading state to token refresh
* Show o-auth-2 errors
* Some minor updates
* Fixed duplication kve bug
* one-line-input now defaults to <input>
* Fixed urlbar width
* Removed all boolean flags
* Fixed some edge cases
* I think it's good
* A bunch more fixes too
* Fixed querystring with hashes
* Version bump
* Got async Nunjucks extensions working
* Got JSONPath extension working
* Swapped render function for new stuff
* Wrote custom recursive render function
* traverse -> clone
* add-module-exports
* Moved tests
* Started on workspace settings modal
* Added keyboard shortcut for workspace settings
* More work on workspace settings
* Actually use client certificates
* Only add cmd+w on mac closes#64