Skip to content

Latest commit

 

History

History
231 lines (119 loc) · 12.1 KB

changelog.md

File metadata and controls

231 lines (119 loc) · 12.1 KB

eslint-friendly-formatter - Changelog

v1.2.1

v1.2.0

v1.1.1

v1.1.0

  • Build Scripts Changes

  • Documentation

  • Features

    • add environment option EFF_ABSOLUTE_PATHS. Fixes #7 - 271a749, royriojas, 13/07/2015 23:20:57

      export the env variable EFF_ABSOLUTE_PATHS to make the paths in the reporter be absolute. If the environment variable is not found the paths will be reported as eslint send them.

      EFF_ABSOLUTE_PATHS=true eslint -f
      path/to/eslint-friendly-formatter/index.js’ file1.js file2.js dir/

      Or

      add to your profile

      export EFF_ABSOLUTE_PATHS=true

      Ugly hack. But should work until this issue is resolved:

      eslint/eslint#2989

  • Other changes

  • Cosmetic fixes

v1.0.8

v1.0.7

  • Build Scripts Changes

Changelog

v1.0.6

  • Build Scripts Changes

  • Bug Fixes

    • Support for solarized theme, or other themes that use gray for the background. Fixes #2 - a8c3c71, royriojas, 16/05/2015 15:02:33

      Basically this fix removes the gray color if the environment variable EFF_NO_GRAY is set to the string true.

      this can be done very easily in bash doing:

      export EFF_NO_GRAY=true
  • Other changes

  • Documentation

v1.0.5

v1.0.4