Skip to content

Releases: Hi-Folks/data-block

v0.0.3

16 Jun 07:10
f7adef2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

15 Jun 20:05
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

15 Jun 20:01
Compare
Choose a tag to compare

The initial release of Block class with:

  • make static method for initializing the object from a nested array
  • fromJsonString static method for initializing the object from a JSON file
  • get method for retrieving elements on a nested key
  • getBlock method for retrieving Block on a nested key
  • set method for setting elements on a nested key
  • where method for filtering data

Full Changelog: https://github.com/Hi-Folks/data-block/commits/v0.0.1