Skip to content

Releases: pstadler/flightplan

0.4.3

28 Aug 17:26
Compare
Choose a tag to compare
  • Increase maxBuffer for ShellTransport#exec() (#30)
  • Add support for passing advanced options to Transport#exec() (docs, #30)

0.4.2

05 Aug 09:58
Compare
Choose a tag to compare

This release fixes problems related to the verbosity and cross-platform compatibility of ShellTransport#transfer() (#1, #11, #21)

0.4.1

26 Jun 11:41
Compare
Choose a tag to compare
  • Running fly without destination now prints a list of available destinations (#17)

0.4.0

09 Jun 00:54
Compare
Choose a tag to compare
  • Support for optional tasks added (docs, #18)

0.3.4

08 Jun 22:45
Compare
Choose a tag to compare
  • improved error handling (fixes #20)

0.3.3

08 Jun 21:47
Compare
Choose a tag to compare
  • nested with-blocks now behave as expected (#26)

0.3.2

01 Jun 16:09
Compare
Choose a tag to compare
  • Transport#with() now works in combination with Transport#sudo() (#22)
  • possible fix for rsync problems (#1, #21)

0.3.1

08 Apr 15:38
Compare
Choose a tag to compare
  • Fixed dependencies for old npm versions

0.3.0

21 Mar 18:30
Compare
Choose a tag to compare

0.2.0

13 Mar 15:50
Compare
Choose a tag to compare

Improvements

  • Execution times are now displayed in a pretty format
  • Errors and warnings are now displayed for commands executed with silent: true
  • transport/transport.js has been moved to transport/index.js

Bugs

  • Fixed a problem where ShellTransport#transfer() tried to connect to undefined@example.com when no username was defined in briefing

Coding standards

  • the project now uses spaces instead of tabs
  • jshint is now much more strict