Skip to content

Latest commit

 

History

History
executable file
·
830 lines (471 loc) · 51 KB

CHANGELOG.md

File metadata and controls

executable file
·
830 lines (471 loc) · 51 KB

Changelog

Full Changelog

Merged pull requests:

  • chore(dependencies): Update all dependencies #628 (daffl)
  • Fix dependency update action #627 (daffl)

v5.0.6 (2021-05-14)

Full Changelog

Closed issues:

  • TypeError: this.hooks is not a function #621
  • feathers.js - discard hook not working in authentication.js #619

v5.0.5 (2021-02-09)

Full Changelog

Closed issues:

  • SoftDelete hook: No record found for id #584
  • Suggestion: coercion hook #418

Merged pull requests:

v5.0.4 (2020-09-04)

Full Changelog

Closed issues:

  • Populate type definition does not represent the docs #594
  • Object spread not supported in legacy Edge #587

Merged pull requests:

v5.0.3 (2020-04-29)

Full Changelog

Implemented enhancements:

  • Hook to support $search in query #501
  • Pass client info into socket #493

Closed issues:

  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #583
  • Argument of type xxx is not assignable to parameter of type xxx #579
  • Cache hook returns improper values when using $select or query on methods other than find() #575
  • Validation hook for passwords #471
  • Support $search for MongoDB #451
  • Hook to set HTTP status code #443
  • find and stash #430
  • Convert JS dates to/from strings/integers on service calls. #429
  • suggestion: hook to emit (fake) event #422

Merged pull requests:

v5.0.2 (2020-01-23)

Full Changelog

Merged pull requests:

v5.0.1 (2019-12-31)

Full Changelog

Implemented enhancements:

  • Doument fgraphql #466
  • Clarify fastJoin API docs. #452
  • Improvement: review alterItems tests #408

Closed issues:

  • TypeScript definition for fastJoin don't reflect examples for recursive resolvers #521
  • Write docs for sequelizeConvert #497
  • Suggestion: Utility to allow hooks to be skippable. #417
  • Suggestion: possible enhancement: utilities to extract info from app #416

Merged pull requests:

v5.0.0 (2019-12-31)

Full Changelog

Fixed bugs:

  • Clarification on softDelete2 #455

Closed issues:

  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #558
  • An in-range update of @feathersjs/socketio is breaking the build 🚨 #553
  • An in-range update of @feathersjs/authentication-local is breaking the build 🚨 #552
  • An in-range update of @feathersjs/authentication is breaking the build 🚨 #551
  • An in-range update of @feathersjs/socketio-client is breaking the build 🚨 #550
  • An in-range update of @feathersjs/express is breaking the build 🚨 #549
  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #548
  • An in-range update of @feathersjs/errors is breaking the build 🚨 #547
  • feathers 4 with softDelete2 and feathers-mongoose fails with 404 not found #532
  • version upgrade for feathers v4 #531
  • SoftDelete2 - before hook for 'get' method returned invalid hook object #528
  • Doesn't work with @feathersjs/feathers@^4.3.0-pre.3 #526
  • SoftDelete2 throws with feathers-sequelize 5 and above #524
  • Race Condition in defaultPatchCall of SoftDelete2 #523
  • SoftDelete2 Skip Symbol mismatch in browser #522
  • [REGRESSION]: 4.8.0-4.20.7 args is not iterable error on initiation #520
  • populate include array #519
  • fastJoin not reactive #517
  • keep fails when object key contains dot #514
  • TypeScript definitions for iff #512
  • SoftDelete2 use null or -1 #508
  • Many-to-many fastJoin #505
  • Remove fgraphql-async as its not used #482
  • Proposal: Don't mutate objects in common hooks #480
  • Support dot notation in params.query #441
  • keep doesn't keep false values #425

Merged pull requests:

v4.20.7 (2019-02-22)

Full Changelog

v4.20.6 (2019-02-22)

Full Changelog

v4.20.5 (2019-02-22)

Full Changelog

v4.20.4 (2019-02-22)

Full Changelog

Implemented enhancements:

  • Finish dialablePhoneNumber hook #474

Closed issues:

  • query regarding set response to hook :after create #507
  • Many-to-many fastJoin #504

Merged pull requests:

  • Update iff predicates typings to be either sync or async #509 (NickBolles)

v4.20.2 (2019-01-11)

Full Changelog

Closed issues:

  • Add typings for sequelizeConvert #498

Merged pull requests:

  • add types for sequelizeConvert hook #502 (j2L4e)

v4.20.1 (2019-01-11)

Full Changelog

Merged pull requests:

v4.20.0 (2019-01-07)

Full Changelog

Merged pull requests:

  • Delete unused fgraphql-async. Added sequelizeConvert. #499 (eddyystop)

v4.19.8 (2019-01-04)

Full Changelog

Fixed bugs:

  • Typings needed for libphonenumber-js #495

Closed issues:

  • graphql dependency #487

Merged pull requests:

  • move @types/graphql package from devDependencies into dependencies #496 (j2L4e)

v4.19.7 (2019-01-04)

Full Changelog

Closed issues:

  • @feathersjs/commons dependency #492
  • Validation hook for restful api #491
  • TS for keep fgraphql #467

Merged pull requests:

  • Remove redundant $eq to be compatible with all database adapters #494 (KidkArolis)
  • fix typings test #489 (j2L4e)
  • fix: use graphql as a dependency to resolve TS type definition problems #488 (PowerMogli)

v4.19.6 (2018-12-13)

Full Changelog

Merged pull requests:

  • Trying to fix situational test failure soft-delete2-c timeout #486 (eddyystop)
  • Merge forced by pr#484 #485 (eddyystop)
  • add asynciterable to tsconfig and bump ts version #484 (j2L4e)
  • update names and fix the options property #481 (NickBolles)
  • add typings for dialablePhoneNumber hook, add libphonenumber-js as a dependency #477 (j2L4e)
  • Add initial types for fgraphql #469 (NickBolles)
  • remove dtslint workaround in favor of npx #463 (j2L4e)

v4.19.5 (2018-12-13)

Full Changelog

Closed issues:

  • TS for keepQueryInArray #468
  • dtslint-build folder in installed package? #461

v4.19.4 (2018-11-29)

Full Changelog

Merged pull requests:

v4.19.3 (2018-11-29)

Full Changelog

Merged pull requests:

v4.19.2 (2018-11-25)

Full Changelog

v4.19.1 (2018-11-25)

Full Changelog

Fixed bugs:

  • Cache Fails When Using $select #472

Merged pull requests:

v4.19.0 (2018-11-17)

Full Changelog

v4.18.0 (2018-11-17)

Full Changelog

Implemented enhancements:

  • Document KeepQueryInarray #465

Closed issues:

  • Difference between serialize and alterItems #464
  • softDelete2 returns error on delete #462

Merged pull requests:

  • Added keepQueryInArray hook to keep query fields from a nested array #454 (dekelev)

v4.17.14 (2018-11-01)

Full Changelog

v4.17.13 (2018-11-01)

Full Changelog

Merged pull requests:

  • Added support for dePopulate to fgraphql hook. #459 (eddyystop)

v4.17.12 (2018-10-29)

Full Changelog

Merged pull requests:

  • Added custom dePopulate func to dePopulate hook.' #458 (eddyystop)

v4.17.11 (2018-10-26)

Full Changelog

Closed issues:

  • fastJoin loop #453

Merged pull requests:

v4.17.10 (2018-09-26)

Full Changelog

v4.17.9 (2018-09-26)

Full Changelog

Closed issues:

  • How to pass query parameters from the client to fastJoin #447

Merged pull requests:

v4.17.8 (2018-09-24)

Full Changelog

v4.17.7 (2018-09-24)

Full Changelog

Closed issues:

  • fastJoin applied but not sent to client when called from server #446

Merged pull requests:

  • Typings: Add context to resolver callback arguments. #448 (j2L4e)

v4.17.6 (2018-09-19)

Full Changelog

v4.17.5 (2018-09-19)

Full Changelog

Merged pull requests:

v4.17.4 (2018-09-13)

Full Changelog

v4.17.3 (2018-09-13)

Full Changelog

Merged pull requests:

  • Add documentation links to typings #442 (j2L4e)

v4.17.2 (2018-09-10)

Full Changelog

v4.17.1 (2018-09-10)

Full Changelog

v4.17.0 (2018-09-10)

Full Changelog

Closed issues:

  • Which hook to use? #436
  • discard not working #435

Merged pull requests:

v4.16.3 (2018-08-25)

Full Changelog

Implemented enhancements:

  • Cache with mongoose ObjectId will fail to find the keyFieldName in cache #424

Closed issues:

  • Create TypeScript typings for this package #432

Merged pull requests:

v4.16.2 (2018-08-14)

Full Changelog

Merged pull requests:

v4.16.1 (2018-08-14)

Full Changelog

Merged pull requests:

v4.16.0 (2018-08-04)

Full Changelog

Merged pull requests:

v4.15.0 (2018-07-24)

Full Changelog

Merged pull requests:

v4.14.3 (2018-07-09)

Full Changelog

v4.14.2 (2018-07-09)

Full Changelog

Closed issues:

  • How to stop requests from 'external'? #415

Merged pull requests:

v4.14.1 (2018-07-03)

Full Changelog

Merged pull requests:

  • [security issue] fix populate injecting provider into source schema argument #414 (antarasi)

v4.14.0 (2018-06-26)

Full Changelog

Merged pull requests:

v4.13.0 (2018-06-26)

Full Changelog

v4.12.1 (2018-06-20)

Full Changelog

Closed issues:

  • [Question] Modify Another Resources using An Services #407

Merged pull requests:

v4.12.0 (2018-06-05)

Full Changelog

Merged pull requests:

v4.11.3 (2018-06-05)

Full Changelog

v4.11.2 (2018-06-05)

Full Changelog

Merged pull requests:

v4.11.1 (2018-04-26)

Full Changelog

v4.11.0 (2018-04-12)

Full Changelog

v4.10.0 (2018-03-11)

Full Changelog

v4.9.0 (2018-03-11)

Full Changelog

v4.8.0 (2018-02-19)

Full Changelog

v4.7.0 (2018-02-08)

Full Changelog

v4.5.6 (2018-02-05)

Full Changelog

v4.5.5 (2018-02-05)

Full Changelog

v4.5.4 (2018-02-05)

Full Changelog

v4.5.3 (2018-02-05)

Full Changelog

v4.5.2 (2018-02-05)

Full Changelog

v4.5.1 (2018-02-03)

Full Changelog

v4.5.0 (2018-02-03)

Full Changelog

v4.3.0 (2018-01-29)

Full Changelog

v3.10.0 (2017-10-21)

Full Changelog

v3.9.0 (2017-10-21)

Full Changelog

v3.8.0 (2017-10-21)

Full Changelog

v3.7.3 (2017-09-17)

Full Changelog

v3.7.2 (2017-08-23)

Full Changelog

v3.7.1 (2017-08-07)

Full Changelog

v3.7.0 (2017-08-06)

Full Changelog

v3.6.1 (2017-07-27)

Full Changelog

v3.6.0 (2017-07-27)

Full Changelog

v3.5.5 (2017-06-20)

Full Changelog

v3.5.3 (2017-06-19)

Full Changelog

v3.5.2 (2017-06-19)

Full Changelog

v3.5.1 (2017-05-30)

Full Changelog

v3.5.0 (2017-05-24)

Full Changelog

v3.3.3 (2017-05-24)

Full Changelog

v3.4.0 (2017-05-24)

Full Changelog

v3.3.2 (2017-05-09)

Full Changelog

v3.3.1 (2017-05-09)

Full Changelog

v3.3.0 (2017-05-09)

Full Changelog

v3.2.0 (2017-05-01)

Full Changelog

v3.1.0 (2017-05-01)

Full Changelog

v3.0.0 (2017-04-08)

Full Changelog

v3.0.0-pre.1 (2017-02-02)

Full Changelog

v2.0.3 (2016-11-29)

Full Changelog

v2.0.2 (2016-11-28)

Full Changelog

v2.0.1 (2016-11-04)

Full Changelog

v2.0.0 (2016-10-29)

Full Changelog

v1.7.2 (2016-10-07)

Full Changelog

v1.7.1 (2016-10-06)

Full Changelog

v1.7.0 (2016-10-04)

Full Changelog

v1.6.2 (2016-10-03)

Full Changelog

v1.6.1 (2016-10-02)

Full Changelog

v1.6.0 (2016-10-02)

Full Changelog

v1.5.8 (2016-09-14)

Full Changelog

v1.5.7 (2016-09-13)

Full Changelog

v1.5.6 (2016-09-12)

Full Changelog

v1.5.5 (2016-09-12)

Full Changelog

v1.5.4 (2016-09-12)

Full Changelog

v1.5.3 (2016-09-11)

Full Changelog

v1.5.2 (2016-09-08)

Full Changelog

v1.5.1 (2016-08-20)

Full Changelog

v1.5.0 (2016-08-20)

Full Changelog

v1.4.1 (2016-08-19)

Full Changelog

v1.4.0 (2016-08-19)

Full Changelog

v1.3.1 (2016-08-18)

Full Changelog

v1.3.0 (2016-08-18)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator