Skip to content

Releases: hiposfer/gtfs.edn

v0.2.0

08 Dec 20:20
c7c3edb
Compare
Choose a tag to compare

BREAK

Clojurescript doesnt expose any functionality to access the file system, therefore it is not possible to read the reference.edn file through code in a platform-independent way. In order to make the functionality of this library cross-platform, the public functions now take the edn structure as first argument. It is left to the user to load the reference.edn file.

  • gtfs-spec replaced by spec
  • fields now takes the result of spec as argument
  • identifiers is now a function that takes the result of spec as argument
  • gtfs-mapping now takes the result of spec as argument

FIXED

  • compiler error on clojurescript usage due to missing clojure.java.io and clojure.edn namespaces
  • project.clj urls

ADDED

  • reference? function