Skip to content

Releases: traderinteractive/column-parser-php

Version 2.0.0

05 Mar 18:00
2b10026
Compare
Choose a tag to compare

Backwards Compatibility Breakers

  • Version 2 [PR #18]
    • Update LICENSE file
    • Change package owner to traderinteractive
    • Change Namespace to TraderInteractive
    • Add .github files CODEOWNERS, PULL_REQUEST_TEMPLATE, ISSUE_TEMPLATE & CONTRIBUTING
    • Remove support for PHP < 7
    • Switch to PSR2 coding standard
    • Update README
    • Remove composer.lock from version control
    • Update Travis-CI config
    • Update Scrutinizer config
    • Update Coveralls config
    • Update to PHPUnit 6
    • Switch to phpunit.xml.dist config
    • Add parameter and return type hints where possible

Minor Features

  • Extract Class: MultispacedParser. [PR #12]
  • Extract Class: StrictColumnWidthsParser. [PR #11]
  • Minor changes including badges and easier-to-understand regex [PR #10]

Developer Changes

  • Add Php 7 support, update minimum versions [PR #17]
  • Remove code checker config from scrutinizer. [PR #16]
  • Remove hhvm check. [PR #15]
  • Integrate with coveralls. [PR #13]
  • Use php 5.4 array syntax. [PR #8]
  • Remove PHP 5.3 support. [PR #7]
  • Update composer. [PR #6]
  • Add a docker/fig build. [PR #5]
  • Use phpcs as a library. [PR #2]
  • Access PHPUnit as a library for gathering report. [PR #1]

Version 1.0.0 - Initial Release

08 Mar 18:49
Compare
Choose a tag to compare

This initial version comes with support for parsing columnar data from output with a header row that has at least 2 spaces between headers.