Releases: cyjake/ssh-config
Releases Β· cyjake/ssh-config
v4.0.4
- fix: should not quote directives like LocalForward (#38)
v4.0.3
- fix: quote values that contain white spaces
v4.0.1
- Fix: parsing
Host
values with trailing spaces
v1.1.3
- 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
- Fix: nagate patterns shall be matched first and fail early
v1.1.1
- 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
- New:
config.append({ Host: '*' })
Allow appending sections via config.append({ ... })
method. Closes #12.
v1.0.1
- Fix: trim spaces at value beginning and endding
- Fix: make example east more compact
v1.0.0
- 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.