All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
order-by
with multiple fieldsget-field
can get nested fields when passed a vectorclojure.data.codec
library. This requires Java 8.indexes-of
to offsets-of
get-intersection
to get-intersecting
group
with multiple fieldsrange
table-create
read-timeout
option to connecttable
to xs
. #76RethinkDB server:
. #100table
. #78<response map>
to {:type :op-failed :response }`. #77changes
that allows you to pass optargs. #112uuid
to allow you to pass a string. The string is then SHA-1 hashed to a UUID. Only valid in RethinkDB >= 2.2. #109values
. This is analogous to Clojure's vals
function. Only valid in RethinkDB >= 2.2. #110server
. This is used to retrieve information about the server you are connected to. #111reconfigure
. #78wait
. #78fn
macro to ClojureScript rethinkdb.query
namespace. #64rethinkdb.query/order-by
function to ClojureScript. #65rethinkdb.query/default
function, for supplying a default value/function for missing values. 90b58cdrethinkdb
to com.apa512
. #102, #92rethinkdb.query/without
.rethinkdb.query/merge
to support merging any number of objects.rethinkdb.query/index-create
to allow creating simple indexes from field names. #86rethinkdb.query/time
arity to only allow 3, 4, 6, and 7 arguments. Also update docstring to make usage clearer. This was already enforced on the server, but will now be enforced by the client library too. #87rethinkdb.core/close
. #44rethinkdb.core/connect
into rethinkdb.query/connect
so you don't need to import the rethinkdb.core
namespace. #44table-drop
, and table-list
which doesn't require a db. #54rethinkdb.query
ns explaining DB priority #54clojure.lang.ExceptionInfo
. #41 #560.10.1
is the last release that will support Clojure 1.6. Future release will require Clojure 1.7 or above. This is to allow the use of cljc Reader Conditionals.NB 0.10.0
was partly released but due to a Clojars snafu 0.10.1
is the recommended release to use.
rethinkdb.query/filter
to allow optargs #43rethinkdb.query/table
to not require a db. #39Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close