Skip to content

Releases: Soapbox/laravel-formatter

3.1.1

27 Jun 14:37
af93de2
Compare
Choose a tag to compare
Merge pull request #47 from ResuBaka/46

Fixed problem for composer require

3.1

26 Feb 22:38
6ccdf77
Compare
Choose a tag to compare
3.1

Adds PHP 7.2 and Illuminate 5.6 support.

3.0

16 Feb 21:29
09f5669
Compare
Choose a tag to compare
3.0

Changelog

  • Update composer.json
  • Upgrade to PSR-4
  • Add parameter newline, delimiter, enclosure, and escape to export CSV
  • When converting a XML to an array, convert @attributes to attribute
  • Add parameter encoding and formatted to export xml
  • JSON parse fix (Instead of only converting the first level to array, use the associative array parameter with true, so all levels will be decoded to array structure)
  • Add support for Laravel 5
  • Add package discovery for Laravel 5
  • Add support delimiter to a CSV
  • Drops support for PHP 5.*

2.2

10 Apr 12:23
Compare
Choose a tag to compare
2.2

Includes:

  • Setting Basenode for XML #19

2.1

26 Oct 00:02
Compare
Choose a tag to compare
2.1

Includes:

  • Fix CSV export #15

2.0

20 Oct 15:18
Compare
Choose a tag to compare
2.0

Adds:

  • Multi-Dimensional CSV export / import capability
  • YAML parser
  • Upgrade to new structure
  • Tests

1.4

19 Aug 20:48
Compare
Choose a tag to compare
1.4
  • removed check for JSON_NUMERIC_CHECK

1.3

21 May 17:59
Compare
Choose a tag to compare
1.3

Update to remove version restrictions on Illuminate libraries

v1.2

15 Apr 20:03
Compare
Choose a tag to compare
Merge pull request #7 from terdelyi/master

Fixed line_number variable, Errors method

V1.1

28 Mar 18:40
Compare
Choose a tag to compare

This version includes some basic test cases and a proper configuration for Travis CI