2.0.0
- Change logic of
MapFile
so it can parse and organize each file in proper segments.- This breaks old ways of iterating the
MapFile
class. Now iterating it yields aSegment
, iterating it yields aFile
.
- This breaks old ways of iterating the
toJson
method which allow serializing map files into the json format.jsonify
frontend which allows converting a mapfile into a json format from the CLI.- Rename
segmentType
tosectionType
andfilterBySegmentType
tofilterBySectionType
.