PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of nvb   PHP Executable Script Generator   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Executable Script Generator
Generate shell scripts that can execute PHP code
Author: By
Last change:
Date: 1 year ago
Size: 1,626 bytes
 

Contents

Class file image Download

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.

[Open]

  • add flag to not generate dependency section
  • add flag to not generate validation section
  • add "containsOneOf($string, $selects)" to text
  • use "fwrite(STDERR, '' . PHP_EOL)" and "fwrite(STDOUT ...)" instead of echo
  • write tests

To Add

To Change

[Unreleased]

Added

Changed

  • fixed wording in the released section by s/To Add/Added and s/To Change/Changed

0.2.0 - released at 2017-05-20

Changed

  • increased minimum php version to 5.6
  • moved to psr-4 autoloading
  • updated dependency

0.1.3 - released at 2016-10-23

Changed

  • relaxed dependencies

0.1.2 - released at 2015-12-01

Changed

  • updated dependency

0.1.1 - released at 2015-11-29

Added

  • added link to openhub
  • added link to version eye

Changed

  • fixed broken api link
  • fixed "tab" in usage generation
  • replaced "//put in your business logic" with "//begin of business logic\n//end of business logic"
  • updated dependency

0.1.0 - released at 2015-10-10

Added

  • initial release