Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

Releases: SparkFund/spec-tacular

v0.6.0

10 Apr 17:35
Compare
Choose a tag to compare
  • adds sd/pull
  • adds sd/query to be a runtime-friendly version of sd/q with comparable (albeit less compact) spec-tacular query syntax support
  • major rewrite of sd/q, some queries may no longer work if they were dynamically pulling :spec-tacular/spec; however, sd/q should now accept a much larger portion of valid Datomic query syntax
  • :is-many fields are now represented as clojure.lang.PersistentHashSets
  • spark.spec-tacular.restify removed
  • many undocumented deprecated functions were moved into their own namespace pending removal
  • helper functions available in spark.spec-tacular.datomic.query-helpers and spark.spec-tacular.datomic.pull-helpers, documentation pending

v0.5.0

19 Sep 20:35
Compare
Choose a tag to compare
  • adds README and API docs
  • rewrites hashing and equality
  • renames defenum to defunion
  • renames namespaces from spark.sparkspec to spark.spec-tacular