Skip to content

Releases: spacetab-io/obelix-php

1.1.1

20 Jan 13:43
Compare
Choose a tag to compare
  • Fixed returning default value with single array item

1.1.0

11 Jan 09:53
Compare
Choose a tag to compare

Improvements:

  • PHP 8.1 support (for static analyses)
  • Improve code quality with infection tool
  • Updated composer packages

A tiny BC:

  • For now getMap() method returns array with path and default value if path not found
  • constructor now accepts only array or Dot instance
  • setters setWildcard and setDelimiter now accepts only not empty string

1.0.3

12 Aug 16:21
Compare
Choose a tag to compare

Mini-optimization when passed * symbol to get a full array. Also updated phpunit.xml schema to newest version.

1.0.1

10 Aug 12:22
42a35a1
Compare
Choose a tag to compare
  • Fixed case when library returned bad result when second key after dot is not unique in other subarrays. Also added hardest test case.

First version.

20 May 20:23
6663964
Compare
Choose a tag to compare
1.0.0

Update README.md