Skip to content

Latest commit

 

History

History
487 lines (311 loc) · 32.4 KB

CHANGELOG.md

File metadata and controls

487 lines (311 loc) · 32.4 KB

Change Log

v3.1.1 (2018-06-03)

Full Changelog

Closed issues:

  • Custom id field does not work in get request with id #210
  • Question about executing sql string using feathers-sequelize #208
  • Version 10 of node.js has been released #205
  • sub include relations with Sequelize: Query error #204

Merged pull requests:

v3.1.0 (2018-03-27)

Full Changelog

Merged pull requests:

  • Support params.query in update() #189 (TimNZ)

v3.0.2 (2018-03-25)

Full Changelog

Closed issues:

  • Requesting for associated data returns empty #197
  • Is it possible to query for related data through REST? #195
  • sequelize version 4.35 not permit $in #193
  • Custom getter not being called properly. #129

Merged pull requests:

v3.0.1 (2018-03-07)

Full Changelog

Closed issues:

  • raw: false, does not work with with Buzzard #184
  • "error: NotFound: No record found for id" when calling with socket.io #179

Merged pull requests:

v3.0.0 (2017-12-04)

Full Changelog

Closed issues:

  • Populate joined table on create #180
  • Return associated data from joined table? #177
  • How to work with the relationship from URL query? #176

Merged pull requests:

v2.4.0 (2017-11-06)

Full Changelog

Merged pull requests:

v2.3.2 (2017-10-14)

Full Changelog

Closed issues:

  • The patch on postgres is selecting every row from the table before updating #168
  • Can't override id field when declaring a (MySQL) service #164
  • Run tests against all sequelize dialects #163
  • Adding model includes returns incorrect paging count #161
  • Raw associations prevent pagination total being available #137
  • update not working? #125

Merged pull requests:

v2.3.1 (2017-09-06)

Full Changelog

Closed issues:

  • [Question] Should new tests be using Postgres or SQLite or both? #154
  • Multiple rows delete #153

Merged pull requests:

v2.3.0 (2017-08-19)

Full Changelog

Closed issues:

  • use inside php server #151
  • Patch returns Model instance by default #146
  • Run tests against PostgreSQL #105
  • Avoid findAndCount if paginate is false #95

Merged pull requests:

v2.2.1 (2017-08-08)

Full Changelog

Closed issues:

  • All service methods should take into account the query parameter #143

Merged pull requests:

v2.2.0 (2017-07-24)

Full Changelog

Closed issues:

  • Is there any full example about database relationship? #141
  • Query fails when using the $contains operator with a single value #135
  • Allow scope() to be used for operations #130

Merged pull requests:

v2.1.0 (2017-07-13)

Full Changelog

Closed issues:

  • Hydrate is not compatible with Sequelize 4.x #138
  • Update only one parameter in row #136
  • Hook Includes not working #134
  • Hydrate not being exported correctly #133
  • An in-range update of feathers-rest is breaking the build 🚨 #132
  • No record found #128
  • many to many (through model, with extra field in junction table) error "<Model1> is not associated to <Model2>" #126
  • find total is always zero when raw is false #118
  • N:N relation using React Native #109

Merged pull requests:

  • Add compatibility for documented hydration hook imports #140 (daffl)
  • fix(hydrate): Fix the factory function so that Sequelize 4.x is supported #139 (dschnare)
  • Update sequelize to the latest version 🚀 #123 (greenkeeper[bot])

v2.0.1 (2017-06-09)

Full Changelog

Closed issues:

  • Allow custom primary keys #122
  • Investigate issue where getters, setters not being called #116
  • Model.create ignoring field and virtual setters #113
  • An in-range update of feathers is breaking the build 🚨 #112
  • Using include breaks the find method query #111
  • An in-range update of feathers-errors is breaking the build 🚨 #110
  • Add lean attribute to automatically call toJSON? #19
  • Add a toJSON bundled hook like mongoose #18

Merged pull requests:

v2.0.0 (2017-05-03)

Full Changelog

Closed issues:

  • update() breaks when sequelize configured with raw:true #99
  • Discuss querying of NULL values #96

Merged pull requests:

v1.4.5 (2017-03-26)

Full Changelog

Merged pull requests:

v1.4.4 (2017-03-24)

Full Changelog

Closed issues:

  • Relation between Models not working. #98
  • Can we create nested models in one go? #97
  • Add example for model relations #20

Merged pull requests:

  • checking for the toJSON method on the instance before calling it #100 (lowip)

v1.4.3 (2017-03-17)

Full Changelog

Merged pull requests:

  • use 'returning: true' for postgres to keep patch and its response atomic #93 (MichaelErmer)

v1.4.2 (2017-03-14)

Full Changelog

Merged pull requests:

v1.4.1 (2017-03-10)

Full Changelog

Closed issues:

  • $populate does not seem to work #89
  • updated_at column does not get updated at PATCH request #88
  • Suggested pattern to create a multi model service #86
  • GroupBy issue #84
  • Concat and other sequelize functions #81
  • Solved: How to add relationship #80
  • Consider creating a sequelize instance during updates: #63

Merged pull requests:

v1.4.0 (2016-11-11)

Full Changelog

Closed issues:

  • TypeError: Cannot read property '2' of null #71
  • ES6/Babel #68

Merged pull requests:

v1.3.3 (2016-09-28)

Full Changelog

Merged pull requests:

v1.3.2 (2016-08-25)

Full Changelog

Closed issues:

  • Cannot call remove service method when id field name is custom #60
  • Make params optional #59
  • Exporting utils.js #58

Merged pull requests:

v1.3.1 (2016-07-20)

Full Changelog

Merged pull requests:

v1.3.0 (2016-07-08)

Full Changelog

Fixed bugs:

  • We shouldn't remove properties from original objects #49

Merged pull requests:

v1.2.0 (2016-06-17)

Full Changelog

Merged pull requests:

v1.1.6 (2016-06-15)

Full Changelog

Closed issues:

  • TypeError: Cannot read property '$nin' of undefined #45

Merged pull requests:

  • Allow querying for null values #47 (daffl)

v1.1.5 (2016-06-10)

Full Changelog

Closed issues:

  • Custom id column name #40
  • Find() generates an invalid query with pagination but no order. #39
  • Private method _get() not processing parameters #22
  • Support $search #15

Merged pull requests:

v1.1.4 (2016-03-10)

Full Changelog

Closed issues:

  • Create method should support options param #25

Merged pull requests:

  • adding support for sequelize options #27 (ekryski)

v1.1.3 (2016-03-09)

Full Changelog

Closed issues:

  • Hook result data shouldn't have sequelize info #24
  • Service methods should reject with feathers error instance rather throwing in-place #23
  • When i need force sync? #21
  • How to retrieve records for a many to many relationship? #16

Merged pull requests:

v1.1.2 (2016-02-24)

Full Changelog

Closed issues:

  • How do you retrieve associations in the response? #12

Merged pull requests:

v1.1.1 (2016-02-02)

Full Changelog

Merged pull requests:

v1.1.0 (2016-01-30)

Full Changelog

Closed issues:

  • How to add the model name in the REST response #11
  • Review patch and remove many for consistency #8

Merged pull requests:

  • Use internal methods instead of service methods directly #13 (daffl)

v1.0.10 (2016-01-24)

Full Changelog

Merged pull requests:

v1.0.9 (2016-01-11)

Full Changelog

Merged pull requests:

v1.0.8 (2016-01-09)

Full Changelog

Merged pull requests:

v1.0.7 (2016-01-06)

Full Changelog

Closed issues:

  • Expose Sequelize lib #6

v1.0.6 (2015-12-29)

Full Changelog

v1.0.5 (2015-12-21)

Full Changelog

v1.0.4 (2015-12-21)

Full Changelog

v1.0.3 (2015-12-21)

Full Changelog

v1.0.2 (2015-12-21)

Full Changelog

v1.0.1 (2015-12-19)

Full Changelog

v1.0.0 (2015-12-19)

Full Changelog

Merged pull requests:

v0.2.1 (2015-12-18)

Full Changelog

Closed issues:

  • only one instance of babel-polyfill is allowed #3

Merged pull requests:

v0.2.0 (2015-12-13)

Full Changelog

Closed issues:

  • Take a look at feathers-orm-service which uses sequelize #1

Merged pull requests:

  • Migration to ES6 classes and Promises, support for pagination #2 (daffl)

v0.1.0 (2015-11-23)

* This Change Log was automatically generated by github_changelog_generator