Skip to content

Latest commit

 

History

History
261 lines (159 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

261 lines (159 loc) · 14.5 KB

Change Log

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