Merged pull requests:
- fix: multi patch raw false #436 (fratzinger)
v8.0.0-pre.1 (2024-05-13)
Closed issues:
v8.0.0-pre.0 (2024-05-12)
Merged pull requests:
- chore: update dependencies #435 (fratzinger)
- refactor!: perf, restructuring, rm _getOrFind, rm params.$returning, use instance methods #429 (fratzinger)
v7.0.4-pre.0 (2024-05-12)
Closed issues:
- Use consistent $select in all methods, optimize select function #384
- Optimize multi patch when $returning is false. #382
v7.0.3 (2023-11-01)
Merged pull requests:
v7.0.2 (2023-06-21)
Closed issues:
- Bug: patch:multi only patches 10 items with default pagination #363
Merged pull requests:
- Fix/update dependencies infer paginate params #418 (fratzinger)
v7.0.1 (2023-04-03)
Merged pull requests:
v7.0.0 (2023-02-24)
Merged pull requests:
- Dove #412 (fratzinger)
v7.0.0-pre.1 (2023-01-06)
Closed issues:
- Since version 6.4.0 getting "error: GeneralError: column "id" does not exist" #406
v6.4.0 (2022-11-15)
Merged pull requests:
- Allow join queries on remove #403 (DaddyWarbucks)
- chore(dependencies): Update all dependencies #401 (daffl)
v6.3.6 (2022-10-26)
v6.3.5 (2022-10-26)
Merged pull requests:
- chore(dependencies): Update all dependencies #399 (daffl)
- chore(dependencies): Update all dependencies #398 (daffl)
- chore(dependencies): Update all dependencies #395 (daffl)
- chore(dependencies): Update all dependencies #394 (daffl)
v7.0.0-pre.0 (2022-10-04)
Closed issues:
- how to set field to NULL on patch request? #397
v6.3.4 (2022-06-08)
Merged pull requests:
- Do not allow raw attribute selects #393 (daffl)
- chore(dependencies): Update all dependencies #392 (daffl)
- chore(dependencies): Update all dependencies #391 (daffl)
v6.3.3 (2022-04-13)
Closed issues:
- Unable to modify hook result of referenced models #365
Merged pull requests:
- Prevent query prototype polution #389 (daffl)
- chore(dependencies): Update all dependencies #388 (daffl)
- chore(dependencies): Update all dependencies #387 (daffl)
- chore(dependencies): Update all dependencies #386 (daffl)
- chore(dependencies): Update all dependencies #381 (daffl)
- chore(dependencies): Update all dependencies #380 (daffl)
- chore(dependencies): Update all dependencies #379 (daffl)
v6.3.2 (2021-10-19)
v6.3.1 (2021-10-14)
v6.3.0 (2021-10-14)
Closed issues:
- Got 404 No Record Found while using include in before get hooks #377
- id is not set correctly to a non-null value when using multi-create and throws an error instead of creating #374
- Query by Association #373
- How can I use a limit and a required in an include? #369
- Use attributes exclude #361
- Sequelize v6 #358
Merged pull requests:
- fix: use '$and' in '_get'-method #378 (fratzinger)
- Remove unnecessary backwards compatibility checks #376 (daffl)
- Update dependencies and repository infrastructure #375 (daffl)
- Docs update about top-level where and nested column syntax #372 (Artaud)
- Be able to sort nulls before or after not-nulls values #370 (MariaCamilaCubides)
- typing: add 'operators' to SequelizeServiceOptions #367 (fratzinger)
- Upgrade dependencies #359 (silvestreh)
- Update README.md #353 (max-bertinetti)
v6.2.0 (2020-04-29)
Closed issues:
- Model.update() method used by patch() does not support includes. #347
- Patching with query does not return expected results in query property was patched #346
- Incorrect format of DataTypes.BIGINT.UNSIGNED fields into the produced json #341
- How to include $like operator in service.js #336
- An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 #335
- $sort by RAND() #330
- queryWithCurrentUser gives NotFound: No record found for id 'null' #329
- Before HOOK to be able to GET soft deleted item #328
- Eagerly return associations of Create #327
- An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 #325
Merged pull requests:
- Include associations in patch and update and return proper values #350 (DaddyWarbucks)
- Support includes in update and patch #349 (DaddyWarbucks)
- Update pg to the latest version 🚀 #345 (greenkeeper[bot])
- Update dtslint to the latest version 🚀 #342 (greenkeeper[bot])
- Update all dependencies and Types version #338 (daffl)
- Add docs for broken MSSQL #337 (daffl)
- Update dtslint to the latest version 🚀 #334 (greenkeeper[bot])
- Update dtslint to version 1.0.2 #333 (daffl)
- Update mysql2 to the latest version 🚀 #331 (greenkeeper[bot])
- Greenkeeper/@feathersjs/adapter commons 4.3.8 #326 (daffl)
v6.1.0 (2019-10-07)
Merged pull requests:
v6.0.2 (2019-09-29)
Closed issues:
- FeathersJS Inserts 2 records into MySql from 1 REST call #321
- An in-range update of @feathersjs/express is breaking the build 🚨 #318
- Many to many relation result duplicate objects #317
- An in-range update of dtslint is breaking the build 🚨 #315
- Patch/Remove methods mess up Find method #313
- Warning When Starting Feathers when using Sequelize 5.10.0 with feathers-sequelize 5.1.3 #305
Merged pull requests:
- Pass entity type to AdapterService<T> and update dependencies #322 (daffl)
- Update README.md #320 (jvidalgz)
- Update dependencies and lint files #319 (daffl)
- Update semistandard to the latest version 🚀 #316 (greenkeeper[bot])
- Docs: improve instruction for setting the 'dialect' variable #309 (bravo-kernel)
v6.0.1 (2019-07-22)
Closed issues:
- UPDATE forces raw false #311
- After hook in service not running when same endpoint called in quick succession #308
- upgrade sequelize to avoid SQL injection vuln #306
Merged pull requests:
- Use correct raw setting on update #312 (daffl)
- Update dtslint to the latest version 🚀 #307 (greenkeeper[bot])
v6.0.0 (2019-07-06)
Closed issues:
- How to use Sequelize increment method with this adapter #303
- An in-range update of pg is breaking the build 🚨 #301
- Feather-sequelize $or operator not working #299
- An in-range update of sqlite3 is breaking the build 🚨 #298
- An in-range update of body-parser is breaking the build 🚨 #296
- An in-range update of sequelize is breaking the build 🚨 #295
- options.whitelist overwrites merged operators and whitelist #292
- Underscored foreignKeys failing when upgrading to v5 #287
Merged pull requests:
- Add TypeScript definitions and upgrade tests to Feathers 4 #304 (daffl)
- Lock CI to Node 11 for now #302 (daffl)
v5.1.3 (2019-04-18)
Closed issues:
- $iLike operator declared incorrectly in default operators #290
Merged pull requests:
- Solve whitelist merge problem #293 (DaddyWarbucks)
v5.1.2 (2019-04-17)
Implemented enhancements:
- Unflatten results of raw queries #149
Closed issues:
- How to return man-to-many relationship? #288
Merged pull requests:
- Fix iLike typo #291 (DaddyWarbucks)
v5.1.1 (2019-04-09)
Closed issues:
- belongsToMany Association #285
Merged pull requests:
v5.1.0 (2019-04-05)
Closed issues:
- include association's association #284
v5.0.1 (2019-03-30)
Implemented enhancements:
Closed issues:
v5.0.0 (2019-03-30)
Merged pull requests:
- Update tests to verify that id of bulk create is not null #282 (daffl)
- Update sequelize to the latest version 🚀 #281 (greenkeeper[bot])
- Wraps a SequelizeDatabaseError as a GeneralError #275 (honzahommer)
v4.1.1 (2019-02-27)
Closed issues:
- Multi Patch fails when used with default pagination #279
- Question: Multiple database connection #278
Merged pull requests:
- Fix issue with patch when using pagination by default #280 (nicholasnelson)
- Update mocha to the latest version 🚀 #276 (greenkeeper[bot])
v4.1.0 (2019-01-25)
Closed issues:
- Sorted and limited query does not respect the sort first #272
Merged pull requests:
- Determine primary key name #273 (edwardsmarkf)
- Tighten up some options.Model/Sequelize/getModel related code. #267 (AndrewJDR)
v4.0.8 (2019-01-10)
Merged pull requests:
- Make sure that queries with id property work properly #271 (daffl)
- Update @feathersjs/adapter-commons to the latest version 🚀 #270 (greenkeeper[bot])
v4.0.7 (2018-12-29)
Merged pull requests:
v4.0.6 (2018-12-27)
Merged pull requests:
- Use Sequelize directly to access Op #266 (honzahommer)
v4.0.5 (2018-12-26)
Merged pull requests:
v4.0.4 (2018-12-22)
Merged pull requests:
v4.0.3 (2018-12-21)
Closed issues:
- getModel() overriding with parameters broken in 4.0.x #261
Merged pull requests:
v4.0.2 (2018-12-21)
Merged pull requests:
v4.0.1 (2018-12-21)
Merged pull requests:
- Add service.Model back #259 (daffl)
- Convert all Sequelize errors into a safe FeathersError #258 (daffl)
v4.0.0 (2018-12-20)
Implemented enhancements:
- Use Sequelize Symbol based operators for better security #244
Fixed bugs:
- Ensure
params
are always passed through to all service calls #234 - Remove error details in production #231
Closed issues:
- Include as array, no longer working #239
- feathers-sequelize with hook update only selected columns. #238
Merged pull requests:
- Securely hide original Sequelize error #257 (daffl)
- Upgrade to @feathersjs/adapter-commons and latest common service features #256 (daffl)
- Update dependencies #255 (daffl)
- Migrate tests to async/await #254 (daffl)
- De-duplicate connection setup #253 (daffl)
- Fixed issue where params are ignored on update service calls. #252 (AndrewJDR)
v3.1.3 (2018-10-29)
Closed issues:
- Include hook doesn't work on create #242
- Warning messages when using "sequelize db:migrate" #240
- Extending service class fails when transpiling to ES5 #237
- Example in readme.md doesn't work #236
- How to use raw where clause #233
- Associations on Create #230
- Valid password characters can break the connection string #229
- Does Feathers-Sequalize support class and instance methods? #225
- Find & include data structure shape #224
- Fix bug Pg-Native #222
- Connection pool #221
- Question: Feathers Sequelize raw query and feathers service without using model. #215
- Sub include relations with Sequelize: Query erro #203
Merged pull requests:
- use transactions in
update
, related to #188 #243 (jiangts) - Update README to fix #240 #241 (leedongwei)
- minor typos #232 (Strongbyte-ES)
- Update README: Latest version requires mysql2 #219 (ricardopolo)
v3.1.2 (2018-06-07)
Fixed bugs:
Paginate
option for a feathers-sequelize service is not working as expected #186
Closed issues:
- options object extra data lost #209
Merged pull requests:
- Default paginate option value set to false instead of empty object #217 (alex-friedl)
- keeping options data with the service #216 (pyvkd)
v3.1.1 (2018-06-03)
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:
- Update uberproto to the latest version 🚀 #214 (greenkeeper[bot])
- Add the explicit call to setup() to initialize relations. #212 (edwardmsmith)
- Update to node 10 in .travis.yml #206 (daffl)
- Fixing references to context vs. hook #202 (corymsmith)
- Update README.md #200 (DesignByOnyx)
v3.1.0 (2018-03-27)
Merged pull requests:
v3.0.2 (2018-03-25)
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:
- Update sqlite3 to the latest version 🚀 #196 (greenkeeper[bot])
- Fix Sequelize dependency #194 (daffl)
- Update README.md #192 (murbanowicz)
- Update Readme on associations #191 (daffl)
v3.0.1 (2018-03-07)
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:
- Add default ES module export for TS compatibility #190 (LubomirIgonda1)
- Update mocha to the latest version 🚀 #187 (greenkeeper[bot])
- Update semistandard to the latest version 🚀 #185 (greenkeeper[bot])
v3.0.0 (2017-12-04)
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:
- Upgrade to Feathers Buzzard (v3) #183 (daffl)
- Update to new plugin infrastructure #182 (daffl)
- Update dependencies to enable Greenkeeper 🌴 #170 (greenkeeper[bot])
v2.4.0 (2017-11-06)
Merged pull requests:
- Add option to not return modified entries for bulk updates #173 (MichaelErmer)
- Disable count for find without pagination #172 (MichaelErmer)
v2.3.2 (2017-10-14)
Closed issues:
- The patch on postgres is selecting every row from the table before updating #168
- 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:
- Fixed the patch method to not fetch all rows #169 (andymoon)
- Update mocha to the latest version 🚀 #167 (greenkeeper[bot])
- Slightly better class for extending. #166 (devel-pa)
v2.3.1 (2017-09-06)
Closed issues:
Merged pull requests:
- Tests and fixes #162 (ryanthegiantlion)
- Extend test coverage #160 (ryanthegiantlion)
v2.3.0 (2017-08-19)
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)
Closed issues:
- All service methods should take into account the query parameter #143
Merged pull requests:
- Patch should default to raw queries #147 (ryanthegiantlion)
- Fixing broken docs links #144 (corymsmith)
v2.2.0 (2017-07-24)
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)
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)
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:
- Fix issue with custom ID when using eager loading #124 (DesignByOnyx)
- Update chai to the latest version 🚀 #120 (greenkeeper[bot])
- Issue #113: Model.create ignoring field and virtual setters #114 (buske)
v2.0.0 (2017-05-03)
Closed issues:
Merged pull requests:
- Update all methods to return plain JS objects #106 (DesignByOnyx)
- Fixed return value of patch method for postgresql dialect #104 (msimulcik)
- Update semistandard to the latest version 🚀 #103 (greenkeeper[bot])
- Update dependencies to enable Greenkeeper 🌴 #102 (greenkeeper[bot])
v1.4.5 (2017-03-26)
Merged pull requests:
v1.4.4 (2017-03-24)
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:
v1.4.3 (2017-03-17)
Merged pull requests:
- use 'returning: true' for postgres to keep patch and its response atomic #93 (MichaelErmer)
v1.4.2 (2017-03-14)
Merged pull requests:
v1.4.1 (2017-03-10)
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:
- Enable eager-loading for GET endpoint #91 (eikaramba)
- Update index.js #83 (ryanthegiantlion)
- doc: fix README.md comment. #82 (omeid)
v1.4.0 (2016-11-11)
Closed issues:
Merged pull requests:
- Update feathers-service-tests to version 0.9.0 🚀 #79 (greenkeeperio-bot)
- sequelize@3.25.0 breaks build 🚨 #78 (greenkeeperio-bot)
- sequelize@3.24.8 breaks build 🚨 #77 (greenkeeperio-bot)
- 👻😱 Node.js 0.10 is unmaintained 😱👻 #76 (greenkeeperio-bot)
- babel-preset-es2015@6.18.0 breaks build 🚨 #75 (greenkeeperio-bot)
- jshint —> semistandard #72 (corymsmith)
v1.3.3 (2016-09-28)
Merged pull requests:
- Update service tests, id and events option #65 (greenkeeperio-bot)
v1.3.2 (2016-08-25)
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:
- Use correct id property when removing items #62 (daffl)
- Update mocha to version 3.0.0 🚀 #57 (greenkeeperio-bot)
v1.3.1 (2016-07-20)
Merged pull requests:
- sequelize@3.23.6 breaks build 🚨 #54 (greenkeeperio-bot)
- Update feathers-query-filters to version 2.0.0 🚀 #51 (greenkeeperio-bot)
v1.3.0 (2016-07-08)
Fixed bugs:
- We shouldn't remove properties from original objects #49
Merged pull requests:
- feathers-service-tests@0.6.1 breaks build 🚨 #50 (greenkeeperio-bot)
v1.2.0 (2016-06-17)
Merged pull requests:
- Update feathers-service-tests to version 0.6.0 🚀 #48 (greenkeeperio-bot)
v1.1.6 (2016-06-15)
Closed issues:
- TypeError: Cannot read property '$nin' of undefined #45
Merged pull requests:
v1.1.5 (2016-06-10)
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:
- Pass sequelize parameters to findById #46 (daffl)
- mocha@2.5.0 breaks build 🚨 #41 (greenkeeperio-bot)
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 #38 (greenkeeperio-bot)
- feathers-rest@1.3.0 breaks build 🚨 #34 (greenkeeperio-bot)
v1.1.4 (2016-03-10)
Closed issues:
- Create method should support options param #25
Merged pull requests:
v1.1.3 (2016-03-09)
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:
- Options param support for create method #26 (rafalszemraj)
v1.1.2 (2016-02-24)
Closed issues:
- How do you retrieve associations in the response? #12
Merged pull requests:
v1.1.1 (2016-02-02)
Merged pull requests:
- Add options to find query #14 (lionelrudaz)
v1.1.0 (2016-01-30)
Closed issues:
Merged pull requests:
v1.0.10 (2016-01-24)
Merged pull requests:
- Adding nsp check #10 (marshallswain)
v1.0.9 (2016-01-11)
Merged pull requests:
- added value conversion for $sort to utils
getOrder
#9 (thebarndog)
v1.0.8 (2016-01-09)
Merged pull requests:
- Use Model.findById() rather than get() #7 (evanbarter)
v1.0.7 (2016-01-06)
Closed issues:
- Expose Sequelize lib #6
v1.0.6 (2015-12-29)
v1.0.5 (2015-12-21)
v1.0.4 (2015-12-21)
v1.0.3 (2015-12-21)
v1.0.2 (2015-12-21)
v1.0.1 (2015-12-19)
v1.0.0 (2015-12-19)
Merged pull requests:
v0.2.1 (2015-12-18)
Closed issues:
- only one instance of babel-polyfill is allowed #3
Merged pull requests:
v0.2.0 (2015-12-13)
Closed issues:
- Take a look at feathers-orm-service which uses sequelize #1
Merged pull requests:
v0.1.0 (2015-11-23)
* This Changelog was automatically generated by github_changelog_generator