Add Changelog 0.9.2

This commit is contained in:
Andrea Richiardi 2018-03-13 15:01:14 -07:00
parent 1e76bc00ca
commit b0570aae13

View file

@ -1,3 +1,14 @@
## 0.9.2
* Remove `nil` `:and` arguments for where. Fix #203. (@michaelblume)
* Fix nested `select` formatting. Fix #198. (@visibletrap)
* Limit value context to sequences in value positions. (@xiongtx)
* Avoid wrapping QUERY with parens while formatting `INSERT INTO ... QUERY`. (@emidln)
* Allow for custom name-transform-fn. Fix #193. (@madvas)
* Add :intersect to default-clause-priorities. (@kenfehling)
* Add `:parameterizer` `:none` for skipping `clojure.java.jdbc` parameter generation. (@arichiardi)
* Add ClojureScript self-host support. (@arichiardi)
## 0.9.1
* Add helper to inline values/prevent parameterization (@michaelblume)