Skip to content

NamedCSV / EnumeratedCSV

Compare
Choose a tag to compare
@DivineDominion DivineDominion released this 01 Jul 21:29
· 24 commits to master since this release

0.8.0

API Changes:

  • Replace namedRows/namedColumns and enumeratedRows/enumeratedColumns with CSV and CSV types
    that both expose a rows/columns property with different types. This way you cannot screw up by trying to access
    an unpopulated array because the CSV was loaded wrongly. The type knows it all. (#76) -- @DivineDominion
    • CSV.namedRows/CSV.namedColumns and CSV.enumeratedRows/CSV.enumeratedColumns are removed.
    • NamedCSV/EnumeratedCSV type aliases are introduced to simplify access.