Skip to content

Releases: Hi-Folks/data-block

v0.3.4

07 Jul 15:17
Compare
Choose a tag to compare
  • Add orderBy for nestable attributes
  • Add filtering for array values (in parameter for where() method)
  • Add dump() and dumpJson() method to Block class

Full Changelog: v0.3.3...v0.3.4

v0.3.3

29 Jun 17:37
93fd533
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

28 Jun 22:09
Compare
Choose a tag to compare

What's Changed

  • Add fromJsonUrl() method for loading Block data from a remote JSON (like APIs)
  • Add like operator for where() method, so you can filter for a substring
  • add more tests

Full Changelog: v0.3.1...v0.3.2

v0.3.1

26 Jun 21:40
7cdd3c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Jun 06:49
2480906
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Jun 15:15
c86355a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

22 Jun 13:03
b6cc826
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Jun 16:51
Compare
Choose a tag to compare

Cleaning and refactoring the behavior of returning Block or native array in loops

Full Changelog: v0.0.6...v0.1.0

v0.0.6

19 Jun 21:43
Compare
Choose a tag to compare
  • 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() and orderBy()

Full Changelog: v0.0.5...v0.0.6

v0.0.5

17 Jun 21:20
Compare
Choose a tag to compare
  • Add the select() method. The method allows you to select only the needed fields.

Full Changelog: v0.0.4...v0.0.5