Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Latest commit

Β 

History

History
299 lines (192 loc) Β· 19.9 KB

CHANGELOG.md

File metadata and controls

299 lines (192 loc) Β· 19.9 KB

Change Log

v0.5.3 (2018-10-21)

Full Changelog

Closed issues:

  • An in-range update of @feathersjs/socketio is breaking the build 🚨 #122
  • An in-range update of debug is breaking the build 🚨 #121
  • Missing TypeScript Support/Typings Support #117

Merged pull requests:

v0.5.2 (2018-06-03)

Full Changelog

Closed issues:

  • How do I add a custom method to the rethinkdb service ? #115
  • how use table- join ? #112
  • Query $In Generating error when passed with more than 30 Values #111
  • How to use Customizing the query #110
  • Service hooks called multiple times #80

Merged pull requests:

v0.5.1 (2018-02-10)

Full Changelog

Closed issues:

  • Querying for numeric equality #105
  • Expected type TABLE but found SELECTION #102

Merged pull requests:

v0.5.0 (2017-12-01)

Full Changelog

Closed issues:

  • FeathersJS REST Multiple Query String #100
  • Hello how find record with param orderby ? #99
  • An in-range update of feathers-hooks is breaking the build 🚨 #95
  • Support searching against nested fields using dot notation #89

Merged pull requests:

v0.4.3 (2017-05-30)

Full Changelog

Closed issues:

  • Set default value in patch/update for "params" parameter #81

Merged pull requests:

v0.4.2 (2017-04-15)

Full Changelog

Merged pull requests:

  • Sets default value for "params" in service method signatures #82 (tjramage)
  • Update dependencies to enable Greenkeeper 🌴 #79 (greenkeeper[bot])

v0.4.1 (2017-03-26)

Full Changelog

Merged pull requests:

  • Remove provider for hooks in changefeed events #77 (daffl)

v0.4.0 (2017-03-26)

Full Changelog

Merged pull requests:

  • Allow changefeed event data to be processed by after hooks #75 (daffl)

v0.3.7 (2017-03-03)

Full Changelog

Closed issues:

  • Incorrect error message and/or lack of support for DB toggling/changing #72

Merged pull requests:

  • Fix and cleanup from previous check in #74 (genyded)

v0.3.6 (2017-03-02)

Full Changelog

Merged pull requests:

v0.3.5 (2017-02-18)

Full Changelog

Closed issues:

  • Where is ../lib?? #69

Merged pull requests:

  • Fix example test and add test for params.rethinkdb #70 (daffl)
  • Add params.rethinkdb to pass driver options #68 (patrykwegrzyn)

v0.3.4 (2017-02-04)

Full Changelog

Closed issues:

  • Doesn't create database or tables #66

Merged pull requests:

  • Added missing params argument in calling _get method #67 (tarraso)

v0.3.3 (2016-12-21)

Full Changelog

Closed issues:

  • Query with $and condition? #62
  • Hangs creating pool on Windows #61
  • Missing real-time changefeed documentation #21

Merged pull requests:

v0.3.2 (2016-11-20)

Full Changelog

Merged pull requests:

  • Update createQuery signature #59 (daffl)

v0.3.1 (2016-11-20)

Full Changelog

Closed issues:

  • Add utility for creating a table #54
  • $search not working - cannot convert undefined with r.expr() #31
  • Add test for $search #26
  • Support cursors #13
  • Create tests for returning cursors. #4

Merged pull requests:

v0.3.0 (2016-11-15)

Full Changelog

Closed issues:

  • Boolean values #52
  • Can't figure out how to get $in to work #48
  • $sort doesn't seem to work as expected #47
  • Travis tests running out of memory when starting RethinkDB server #41
  • Make $or use the parseQuery function #5
  • Create additional query tests. #3

Merged pull requests:

v0.2.8 (2016-09-27)

Full Changelog

v0.2.7 (2016-09-27)

Full Changelog

v0.2.6 (2016-09-27)

Full Changelog

v0.2.5 (2016-09-27)

Full Changelog

v0.2.4 (2016-09-27)

Full Changelog

Closed issues:

  • Mention id option in documentation #35

Merged pull requests:

  • Accept string or integer $sort param #43 (pkese)
  • Fix sample code to use tableCreate() instead of another dbCreate() #37 (sjmcdowall)

v0.2.3 (2016-08-25)

Full Changelog

Closed issues:

  • Cannot read property '0' of undefined when creating multiple entries #33

Merged pull requests:

v0.2.2 (2016-07-23)

Full Changelog

Closed issues:

  • TypeError: Cannot read property '0' of undefined #29
  • TypeError: Cannot read property '0' of undefined #28
  • Add $regexp type filter #16

Merged pull requests:

v0.2.1 (2016-06-04)

Full Changelog

Closed issues:

  • event filters duplicated #25
  • Create a RethinkDB adapter that uses Thinky ORM #1

Merged pull requests:

  • Fixes undefined res.generated_keys on create() when doc submitted w/ an id #24 (alvin)
  • Add support for $match and regexp #19 (codermapuche)
  • handles undefined on update() result.changes #18 (alvin)

v0.2.0 (2016-04-11)

Full Changelog

Closed issues:

  • Automated tests in Travis #12
  • implement changefeeds #2

Merged pull requests:

  • Implement real-time changefeeds #15 (daffl)
  • Small refactoring and Travis CI #14 (daffl)

v0.1.1 (2016-04-06)

Full Changelog

Closed issues:

  • Is this still in dev? #9

v0.1.0 (2016-04-02)

Closed issues:

  • Move rethinkdbdash to a dev dependency. #11
  • Make it pass all tests #10
  • Rework the find method. #8
  • Allow reusing an existing connection. #7

* This Change Log was automatically generated by github_changelog_generator