-
Notifications
You must be signed in to change notification settings - Fork 4
Redesign API #20
Comments
In fact, it should be the other way. |
Link conventional-changelog-archived-repos/conventional-changelog-core#4
Maybe we could make |
|
For starters, and also considering the way for example How about splitting the filtering and the transformation into two distinct functions, e.g.
The transform function will then only receive the commits returned by the filter and must then process all of the commits it receives. The filter on the other hand will only return a commit when it needs to be included in the changelog. That way, one can simply override the filter function... provided that the transform function will be adjusted as well. Of course, one could think of passing additional options to the filter or even the transform function. |
@silkentrance This will still have exactly the same problem. I believe an array can completely solve this. |
I also struggled with this and finally found the reason why this is happening: Looks like there is no way to tell the parser to include all types of changes into the markdown, unless overwriting the whole Related discussion: conventional-changelog-archived-repos/conventional-changelog-angular#13 |
It's a bit of a pity that there is currently no way to pass an option to Angular's |
We're closing this issue out as this repository has been merged into our If you would like to see this change incorporated into |
Edit: TBH not too many people would config the API and they usually just use the default one or a preset. But if they do, they only change a small part. I believe an array of functions should solve this.
The text was updated successfully, but these errors were encountered: