Skip to content

Commit

Permalink
chore(docs): update skott changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-coulon committed Mar 8, 2024
1 parent 295d4b8 commit 062a37f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/skott/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@

### Minor Changes

- [#146](https://github.com/antoine-coulon/skott/pull/146) [`5ae16c9`](https://github.com/antoine-coulon/skott/commit/5ae16c96a239e353e78c465aca0c54ed4406d3db) Thanks [@AlexandrHoroshih](https://github.com/AlexandrHoroshih)! - Optional `groupBy` configuration is added - it is a function of `(path: string) => string | undefined` type.

If `groupBy` is provided, then `groupedGraph` will be emitted on `getStructure` call.

### Patch Changes

- Updated dependencies []:
- skott-webapp@2.1.1
- [#146](https://github.com/antoine-coulon/skott/pull/146) [`5ae16c9`](https://github.com/antoine-coulon/skott/commit/5ae16c96a239e353e78c465aca0c54ed4406d3db) Thanks [@AlexandrHoroshih](https://github.com/AlexandrHoroshih)! - Adds `groupBy` API configuration option. This function allows all nodes from the graph to be grouped into a set of custom groups. If `groupBy` is provided, then `groupedGraph` will be emitted on `getStructure` call.

## 0.32.1

Expand Down

0 comments on commit 062a37f

Please sign in to comment.