Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 784 Bytes

Change Log

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3.0] -

Added

  • (DEV) Add test script.
  • (DEV) Add trevis support.
  • (DEV) Add support for enabled:false in a test case.
  • Add extract_path and extract_qs filters.
  • Add array_head, array_tail and array_to_taglist filters.

Fixed

  • Fix extract_dirname when it's only /index.html.

[0.2.0] -

Added

  • Add jekyllrb and installation information to README.md.
  • Add badge to README.md.

[0.1.0] -

Added

  • Add filters: remove_ext, remove_qs, extract_basename, extract_dirname, extract_protocol.