Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 1.88 KB

Changelog

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.

1.3.1 - 2023-02-22

Fixed

  • A cast for a hook function call is now handled correctly. ( #18 )

1.3.0 - 2022-07-18

Fixed

  • Files can now also be excluded via the --exclude option. ( #13 )

Added

  • Added support for the @ignore tag. ( #14 )

1.2.0 - 2022-01-27

Fixed

  • List of arguments is empty when apply_filters is returned instead of assigned to variable (props @LuigiPulcini). ( #11 )

Added

1.1.1 - 2021-06-10

Changed

  • Progress bar now shows the file being processed.

1.1.0 - 2014-04-16

Added

  • Added --exclude option.
  • Added --ignore-vcs-ignored option.
  • Added progress bar.

Changed.

  • Improved coding standards.

1.0.0 - 2021-04-14

Added

  • First Release.