Releases: neumino/reqlite
Releases · neumino/reqlite
v2.3.0
- Update for RethinkDB 2.3
- Implement the new handshake
- Implement
fold
- Fix a few discrepancies between 2.2 and 2.3
v2.2.10
- Fix updating nested objects - Fix #78
v2.2.9
- Handle r.asc/desc in indexes - Fix #76
v2.2.8
- Fix r.minval/r.maxval when they need to be evaluated - Fix #71
- Fix ordering for sequences containing non returnable datums
v2.2.6
- Fix operations on dates - Fix #67 (pull request #68)
v2.2.5
- Add a way to programmatically stop the server - PR by @yamalight
NB: Proper commit is a8c4ae0
v2.2.4
- Use container infrastructure for Travis
v2.2.3
- Return a
SERVER_INFO
type for conn.server()
- Fix
merge
with a document - PR #47
v2.2.2
- Get
reqlite
to work in the browser!
- Add an example to run
reqlite
in the browser