reqlite

Reqlite - RethinkDB in JavaScript

MIT License

Downloads
56
Stars
338
Committers
10

Bot releases are hidden (Show)

reqlite - v2.3.0 Latest Release

Published by neumino over 8 years ago

  • Update for RethinkDB 2.3
    • Implement the new handshake
    • Implement fold
    • Fix a few discrepancies between 2.2 and 2.3
reqlite - v2.2.10

Published by neumino over 8 years ago

  • Fix updating nested objects - Fix #78
reqlite - v2.2.9

Published by neumino over 8 years ago

  • Handle r.asc/desc in indexes - Fix #76
reqlite - v2.2.8

Published by neumino over 8 years ago

  • Fix r.minval/r.maxval when they need to be evaluated - Fix #71
  • Fix ordering for sequences containing non returnable datums
reqlite - v2.2.7

Published by neumino almost 9 years ago

  • Fix comparison operations for dates - Pull request #70 by @simonratner
reqlite - v2.2.6

Published by neumino almost 9 years ago

  • Fix operations on dates - Fix #67 (pull request #68)
reqlite - v2.2.5

Published by neumino almost 9 years ago

  • Add a way to programmatically stop the server - PR by @yamalight

NB: Proper commit is a8c4ae057ec635c0347fe3044a4713eaa085c0ce

reqlite - v2.2.4

Published by neumino almost 9 years ago

  • Use container infrastructure for Travis
reqlite - v2.2.3

Published by neumino almost 9 years ago

  • Return a SERVER_INFO type for conn.server()
  • Fix merge with a document - PR #47
reqlite - v2.2.2

Published by neumino almost 9 years ago

  • Get reqlite to work in the browser!
  • Add an example to run reqlite in the browser
reqlite - v2.2.1

Published by neumino almost 9 years ago

  • Fix a circular dependency between group.js and sequence.js
reqlite - v2.2.0

Published by neumino almost 9 years ago

  • Update for RethinkDB 2.2
    • Add values()
    • Add returnInitial for changes
    • Add connection.server()
  • Fix #61
    • append should deepcopy before mutating the value
    • util._merge should properly handle sequences
  • Properly handle null for update and replace - Fix #60
  • Properly catch out of bounds error with default - Fix #59
  • Handle returnChanges: 'always``indelete` - Fix #58
reqlite - v2.1.4

Published by neumino almost 9 years ago

  • Add support for returnChanges: 'always' for insert - PR by @simonratner
reqlite - v2.1.3

Published by neumino about 9 years ago

  • Add support for returnChanges: 'always'
reqlite - v2.1.2

Published by neumino about 9 years ago

  • Update geographic lib - PR by @threepointone
  • Add eslint - PR by @threepointone
  • Fix/clean little things
reqlite - v2.1.1

Published by neumino about 9 years ago

  • Add floor, ceil and round.
reqlite - v2.1.0

Published by neumino about 9 years ago

  • Update existing terms for 2.1
reqlite - v2.0.6

Published by neumino about 9 years ago