Commit graph

9 commits

Author SHA1 Message Date
Sean Corfield
adc1abab8d Prep for 1.0.0-alpha11 release
cljdoc failed on alpha10 because `cljdoc.edn` had the wrong filename.
2019-04-24 16:05:03 -07:00
Sean Corfield
a216bfcb16 Prep for 1.0.0-alpha10 release 2019-04-24 15:57:20 -07:00
Sean Corfield
c43d7f1486 Switch internal links (now that cljdoc has fixed its bug) 2019-04-22 21:18:32 -07:00
Sean Corfield
2c018654d3 Alpha 9; fixes #14; improves protocol docstrings
* Move documentation from `ns` into `defprotocol` and the method 
declarations.
* Indicate which protocols may be extended via metadata 
(`SettableParameter` and `Sourceable`).
2019-04-22 17:41:31 -07:00
Sean Corfield
e091321696 Alpha 8; with correct Getting Started instructions! 2019-04-21 18:19:08 -07:00
Sean Corfield
afb62a2884 Fix artifact name in the docs! Doh! 2019-04-21 18:18:10 -07:00
Sean Corfield
f4573f5f95 Alpha 7; clean up deps
If this also fixes the cljdoc issues, I think we'll be ready for an 
announcement on Monday!
2019-04-21 17:37:22 -07:00
Sean Corfield
d05462895f Alpha 6; expand testing to multiple DB types
Now tests: Derby, H2 in-memory (as before), H2 on-disk, HSQLDB, and 
SQLite.
2019-04-21 17:12:43 -07:00
Sean Corfield
8c51fc20e6 Rename doc files (to match URL versions); fix all doc links
It feels like it ought to be easier to link between docs and have them 
work on both GitHub and cljdoc!
2019-04-21 14:15:07 -07:00
Renamed from doc/getting_started.md (Browse further)