Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 1.1 KB

Change Log

Version 1.2.0 (2016-01-15)

  • A more generic approach: nothing is generated by default
  • BC breaking changes in plugin configuration and runtime:
    • Removed env, extra, gitSha, buildTime config keys
    • Removed getEnv(), getExtra(), getGitSha(), getBuildTime() runtime methods
  • Added set config key and get() runtime method
  • Added plugin config helpers for commonly used functions: gitSha(), gitTag(), gitInfo(), buildTime(), env(), shell()

Version 1.1.0 (2015-12-26)

  • Direct support for environment variables
  • Allow override for plugin parameters gitSha and buildTime
  • Renamed plugin parameter outputFilename to filename
  • Renamed plugin parameter extra to extras
  • Renamed runtime getter getExtra() to getExtras()
  • Added runtime method getExtra(key) to access an extra value directly

Version 1.0.0 (2015-12-24)

Initial release.