Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@dungngminh dungngminh released this 27 Nov 14:56

BREAKING CHANGE

  • Change to use specific type function instead of providing T type.
  • Restrict type to String, int, double, bool, Map via:
    • getString
    • getInt
    • getDouble
    • getBool
    • getMap
  • Add getAll to get all values.

Full Changelog: 1.1.2...2.0.0