Skip to content

3.2.0

Compare
Choose a tag to compare
@gustavohenke gustavohenke released this 08 Feb 23:49
· 329 commits to main since this release
  • Add support for colors in subprocesses when they use chalk (#49, #86, #87)
  • Fix killing processes in Windows gitbash (#74, #67)
  • Upgrade spawn-default-shell dependency to v2.0.0. This means that shells in Linux and Mac will spawn with the --login flag, allowing you to make use of /etc/profile, ~/.profile, and etc (#81)
  • The timestamps are now handled by date-fns instead of Moment.js. They share the same date format patterns. (#77)

Also, this version drops support for Node 0.12. We're only supporting Node 4+.