Releases: Hi-Folks/data-block
Releases · Hi-Folks/data-block
v0.3.4
- Add
orderBy
for nestable attributes - Add filtering for array values (
in
parameter forwhere()
method) - Add
dump()
anddumpJson()
method to Block class
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- append and appendItem methods by @roberto-butti in #12
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Add
fromJsonUrl()
method for loading Block data from a remote JSON (like APIs) - Add
like
operator forwhere()
method, so you can filter for a substring - add more tests
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Adding has and hasKey methods by @roberto-butti in #10
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.0
v0.1.1
What's Changed
- Add toJson() method for exporting JSON string by @roberto-butti in #5
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Cleaning and refactoring the behavior of returning Block or native array in loops
Full Changelog: v0.0.6...v0.1.0
v0.0.6
- Add the
iterateBlock()
method, which allows to return of current elements as Block while looping. - Improve the documentation and the unit tests for "query" methods like
select()
,where()
andorderBy()
Full Changelog: v0.0.5...v0.0.6
v0.0.5
- Add the
select()
method. The method allows you to select only the needed fields.
Full Changelog: v0.0.4...v0.0.5