Commit Graph

8 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit a84cfe5c02 Update to 3.0.0
- 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
2022-05-08 02:06:45 +02:00
Oystein Kristoffer Tveit c75f252a9c Upgrade to 2.0.0, see changelog 2021-07-25 22:57:02 +02:00
Oystein Kristoffer Tveit 59411b8463 Export object interfaces for both libraries 2020-06-30 11:58:20 +02:00
Oystein Kristoffer Tveit 93f1a49c89 Reformat 2020-06-26 18:14:00 +02:00
Oystein Kristoffer Tveit f5a9b602bf Update code according to linter rules 2020-06-26 17:45:56 +02:00
Oystein Kristoffer Tveit 093ae02c56 Rewrite some code by effective dart 2020-06-26 01:59:23 +02:00
Oystein Kristoffer Tveit b58c439418 Add documentation for libraries 2020-06-25 23:40:54 +02:00
Oystein Kristoffer Tveit 29ade01eed Add parser library 2020-06-25 22:42:16 +02:00