Skip to content

Latest commit

 

History

History
executable file
·
249 lines (188 loc) · 20.7 KB

CHANGELOG.md

File metadata and controls

executable file
·
249 lines (188 loc) · 20.7 KB

Change Log

v3.0.0 (2017-04-08)

Full Changelog

Closed issues:

  • Convert some REST values so they work in a query object #143
  • Discard prevents /auth/local #139
  • _include and _computed props are not sent and thus not kept #133
  • include does not do a deep merge with its results #132
  • Create a $search hook #131
  • Premature with the populate deprecation warning? #125
  • Set model relations for sequelize #69

Merged pull requests:

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

Full Changelog

Implemented enhancements:

  • New populate support setByDot #85
  • "if else" hook #53
  • Validate hook too limited #50
  • Normalize hook.result from mongoose and sequelize #39
  • utility hook to trim data #37
  • Sanitize strings to prevent XSS attacks, remove HTML and <script> tags. #35
  • Disable multi-record patch and update #29
  • disable hook seems to have wrong true/false logic #28
  • Distinct Search hook #16

Closed issues:

  • Wrong provider logic in some places #121
  • Populate need a test for schema:function(){} #117
  • Deprecate remove for delete #115
  • Let populate ensure its schema was meant for the service its being used with #101
  • Can I feed the populate hook an id from a separate join table ? #100
  • Disable hook: remove last param being a predicate func. #98
  • Option {paginate: false} for populate hook #95
  • Populate hook clobbers pagination total #93
  • Migration guide for deprecations #91
  • getByDot throws TypeError if undefined obj is passed as first argument #87
  • Populate hook: parentField and childField are confusing #86
  • Change response code #80
  • use a slug instead of id in service methods #79
  • Read service using a slug instead of just _id #78
  • v2.0.3 isn't published on NPM #74
  • Make conditional hooks compatible with unless #70
  • Improve setByDot #58
  • Remove doc for each hook from README #54
  • Example to add to docs #43
  • doc some PRs #41
  • Should each hook be in their own repository? #31

Merged pull requests:

v2.0.3 (2016-11-29)

Full Changelog

Closed issues:

  • Validate sync function do nothing #49
  • softDelete "Cannot read property 'hasOwnProperty' of undefined" #48
  • softDelete undefined.patch issue #44
  • Support an array of hooks #19

Merged pull requests:

v2.0.2 (2016-11-28)

Full Changelog

Implemented enhancements:

  • Consider: allow $select in params query when get #32
  • Allow softDelete on all methods #30

Closed issues:

  • Hooks shouldn't be arrow functions #47
  • Proposal for permissions in populate++ #42
  • Proposal for populates++ hook #38
  • Support more complex populates #23
  • Support users[].password notation in remove to loop through arrays #21
  • Use changelog generator #9

Merged pull requests:

  • Rewrote softDelete to properly handle all methods #51 (eddyystop)
  • fix setUpdatedAt and setCreatedAt #46 (alerosa)
  • Fix #30 (allow all hooks) and #44 (arrow function can't reference this) #45 (KidkArolis)
  • Fix softDelete error on 'find' #40 (jojobyte)

v2.0.1 (2016-11-04)

Full Changelog

Closed issues:

  • Funcs in promisify.js #18
  • Add performance/logging hook #14
  • Standardize scripts #13

Merged pull requests:

v2.0.0 (2016-10-29)

Full Changelog

Closed issues:

  • Add to doc that JS can create array of hooks #20
  • Remove Node 4 hacks #17
  • Sanitize query in hooks #15
  • Do Code Climate analysis again #11
  • Run CI with Node 4, 6 and latest #10
  • Change linting from AirBnB to semistandard #8
  • Change test names from *_spec.js to *.test.js #7
  • Update to latest plugin infrastructure #4

Merged pull requests:

  • Remove dependency on feathers-authentication #26 (daffl)
  • Added promiseToCallback, perhaps more rugged than Feathers' code #25 (eddyystop)
  • Removed overly complex promisify function wrappers #24 (eddyystop)
  • Remove the lib/ folder #22 (daffl)
  • Fixed tests which had failed in Node 4 #12 (eddyystop)
  • Switched from AirBnB to semistandard #6 (eddyystop)
  • Rename test files to Feathers standard #5 (eddyystop)

v1.7.2 (2016-10-07)

Full Changelog

Closed issues:

  • what's the realtionship between this and feathers-hooks? #3

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

Merged pull requests:

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

Closed issues:

  • Typo in Readme #1

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)

* This Change Log was automatically generated by github_changelog_generator