Skip to content

Commit 16c3dd1

Browse files
committed
Updating changelog
1 parent 2fb74f8 commit 16c3dd1

File tree

1 file changed

+29
-12
lines changed

1 file changed

+29
-12
lines changed

CHANGELOG.md

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
# Change Log
22

3+
## [v5.0.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v5.0.2) (2020-01-23)
4+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v5.0.1...v5.0.2)
5+
6+
**Fixed bugs:**
7+
8+
- setSlug not working in buzzard [\#380](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/380)
9+
10+
**Merged pull requests:**
11+
12+
- Greenkeeper/sift 11.0.9 [\#566](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/566) ([daffl](https://github.com/daffl))
13+
- Change check for external provider as per daffl in disallow.js by 104c1b1 [\#565](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/565) ([jalbersdorfer](https://github.com/jalbersdorfer))
14+
- Fix formatting of the Header for the `runHook` documentation [\#563](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/563) ([pdfowler](https://github.com/pdfowler))
15+
- :pencil2: fix minor typos [\#561](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/561) ([arfanliaqat](https://github.com/arfanliaqat))
16+
317
## [v5.0.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v5.0.1) (2019-12-31)
418
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v5.0.0...v5.0.1)
519

20+
**Implemented enhancements:**
21+
22+
- Doument fgraphql [\#466](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/466)
23+
- Clarify fastJoin API docs. [\#452](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/452)
24+
- Improvement: review alterItems tests [\#408](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/408)
25+
26+
**Closed issues:**
27+
28+
- TypeScript definition for fastJoin don't reflect examples for recursive resolvers [\#521](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/521)
29+
- Write docs for sequelizeConvert [\#497](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/497)
30+
- Suggestion: Utility to allow hooks to be skippable. [\#417](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/417)
31+
- Suggestion: possible enhancement: utilities to extract info from `app` [\#416](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/416)
32+
- Suggestion: Add DB specific hooks [\#347](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/347)
33+
634
**Merged pull requests:**
735

836
- Tweaks for v5 release [\#560](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/560) ([daffl](https://github.com/daffl))
@@ -596,23 +624,12 @@
596624
## [v4.3.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.3.0) (2018-01-29)
597625
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v3.10.0...v4.3.0)
598626

599-
**Implemented enhancements:**
600-
601-
- makeCallingParams include not working [\#334](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/334)
602-
- Update makeCallingParams hook to use getByDot/setByDot [\#335](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/335) ([Mattchewone](https://github.com/Mattchewone))
603-
- close \#308, add disableMultiItemCreate [\#330](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/330) ([beeplin](https://github.com/beeplin))
604-
605627
**Fixed bugs:**
606628

607629
- StashBefore should skip the id check when a query is provided [\#337](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/337)
608630
- Fixed issue \#337 and included relevant test - ignore missing id when … [\#338](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/338) ([Protoss78](https://github.com/Protoss78))
609631
- Fixed issue with params being populated at the wrong level [\#336](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/336) ([Mattchewone](https://github.com/Mattchewone))
610632

611-
**Merged pull requests:**
612-
613-
- Improve alterItems hook: can map to a newly created object [\#332](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/332) ([beeplin](https://github.com/beeplin))
614-
- Minor semver change for disableMultiItemCreate hook. [\#331](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/331) ([eddyystop](https://github.com/eddyystop))
615-
616633
## [v3.10.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v3.10.0) (2017-10-21)
617634
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v3.9.0...v3.10.0)
618635

@@ -751,4 +768,4 @@
751768
## [v1.3.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v1.3.0) (2016-08-18)
752769

753770

754-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
771+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)