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 byspec
fields
now takes the result ofspec
as argumentidentifiers
is now a function that takes the result ofspec
as argumentgtfs-mapping
now takes the result ofspec
as argument
FIXED
- compiler error on clojurescript usage due to missing clojure.java.io and clojure.edn namespaces
- project.clj urls
ADDED
reference?
function