Releases: Hi-Folks/data-block
Releases · Hi-Folks/data-block
v1.2.0
What's Changed
- Removing PestPHP, using phpunit 11 by @roberto-butti in #55
- Supporting PHP from 8.2 to 8.5
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Add getFloat and getFloatStrict by @roberto-butti in #54
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Add Symfony HttpClient support for loading JSON from URL by @sonnymilton in #51
- Add extractWhere() method by @roberto-butti in #52
- Update to PHP 8.5 by @roberto-butti in #53
New Contributors
- @sonnymilton made their first contribution in #51
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Add getIntStrict method to TypeableBlock trait by @ksanjeev284 in #46
- Adding test and doc for getIntStrict() by @roberto-butti in #47
- Implementing getStringStrict() by @roberto-butti in #48
New Contributors
- @ksanjeev284 made their first contribution in #46
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Adding
getInt()method for returning a casted integer value. - Adding
getBooleanStrict()method for returning a strict boolean.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #37
- Upgrade dev packages (PestPHP, PHPstan, Rector) by @roberto-butti in #38
Full Changelog: v0.4.4...v1.0.0
v0.4.4
What's Changed
- Adding
getBoolean()method for returning boolean value - Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #36
Full Changelog: v0.4.3...v0.4.4
v0.4.3
- Using Operator class in the tests
- Updating readme with 2 use cases
- Adding rector to composer scripts
- Welcome PHP 8.4 (adding GitHub actions configuration for PHP 8.4)
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Adding the
getString()method by @roberto-butti in #30 - Implementing
Operatorclass for operator constants by @roberto-butti in #31 - Adding new operator
likeby @roberto-butti in #33 - Adding
groupByFunction()by @roberto-butti in #35
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Add
getFormattedByte()by @MatteoGheza in #25 - Add tests and documentation for
getFormattedByte()by @roberto-butti in #28
New Contributors
- @MatteoGheza made their first contribution in #25
Full Changelog: v0.4.0...v0.4.1