Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 1.03 KB

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.

1.1.1 - 2019-11-25

Fixed

  • Extract comments of functions prepended with echo, print or return #6
  • Tested extracted comments from code

1.1.0 - 2019-11-19

Added

  • In v1.0, non-scalar arguments (others than string, int and float) were discarded. Now the arrays are included too #5

1.0.1 - 2019-11-11

Fixed

  • Anonimous function produce fatal errors #1

1.0.0 - 2019-11-05

First version