All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Internal changes are italicized.
- New
init
command - New
checkout
option-b
similar togit checkout -b
.
- Configuration file
.tugrc
is now.tugrc.json
and lives in your project root. - Fewer instances where the
--force
flag is required, we'll automatically figure it out usually now. - Switched to ESLint w/ AirBnB styles
- Reworked most of the
util/
module, including extracting common functions toactions/
- The
create
command; usecheckout -b
instead. - We don't support custom
dir
command with eachtug
call anymore; set your storage location oninit
. You can calltug init -f
to force reinitialization.