Skip to content

Releases: AlexSkrypnyk/shellvar

1.0.0

29 Apr 01:32
0e1e389
Compare
Choose a tag to compare

What's new since 0.7.0

Full Changelog: 0.7.0...1.0.0

@AlexSkrypnyk, @renovate and @renovate[bot]

0.7.0

14 Feb 23:24
Compare
Choose a tag to compare

What's new since 0.6.1

Full Changelog: 0.6.1...0.7.0

@AlexSkrypnyk

0.6.1

13 Feb 22:06
Compare
Choose a tag to compare

What's new since 0.6.0

Full Changelog: 0.6.0...0.6.1

@AlexSkrypnyk

0.6.0

07 Feb 22:29
061ff0b
Compare
Choose a tag to compare

What's new since 0.5.0

Full Changelog: 0.5.0...0.6.0

@AlexSkrypnyk, @renovate, @renovate[bot] and @tannguyen04

New name and moved to 'extract' command

10 Jan 02:21
Compare
Choose a tag to compare

What's new since 0.4.0

Full Changelog: 0.4.0...0.5.0

@AlexSkrypnyk, @lankmiler, @renovate, @renovate[bot] and @tannguyen04

0.4.0

26 May 04:25
Compare
Choose a tag to compare

What's new since 0.3.0

Features

  • Refactored to support passing configs between all parts of the app.
  • Added default template for Markdown blocks.
  • Added --fields option to select fields.
  • Added --skip-text option with deafult value @skip to skip variables extractions whose comment have this string.
  • Added support for extracted file path formatting. --path-strip-prefix allows to strip path prefix when formatting the output.
  • Added support to wrap numbers with inline code by default. Use --md-no-inline-code-wrap-numbers to disable.
  • Added a --skip-description-prefix=PREFIX flag to skip description lines with prefixes. This allows to exclude certain comment lines from becoming descriptions of variables.
  • Flipped inline code variables processing in Markdown to be enabled by default. --md-inline-code-wrap-vars -> --md-no-inline-code-wrap-vars.

Fixes

  • Fixed discovery of the dotfiles.
  • Fixed extracting a value set to the own name: VAR1="${VAR1:-}" now correctly extracted as UNSET instead of VAR1.
  • Fixed extracting interpolated arguments taken literally: VAR1="${VAR1:-$1}" now correctly extracted as UNSET instead of 1.
  • Changes default value <UNSET> to UNSET to avoid confusion between literal use of the value with an example use.
  • Fixed links and tokens processing in descriptions.
  • Fixed description processing and added support for lists.

Chores

  • Renamed exclude-file to exclude-from-file.
  • Added composer build command to build a phar.
  • Update README.md

Full Changelog: 0.3.0...0.4.0
@AlexSkrypnyk

Initial minor release.

21 Mar 00:47
Compare
Choose a tag to compare
0.1.0

Added project code.