Skip to content

Releases: byjg/php-anydataset-text

Release 5.0.1

03 Dec 01:24
5de1efa
Compare
Choose a tag to compare

What's Changed

  • Fix CSVFormatter.php by @byjg in #5

Full Changelog: 5.0.0...5.0.1

Release 5.0.0

27 Oct 21:18
348e980
Compare
Choose a tag to compare

What's Changed

  • Migrate to PHP 8.1 by @byjg in #4
  • Strict Types
  • Move \ByJG\AnyDataset\Text\Enum\FixedTextDefinition to \ByJG\AnyDataset\Text\Definition\FixedTextDefinition
  • Added TextTypeEnum

Full Changelog: 4.9.0...5.0.0

Release 4.9.0

04 Jan 02:24
41297ed
Compare
Choose a tag to compare

What's Changed

  • Remove deprecation warnings for PHP 8.1. + PSalm by @byjg in #3

Full Changelog: 4.2.0...4.9.0

Release 4.2.0

30 May 04:05
Compare
Choose a tag to compare
  • Added CSVFormatter class
  • Added FixedSizeColumnFormatter class
  • Added field type to FixedTextDefinition class
  • Improved Sub_Type parse in the FixedTextFileDataset class
  • Remove arguments from FixedTextFileDataset constructor and implement withFieldDefinition($fieldDefinition)
  • Remove arguments from TextFileDataset constructor and implement withFields(array) and withFieldParsert(parser)

Release 4.1.0

19 Feb 06:03
Compare
Choose a tag to compare

Fix Subtypes conditional
Adjust required value example

Release 4.0.0

24 Nov 16:47
Compare
Choose a tag to compare

Initial version from splitting Anydataset project.

Matching version with Anydataset Major version