Skip to content

Releases: aoliverwd/brace

Added ability to get a count of array items and loop through nth amount

22 Nov 22:59
569f75d
Compare
Choose a tag to compare
  • Added ability to get a count of array items: #3
  • Added ability to loop through nth amount: #14

Fix issue with new line comparisons on Windows servers

08 Jul 07:39
099d088
Compare
Choose a tag to compare
Merge pull request #21 from aoliverwd/develop

Fix issue with new line comparisons on Windows servers

Bug fix

10 Nov 21:50
04ce2e5
Compare
Choose a tag to compare

Bug fix for issue: #18

PSR-12 Syntax update

18 Oct 22:54
55af5f3
Compare
Choose a tag to compare
  • PSR-12 Syntax update
  • Clean up tests
  • Add backwards compatibility
  • Updates to README

Add the ability to use the key from a key value pair array

26 Sep 11:21
328ca02
Compare
Choose a tag to compare
  • Add the ability to use the key from a key value pair array.
  • Update readme.
  • Add additional unit tests.

PSR-12 Compliance

12 Sep 16:10
1514283
Compare
Choose a tag to compare
  • Fix code to comply with PSR-12
  • Add php-cs-fixer to composer development environment

Additional features

25 Jul 00:41
5419bc6
Compare
Choose a tag to compare

Added:

  1. elseif conditional statements.
  2. Equal to and Not Equal to conditional operators.
  3. _ITERATION and _ROW_ID data fields to each data row on iteration.

Fixed:

  1. Fix && condition returning true when should be false in specific circumstances.

Add clear method

02 May 23:07
e35df8a
Compare
Choose a tag to compare

Add clear method to clear export_string and return brace object

Add ability to escape double quote in inline conditions

24 Mar 22:59
2de852d
Compare
Choose a tag to compare
  1. Add ability to escape double quote in inline conditions
  2. Add PHPStan config and fix reported errors
  3. Remove empty space

Add inline iterator feature

12 Mar 12:29
65e9a8f
Compare
Choose a tag to compare

Type: Feature request
Version: 1.0.4

Add inline iterator feature