UNPKG

feathers-sequelize

Version:
726 lines (448 loc) 60.6 kB
# Changelog ## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/HEAD) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.3.4...HEAD) **Merged pull requests:** - Do not allow raw attribute selects [\#393](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/393) ([daffl](https://github.com/daffl)) - chore\(dependencies\): Update all dependencies [\#392](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/392) ([daffl](https://github.com/daffl)) - chore\(dependencies\): Update all dependencies [\#391](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/391) ([daffl](https://github.com/daffl)) ## [v6.3.4](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.4) (2022-06-08) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.3.3...v6.3.4) ## [v6.3.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.3) (2022-04-13) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.3.2...v6.3.3) **Closed issues:** - Unable to modify hook result of referenced models [\#365](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/365) **Merged pull requests:** - Prevent query prototype polution [\#389](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/389) ([daffl](https://github.com/daffl)) - chore\(dependencies\): Update all dependencies [\#388](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/388) ([daffl](https://github.com/daffl)) - chore\(dependencies\): Update all dependencies [\#387](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/387) ([daffl](https://github.com/daffl)) - chore\(dependencies\): Update all dependencies [\#386](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/386) ([daffl](https://github.com/daffl)) - chore\(dependencies\): Update all dependencies [\#381](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/381) ([daffl](https://github.com/daffl)) - chore\(dependencies\): Update all dependencies [\#380](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/380) ([daffl](https://github.com/daffl)) - chore\(dependencies\): Update all dependencies [\#379](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/379) ([daffl](https://github.com/daffl)) ## [v6.3.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.2) (2021-10-19) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.3.1...v6.3.2) ## [v6.3.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.1) (2021-10-14) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.3.0...v6.3.1) ## [v6.3.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.0) (2021-10-14) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.2.0...v6.3.0) **Closed issues:** - Got 404 No Record Found while using include in before get hooks [\#377](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/377) - id is not set correctly to a non-null value when using multi-create and throws an error instead of creating [\#374](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/374) - Query by Association [\#373](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/373) - How can I use a limit and a required in an include? [\#369](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/369) - Use attributes exclude [\#361](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/361) - Sequelize v6 [\#358](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/358) **Merged pull requests:** - fix: use '$and' in '\_get'-method [\#378](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/378) ([fratzinger](https://github.com/fratzinger)) - Remove unnecessary backwards compatibility checks [\#376](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/376) ([daffl](https://github.com/daffl)) - Update dependencies and repository infrastructure [\#375](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/375) ([daffl](https://github.com/daffl)) - Docs update about top-level where and nested column syntax [\#372](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/372) ([Artaud](https://github.com/Artaud)) - Be able to sort nulls before or after not-nulls values [\#370](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/370) ([MariaCamilaCubides](https://github.com/MariaCamilaCubides)) - typing: add 'operators' to SequelizeServiceOptions [\#367](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/367) ([fratzinger](https://github.com/fratzinger)) - Upgrade dependencies [\#359](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/359) ([silvestreh](https://github.com/silvestreh)) - Update README.md [\#353](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/353) ([eclecticlly](https://github.com/eclecticlly)) ## [v6.2.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.2.0) (2020-04-29) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.1.0...v6.2.0) **Closed issues:** - Model.update\(\) method used by patch\(\) does not support includes. [\#347](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/347) - Patching with query does not return expected results in query property was patched [\#346](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/346) - Incorrect format of DataTypes.BIGINT.UNSIGNED fields into the produced json [\#341](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/341) - How to include $like operator in service.js [\#336](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/336) - An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 [\#335](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/335) - $sort by RAND\(\) [\#330](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/330) - queryWithCurrentUser gives NotFound: No record found for id 'null' [\#329](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/329) - Before HOOK to be able to GET soft deleted item [\#328](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/328) - Eagerly return associations of Create [\#327](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/327) - An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 [\#325](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/325) **Merged pull requests:** - Include associations in patch and update and return proper values [\#350](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/350) ([DaddyWarbucks](https://github.com/DaddyWarbucks)) - Support includes in update and patch [\#349](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/349) ([DaddyWarbucks](https://github.com/DaddyWarbucks)) - Update pg to the latest version 🚀 [\#345](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/345) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update dtslint to the latest version 🚀 [\#342](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/342) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update all dependencies and Types version [\#338](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/338) ([daffl](https://github.com/daffl)) - Add docs for broken MSSQL [\#337](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/337) ([daffl](https://github.com/daffl)) - Update dtslint to the latest version 🚀 [\#334](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/334) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update dtslint to version 1.0.2 [\#333](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/333) ([daffl](https://github.com/daffl)) - Update mysql2 to the latest version 🚀 [\#331](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/331) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Greenkeeper/@feathersjs/adapter commons 4.3.8 [\#326](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/326) ([daffl](https://github.com/daffl)) ## [v6.1.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.1.0) (2019-10-07) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.0.2...v6.1.0) **Merged pull requests:** - Update all dependencies [\#324](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/324) ([daffl](https://github.com/daffl)) ## [v6.0.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.0.2) (2019-09-29) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.0.1...v6.0.2) **Closed issues:** - FeathersJS Inserts 2 records into MySql from 1 REST call [\#321](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/321) - An in-range update of @feathersjs/express is breaking the build 🚨 [\#318](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/318) - Many to many relation result duplicate objects [\#317](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/317) - An in-range update of dtslint is breaking the build 🚨 [\#315](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/315) - Patch/Remove methods mess up Find method [\#313](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/313) - Warning When Starting Feathers when using Sequelize 5.10.0 with feathers-sequelize 5.1.3 [\#305](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/305) **Merged pull requests:** - Pass entity type to AdapterService\<T\> and update dependencies [\#322](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/322) ([daffl](https://github.com/daffl)) - Update README.md [\#320](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/320) ([jvidalgz](https://github.com/jvidalgz)) - Update dependencies and lint files [\#319](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/319) ([daffl](https://github.com/daffl)) - Update semistandard to the latest version 🚀 [\#316](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/316) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Docs: improve instruction for setting the 'dialect' variable [\#309](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/309) ([bravo-kernel](https://github.com/bravo-kernel)) ## [v6.0.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.0.1) (2019-07-22) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.0.0...v6.0.1) **Closed issues:** - UPDATE forces raw false [\#311](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/311) - After hook in service not running when same endpoint called in quick succession [\#308](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/308) - upgrade sequelize to avoid SQL injection vuln [\#306](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/306) **Merged pull requests:** - Use correct raw setting on update [\#312](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/312) ([daffl](https://github.com/daffl)) - Update dtslint to the latest version 🚀 [\#307](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/307) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.0.0) (2019-07-06) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.3...v6.0.0) **Closed issues:** - How to use Sequelize increment method with this adapter [\#303](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/303) - An in-range update of pg is breaking the build 🚨 [\#301](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/301) - Feather-sequelize $or operator not working [\#299](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/299) - An in-range update of sqlite3 is breaking the build 🚨 [\#298](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/298) - An in-range update of body-parser is breaking the build 🚨 [\#296](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/296) - An in-range update of sequelize is breaking the build 🚨 [\#295](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/295) - options.whitelist overwrites merged operators and whitelist [\#292](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/292) - Underscored foreignKeys failing when upgrading to v5 [\#287](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/287) **Merged pull requests:** - Add TypeScript definitions and upgrade tests to Feathers 4 [\#304](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/304) ([daffl](https://github.com/daffl)) - Lock CI to Node 11 for now [\#302](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/302) ([daffl](https://github.com/daffl)) ## [v5.1.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.1.3) (2019-04-18) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.2...v5.1.3) **Closed issues:** - $iLike operator declared incorrectly in default operators [\#290](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/290) **Merged pull requests:** - Solve whitelist merge problem [\#293](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/293) ([DaddyWarbucks](https://github.com/DaddyWarbucks)) ## [v5.1.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.1.2) (2019-04-17) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.1...v5.1.2) **Implemented enhancements:** - Unflatten results of raw queries [\#149](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/149) **Closed issues:** - How to return man-to-many relationship? [\#288](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/288) **Merged pull requests:** - Fix iLike typo [\#291](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/291) ([DaddyWarbucks](https://github.com/DaddyWarbucks)) ## [v5.1.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.1.1) (2019-04-09) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.0...v5.1.1) **Closed issues:** - belongsToMany Association [\#285](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/285) **Merged pull requests:** - Add returning: true for bulk creates [\#286](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/286) ([daffl](https://github.com/daffl)) ## [v5.1.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.1.0) (2019-04-05) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.0.1...v5.1.0) **Closed issues:** - include association's association [\#284](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/284) ## [v5.0.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.0.1) (2019-03-30) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.0.0...v5.0.1) **Implemented enhancements:** - Is there a way to createQuery? [\#228](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/228) - count is slow on large data sets [\#178](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/178) **Closed issues:** - Sequelize V5 [\#283](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/283) - Incorrect Error Type [\#269](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/269) ## [v5.0.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.0.0) (2019-03-30) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.1.1...v5.0.0) **Merged pull requests:** - Update tests to verify that id of bulk create is not null [\#282](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/282) ([daffl](https://github.com/daffl)) - Update sequelize to the latest version 🚀 [\#281](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/281) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Wraps a SequelizeDatabaseError as a GeneralError [\#275](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/275) ([honzahommer](https://github.com/honzahommer)) ## [v4.1.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.1.1) (2019-02-27) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.1.0...v4.1.1) **Closed issues:** - Multi Patch fails when used with default pagination [\#279](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/279) - Question: Multiple database connection [\#278](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/278) **Merged pull requests:** - Fix issue with patch when using pagination by default [\#280](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/280) ([nicholasnelson](https://github.com/nicholasnelson)) - Update mocha to the latest version 🚀 [\#276](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/276) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v4.1.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.1.0) (2019-01-25) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.8...v4.1.0) **Closed issues:** - Sorted and limited query does not respect the sort first [\#272](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/272) **Merged pull requests:** - Determine primary key name [\#273](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/273) ([edwardsmarkf](https://github.com/edwardsmarkf)) - Tighten up some options.Model/Sequelize/getModel related code. [\#267](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/267) ([AndrewJDR](https://github.com/AndrewJDR)) ## [v4.0.8](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.8) (2019-01-10) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.7...v4.0.8) **Merged pull requests:** - Make sure that queries with id property work properly [\#271](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/271) ([daffl](https://github.com/daffl)) - Update @feathersjs/adapter-commons to the latest version 🚀 [\#270](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/270) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v4.0.7](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.7) (2018-12-29) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.6...v4.0.7) **Merged pull requests:** - Add default params to hook-less methods [\#268](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/268) ([daffl](https://github.com/daffl)) ## [v4.0.6](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.6) (2018-12-27) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.5...v4.0.6) **Merged pull requests:** - Use Sequelize directly to access Op [\#266](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/266) ([honzahommer](https://github.com/honzahommer)) ## [v4.0.5](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.5) (2018-12-26) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.4...v4.0.5) **Merged pull requests:** - Added getModel override param passing tests and fixes [\#265](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/265) ([AndrewJDR](https://github.com/AndrewJDR)) ## [v4.0.4](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.4) (2018-12-22) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.3...v4.0.4) **Merged pull requests:** - Only filter plain objects in query [\#264](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/264) ([daffl](https://github.com/daffl)) ## [v4.0.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.3) (2018-12-21) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.2...v4.0.3) **Closed issues:** - getModel\(\) overriding with parameters broken in 4.0.x [\#261](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/261) **Merged pull requests:** - Fix recursive getModel call when using this.Model [\#263](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/263) ([daffl](https://github.com/daffl)) ## [v4.0.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.2) (2018-12-21) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.1...v4.0.2) **Merged pull requests:** - Make sure that Symbols are included in filtered query [\#260](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/260) ([daffl](https://github.com/daffl)) ## [v4.0.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.1) (2018-12-21) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.0...v4.0.1) **Merged pull requests:** - Add service.Model back [\#259](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/259) ([daffl](https://github.com/daffl)) - Convert all Sequelize errors into a safe FeathersError [\#258](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/258) ([daffl](https://github.com/daffl)) ## [v4.0.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.0) (2018-12-20) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.1.3...v4.0.0) **Implemented enhancements:** - Use Sequelize Symbol based operators for better security [\#244](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/244) **Fixed bugs:** - Ensure `params` are always passed through to all service calls [\#234](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/234) - Remove error details in production [\#231](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/231) **Closed issues:** - Include as array, no longer working [\#239](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/239) - feathers-sequelize with hook update only selected columns. [\#238](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/238) **Merged pull requests:** - Securely hide original Sequelize error [\#257](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/257) ([daffl](https://github.com/daffl)) - Upgrade to @feathersjs/adapter-commons and latest common service features [\#256](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/256) ([daffl](https://github.com/daffl)) - Update dependencies [\#255](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/255) ([daffl](https://github.com/daffl)) - Migrate tests to async/await [\#254](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/254) ([daffl](https://github.com/daffl)) - De-duplicate connection setup [\#253](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/253) ([daffl](https://github.com/daffl)) - Fixed issue where params are ignored on update service calls. [\#252](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/252) ([AndrewJDR](https://github.com/AndrewJDR)) ## [v3.1.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.1.3) (2018-10-29) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.1.2...v3.1.3) **Closed issues:** - Include hook doesn't work on create [\#242](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/242) - Warning messages when using "sequelize db:migrate" [\#240](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/240) - Extending service class fails when transpiling to ES5 [\#237](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/237) - Example in readme.md doesn't work [\#236](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/236) - How to use raw where clause [\#233](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/233) - Associations on Create [\#230](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/230) - Valid password characters can break the connection string [\#229](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/229) - Does Feathers-Sequalize support class and instance methods? [\#225](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/225) - Find & include data structure shape [\#224](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/224) - Fix bug Pg-Native [\#222](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/222) - Connection pool [\#221](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/221) - Question: Feathers Sequelize raw query and feathers service without using model. [\#215](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/215) - Sub include relations with Sequelize: Query erro [\#203](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/203) **Merged pull requests:** - use transactions in `update`, related to \#188 [\#243](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/243) ([jiangts](https://github.com/jiangts)) - Update README to fix \#240 [\#241](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/241) ([leedongwei](https://github.com/leedongwei)) - minor typos [\#232](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/232) ([Strongbyte-ES](https://github.com/Strongbyte-ES)) - Update README: Latest version requires mysql2 [\#219](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/219) ([ricardopolo](https://github.com/ricardopolo)) ## [v3.1.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.1.2) (2018-06-07) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.1.1...v3.1.2) **Fixed bugs:** - `Paginate` option for a feathers-sequelize service is not working as expected [\#186](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/186) **Closed issues:** - options object extra data lost [\#209](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/209) **Merged pull requests:** - Default paginate option value set to false instead of empty object [\#217](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/217) ([alex-friedl](https://github.com/alex-friedl)) - keeping options data with the service [\#216](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/216) ([pyvkd](https://github.com/pyvkd)) ## [v3.1.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.1.1) (2018-06-03) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.1.0...v3.1.1) **Closed issues:** - Custom id field does not work in get request with id [\#210](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/210) - Question about executing sql string using feathers-sequelize [\#208](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/208) - Version 10 of node.js has been released [\#205](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/205) - sub include relations with Sequelize: Query error [\#204](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/204) **Merged pull requests:** - Update uberproto to the latest version 🚀 [\#214](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/214) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Add the explicit call to setup\(\) to initialize relations. [\#212](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/212) ([edwardmsmith](https://github.com/edwardmsmith)) - Update to node 10 in .travis.yml [\#206](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/206) ([daffl](https://github.com/daffl)) - Fixing references to context vs. hook [\#202](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/202) ([corymsmith](https://github.com/corymsmith)) - Update README.md [\#200](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/200) ([DesignByOnyx](https://github.com/DesignByOnyx)) ## [v3.1.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.1.0) (2018-03-27) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.0.2...v3.1.0) **Merged pull requests:** - Support params.query in update\(\) [\#189](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/189) ([TimNZ](https://github.com/TimNZ)) ## [v3.0.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.0.2) (2018-03-25) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.0.1...v3.0.2) **Closed issues:** - Requesting for associated data returns empty [\#197](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/197) - Is it possible to query for related data through REST? [\#195](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/195) - sequelize version 4.35 not permit $in [\#193](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/193) - Custom getter not being called properly. [\#129](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/129) **Merged pull requests:** - Update sqlite3 to the latest version 🚀 [\#196](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/196) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Fix Sequelize dependency [\#194](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/194) ([daffl](https://github.com/daffl)) - Update README.md [\#192](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/192) ([murbanowicz](https://github.com/murbanowicz)) - Update Readme on associations [\#191](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/191) ([daffl](https://github.com/daffl)) ## [v3.0.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.0.1) (2018-03-07) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.0.0...v3.0.1) **Closed issues:** - `raw: false,` does not work with with Buzzard [\#184](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/184) - "error: NotFound: No record found for id" when calling with socket.io [\#179](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/179) **Merged pull requests:** - Add default ES module export for TS compatibility [\#190](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/190) ([LubomirIgonda1](https://github.com/LubomirIgonda1)) - Update mocha to the latest version 🚀 [\#187](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/187) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update semistandard to the latest version 🚀 [\#185](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/185) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.0.0) (2017-12-04) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.4.0...v3.0.0) **Closed issues:** - Populate joined table on create [\#180](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/180) - Return associated data from joined table? [\#177](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/177) - How to work with the relationship from URL query? [\#176](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/176) **Merged pull requests:** - Upgrade to Feathers Buzzard \(v3\) [\#183](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/183) ([daffl](https://github.com/daffl)) - Update to new plugin infrastructure [\#182](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/182) ([daffl](https://github.com/daffl)) - Update dependencies to enable Greenkeeper 🌴 [\#170](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/170) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v2.4.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.4.0) (2017-11-06) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.3.2...v2.4.0) **Merged pull requests:** - Add option to not return modified entries for bulk updates [\#173](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/173) ([MichaelErmer](https://github.com/MichaelErmer)) - Disable count for find without pagination [\#172](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/172) ([MichaelErmer](https://github.com/MichaelErmer)) ## [v2.3.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.3.2) (2017-10-14) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.3.1...v2.3.2) **Closed issues:** - The patch on postgres is selecting every row from the table before updating [\#168](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/168) - Can't override id field when declaring a \(MySQL\) service [\#164](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/164) - Run tests against all sequelize dialects [\#163](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/163) - Adding model includes returns incorrect paging count [\#161](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/161) - Raw associations prevent pagination total being available [\#137](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/137) - update not working? [\#125](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/125) **Merged pull requests:** - Fixed the patch method to not fetch all rows [\#169](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/169) ([andymoon](https://github.com/andymoon)) - Update mocha to the latest version 🚀 [\#167](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/167) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Slightly better class for extending. [\#166](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/166) ([devel-pa](https://github.com/devel-pa)) ## [v2.3.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.3.1) (2017-09-06) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.3.0...v2.3.1) **Closed issues:** - \[Question\] Should new tests be using Postgres or SQLite or both? [\#154](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/154) - Multiple rows delete [\#153](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/153) **Merged pull requests:** - Tests and fixes [\#162](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/162) ([Ryanthegiantlion](https://github.com/Ryanthegiantlion)) - Extend test coverage [\#160](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/160) ([Ryanthegiantlion](https://github.com/Ryanthegiantlion)) ## [v2.3.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.3.0) (2017-08-19) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.2.1...v2.3.0) **Closed issues:** - use inside php server [\#151](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/151) - Patch returns Model instance by default [\#146](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/146) - Run tests against PostgreSQL [\#105](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/105) - Avoid findAndCount if paginate is false [\#95](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/95) **Merged pull requests:** - Finalize running tests against Postgresql [\#152](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/152) ([daffl](https://github.com/daffl)) ## [v2.2.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.2.1) (2017-08-08) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.2.0...v2.2.1) **Closed issues:** - All service methods should take into account the query parameter [\#143](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/143) **Merged pull requests:** - Patch should default to raw queries [\#147](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/147) ([Ryanthegiantlion](https://github.com/Ryanthegiantlion)) - Fixing broken docs links [\#144](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/144) ([corymsmith](https://github.com/corymsmith)) ## [v2.2.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.2.0) (2017-07-24) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.1.0...v2.2.0) **Closed issues:** - Is there any full example about database relationship? [\#141](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/141) - Query fails when using the $contains operator with a single value [\#135](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/135) - Allow scope\(\) to be used for operations [\#130](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/130) **Merged pull requests:** - Adding ability to scope operations [\#142](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/142) ([bparise](https://github.com/bparise)) ## [v2.1.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.1.0) (2017-07-13) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.0.1...v2.1.0) **Closed issues:** - Hydrate is not compatible with Sequelize 4.x [\#138](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/138) - Update only one parameter in row [\#136](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/136) - Hook Includes not working [\#134](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/134) - Hydrate not being exported correctly [\#133](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/133) - An in-range update of feathers-rest is breaking the build 🚨 [\#132](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/132) - No record found [\#128](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/128) - many to many \(through model, with extra field in junction table\) error "\<Model1\> is not associated to \<Model2\>" [\#126](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/126) - find total is always zero when raw is false [\#118](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/118) - N:N relation using React Native [\#109](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/109) **Merged pull requests:** - Add compatibility for documented hydration hook imports [\#140](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/140) ([daffl](https://github.com/daffl)) - fix\(hydrate\): Fix the factory function so that Sequelize 4.x is supported [\#139](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/139) ([dschnare](https://github.com/dschnare)) - Update sequelize to the latest version 🚀 [\#123](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/123) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v2.0.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.0.1) (2017-06-09) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v2.0.0...v2.0.1) **Closed issues:** - Allow custom primary keys [\#122](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/122) - Investigate issue where getters, setters not being called [\#116](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/116) - Model.create ignoring field and virtual setters [\#113](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/113) - An in-range update of feathers is breaking the build 🚨 [\#112](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/112) - Using `include` breaks the find method query [\#111](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/111) - An in-range update of feathers-errors is breaking the build 🚨 [\#110](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/110) - Add `lean` attribute to automatically call toJSON? [\#19](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/19) - Add a toJSON bundled hook like mongoose [\#18](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/18) **Merged pull requests:** - Fix issue with custom ID when using eager loading [\#124](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/124) ([DesignByOnyx](https://github.com/DesignByOnyx)) - Update chai to the latest version 🚀 [\#120](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/120) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Issue \#113: Model.create ignoring field and virtual setters [\#114](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/114) ([buske](https://github.com/buske)) ## [v2.0.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v2.0.0) (2017-05-03) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.4.5...v2.0.0) **Closed issues:** - update\(\) breaks when sequelize configured with raw:true [\#99](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/99) - Discuss querying of NULL values [\#96](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/96) **Merged pull requests:** - Update all methods to return plain JS objects [\#106](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/106) ([DesignByOnyx](https://github.com/DesignByOnyx)) - Fixed return value of patch method for postgresql dialect [\#104](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/104) ([msimulcik](https://github.com/msimulcik)) - Update semistandard to the latest version 🚀 [\#103](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/103) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update dependencies to enable Greenkeeper 🌴 [\#102](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/102) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v1.4.5](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.4.5) (2017-03-26) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.4.4...v1.4.5) **Merged pull requests:** - Fix update no dao [\#101](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/101) ([lowip](https://github.com/lowip)) ## [v1.4.4](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.4.4) (2017-03-24) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.4.3...v1.4.4) **Closed issues:** - Relation between Models not working. [\#98](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/98) - Can we create nested models in one go? [\#97](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/97) - Add example for model relations [\#20](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/20) **Merged pull requests:** - checking for the toJSON method on the instance before calling it [\#100](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/100) ([lowip](https://github.com/lowip)) ## [v1.4.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.4.3) (2017-03-17) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.4.2...v1.4.3) **Merged pull requests:** - use 'returning: true' for postgres to keep patch and its response atomic [\#93](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/93) ([MichaelErmer](https://github.com/MichaelErmer)) ## [v1.4.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.4.2) (2017-03-14) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.4.1...v1.4.2) **Merged pull requests:** - Fixed missing where clause [\#92](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/92) ([eikaramba](https://github.com/eikaramba)) ## [v1.4.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.4.1) (2017-03-10) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.4.0...v1.4.1) **Closed issues:** - $populate does not seem to work [\#89](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/89) - updated\_at column does not get updated at PATCH request [\#88](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/88) - Suggested pattern to create a multi model service [\#86](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/86) - GroupBy issue [\#84](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/84) - Concat and other sequelize functions [\#81](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/81) - Solved: How to add relationship [\#80](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/80) - Consider creating a sequelize instance during updates: [\#63](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/63) **Merged pull requests:** - Enable eager-loading for GET endpoint [\#91](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/91) ([eikaramba](https://github.com/eikaramba)) - Update index.js [\#83](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/83) ([Ryanthegiantlion](https://github.com/Ryanthegiantlion)) - doc: fix README.md comment. [\#82](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/82) ([omeid](https://github.com/omeid)) ## [v1.4.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.4.0) (2016-11-11) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.3.3...v1.4.0) **Closed issues:** - TypeError: Cannot read property '2' of null [\#71](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/71) - ES6/Babel [\#68](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/68) **Merged pull requests:** - Update feathers-service-tests to version 0.9.0 🚀 [\#79](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/79) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - sequelize@3.25.0 breaks build 🚨 [\#78](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/78) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - sequelize@3.24.8 breaks build 🚨 [\#77](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/77) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - 👻😱 Node.js 0.10 is unmaintained 😱👻 [\#76](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/76) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - babel-preset-es2015@6.18.0 breaks build 🚨 [\#75](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/75) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - jshint —\> semistandard [\#72](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/72) ([corymsmith](https://github.com/corymsmith)) ## [v1.3.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.3.3) (2016-09-28) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.3.2...v1.3.3) **Merged pull requests:** - Update service tests, id and events option [\#65](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/65) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) ## [v1.3.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.3.2) (2016-08-25) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.3.1...v1.3.2) **Closed issues:** - Cannot call remove service method when id field name is custom [\#60](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/60) - Make params optional [\#59](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/59) - Exporting utils.js [\#58](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/58) **Merged pull requests:** - Use correct id property when removing items [\#62](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/62) ([daffl](https://github.com/daffl)) - Update mocha to version 3.0.0 🚀 [\#57](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/57) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) ## [v1.3.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v1.3.1) (2016-07-20) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v1.3.0...v1.3.1) **Merged pull requests:** - sequelize@3.23.6 breaks build 🚨 [\#54](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/54) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - Update feathers-query-filters to version 2.0.0 🚀 [\#51](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/51) ([greenkeeperio-bot](https://git