1. 08 Feb, 2013 5 commits
  2. 06 Feb, 2013 9 commits
  3. 05 Feb, 2013 4 commits
  4. 30 Jan, 2013 1 commit
  5. 29 Jan, 2013 5 commits
  6. 28 Jan, 2013 6 commits
  7. 24 Jan, 2013 5 commits
  8. 23 Jan, 2013 4 commits
  9. 22 Jan, 2013 1 commit
    • Tristan Cavelier's avatar
      revisionstorage updated to pass tests · a9c06bba
      Tristan Cavelier authored
      "put" and "post" improved to update a document with its revision history
      jio.put({"_id": "mydoc", "_revs": ["2-second", "1-first"]}, callback);
      revs_info will be [{
        "rev": "2-second",
        "status": "available"
      }, {
        "rev": "1-first",
        "status": "missing"
      }]
      a9c06bba