Skip to content

Releases: neumino/reqlite

v2.3.0

05 Jul 22:53
Compare
Choose a tag to compare
  • Update for RethinkDB 2.3
    • Implement the new handshake
    • Implement fold
    • Fix a few discrepancies between 2.2 and 2.3

v2.2.10

12 Jun 01:25
Compare
Choose a tag to compare
  • Fix updating nested objects - Fix #78

v2.2.9

02 Mar 07:29
Compare
Choose a tag to compare
  • Handle r.asc/desc in indexes - Fix #76

v2.2.8

14 Feb 19:23
Compare
Choose a tag to compare
  • Fix r.minval/r.maxval when they need to be evaluated - Fix #71
  • Fix ordering for sequences containing non returnable datums

v2.2.7

06 Jan 07:50
Compare
Choose a tag to compare

v2.2.6

05 Jan 07:32
Compare
Choose a tag to compare
  • Fix operations on dates - Fix #67 (pull request #68)

v2.2.5

18 Dec 01:48
Compare
Choose a tag to compare
  • Add a way to programmatically stop the server - PR by @yamalight

NB: Proper commit is a8c4ae0

v2.2.4

02 Dec 07:05
Compare
Choose a tag to compare
  • Use container infrastructure for Travis

v2.2.3

01 Dec 05:51
Compare
Choose a tag to compare
  • Return a SERVER_INFO type for conn.server()
  • Fix merge with a document - PR #47

v2.2.2

01 Dec 03:14
Compare
Choose a tag to compare
  • Get reqlite to work in the browser!
  • Add an example to run reqlite in the browser