You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngx-fancyindex/CHANGELOG.md

948 B

Change Log

All notable changes to this project will be documented in this file.

Unreleased

Changed

  • Renames NEWS.rst to CHANGELOG.md, which follows the recommendations from Keep a Change Log.

0.3.4 - 2014-09-03

Added

  • Viewport is now defined in the generated HTML, which works better for mobile devices.

Changed

  • Even-odd row styling moved to the CSS using :nth-child(). This makes the HTML served to clients smaller.

0.3.3 - 2013-10-25

Added

0.3.2 - 2013-06-05

Fixed

  • Solved a bug that would leave certain clients stalled forever.
  • Improved handling of subrequests for non-builtin headers/footers.

0.3.1 - 2011-04-04

Added

  • NEWS.rst file, to act as change log.