Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@h7x4 h7x4 released this 08 May 00:11

Changelog

  • Add fromJson factories for all objects
  • Make some properties use getters, to reduce redundant data
  • Make all objects comparable with the equatable package
  • Make all objects immutable with a constant constructor
    as a result of making them comparable