Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

0.9.0

Compare
Choose a tag to compare
@SevInf SevInf released this 22 Oct 08:46
· 1333 commits to master since this release
  • Replace GraphicsMagick with lightweight png-img library (@j0tunn).
    As for this version, gemini no longer requires any external tool for
    image processing.

  • CSS coverage now supports source maps (@scf2k).
    If your CSS has the sourcemap, coverage report will show original files.

    You can use sourceRoot option to tell gemini where are your sources
    located on a filesystem.

  • CSS coverages statistics will now also be written to coverage.json
    file (@scf2k).

  • Add coverageExclude option to allow exclude certain files from coverage
    report (@scf2k).

  • Add index page to coverage report and improve appearance of a the coverage
    pages (@scf2k).

  • Restructure documentation and add quick start guide in russian and english
    (@jk708).