Skip to content

2.0.0

Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 01 Aug 18:43
· 163 commits to master since this release
ff70076
  • 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 a Segment, iterating it yields a File.
  • 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 to sectionType and filterBySegmentType to filterBySectionType.