Releases: TransitApp/gtfsNodeLib
Releases · TransitApp/gtfsNodeLib
Release 3.4.7
- Merge pull request #12 from TransitApp/Fix-csv-parser (c58cdeb)
- Add: test for parsing 4 consecutive quotes (febe4dd)
- Fix: add parsing of 4 consecutive quotes (4f7c842)
Release 3.4.6
- Merge pull request #11 from TransitApp/ilias/change-to-anonymous-function (b192c8c)
- [ fix ] unnecessary named functions (4660043)
Release 3.4.4
- Fix style (4871ca2)
- Fix: only sampleItems that aren't Sets should get keys (ee7bfa0)
- Fix: tables with deepness 0 shouldn't get keys for table (c2bcf8e)
Release 3.4.3
- Make sure all gtfs object are GtfsRow (b4e0b54)
Release 3.4.2
- Make sure we have always GtfsRow object when inserting (9b03c10)
Release 3.4.0
- Refactor code a bit, add possibility to create gtfs row object (5ff3d2b)
Release 3.2.0
- Merge pull request #9 from TransitApp/feature/memory-improvements (69e9aad)
- Make GTFS objects way smaller in memory footprint. Add .clone() to clone instead of strignfy/parse (b75b49f)
- Commit mappings (8df0475)
- Lint (fff2a3b)