Update Change Log for 0.9.3
This commit is contained in:
parent
61d8926a63
commit
c3be42cd9d
1 changed files with 5 additions and 1 deletions
|
|
@ -4,9 +4,13 @@
|
||||||
* Add examples of table/column aliases to the README. Fix #215. (@seancorfield)
|
* Add examples of table/column aliases to the README. Fix #215. (@seancorfield)
|
||||||
* Refactor parameterizer to use multimethods. PR #214. (@xlevus)
|
* Refactor parameterizer to use multimethods. PR #214. (@xlevus)
|
||||||
* Add examples of `raw` and `inline` to the README. Fix #213. (@seancorfield)
|
* Add examples of `raw` and `inline` to the README. Fix #213. (@seancorfield)
|
||||||
|
* Add `register-parameterizer` for custom parameterizers. PR #209. (@juvenn)
|
||||||
|
* Change `set` priority to after `join`. Fix #200. (@michaelblume)
|
||||||
|
* Switch dependency version checker to deps.co. PR #197. (@danielcompton)
|
||||||
|
* Support `join ... using( ... )`. Fix #188, PR #201. (@vincent-dm)
|
||||||
* Add multi-version testing for Clojure 1.7, 1.8, 1.9, 1.10 (master) (@seancorfield)
|
* Add multi-version testing for Clojure 1.7, 1.8, 1.9, 1.10 (master) (@seancorfield)
|
||||||
* Bring all dependencies up-to-date. (@seancorfield)
|
* Bring all dependencies up-to-date. (@seancorfield)
|
||||||
* Add `run-tests.sh` to make it easier to run the same tests manually that run on TravisCI. (@seancorfield)
|
* Add `run-tests.sh` to make it easier to run the same tests manually that run on Travis-CI. (@seancorfield)
|
||||||
* Add `deps.edn` to support `clj`/`tools.deps.alpha`. (@seancorfield)
|
* Add `deps.edn` to support `clj`/`tools.deps.alpha`. (@seancorfield)
|
||||||
* Expose `#sql/inline` data reader. (@seancorfield)
|
* Expose `#sql/inline` data reader. (@seancorfield)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue