Skip to content

Releases: cyjake/ssh-config

v4.0.4

02 Sep 01:41
0e8efc4
Compare
Choose a tag to compare
  • fix: should not quote directives like LocalForward (#38)

v4.0.3

24 Aug 08:07
d23d44c
Compare
Choose a tag to compare
  • fix: quote values that contain white spaces

v4.0.2

09 Feb 15:34
Compare
Choose a tag to compare

v4.0.1

01 Feb 13:12
Compare
Choose a tag to compare
  • Fix: parsing Host values with trailing spaces

v1.1.3

25 Sep 03:46
Compare
Choose a tag to compare
  • Fix: appended config shall comply with existing style, otherwhise default to two spaces. Also an extra linebreak is added after the last line.

v1.1.2

25 Sep 03:44
Compare
Choose a tag to compare
  • Fix: nagate patterns shall be matched first and fail early

v1.1.1

25 Sep 03:47
Compare
Choose a tag to compare
  • Fix: values of IdentityFile will now be quoted if contain space.
  • Fix: quoted values will have their double quotations stripped while parsed, which is a slightly breaking behavior but I think a patch version will just be fine.

v1.1.0

25 Sep 03:48
Compare
Choose a tag to compare
  • New: config.append({ Host: '*' })

Allow appending sections via config.append({ ... }) method. Closes #12.

v1.0.1

25 Sep 03:49
Compare
Choose a tag to compare
  • Fix: trim spaces at value beginning and endding
  • Fix: make example east more compact

v1.0.0

25 Sep 04:09
Compare
Choose a tag to compare
  • Fix: updated readme to be reflect 1.x changes
  • Breaking: parse into a simple ast

This is a breaking change. The parse result is now a subclass of Array instead of vanila Object.