Skip to content

Commit

Permalink
docs: add migration types (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity committed May 4, 2024
1 parent c583c94 commit 412e115
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
];
}
```

Type changes:

- `LogLayerHooksConfig` -> `LogLayerPlugin`
- `HookBeforeDataOutParams` -> `PluginBeforeDataOutParams`
- `HookBeforeDataOutFn` -> `PluginBeforeDataOutFn`
- `HookShouldSendToLoggerParams` -> `PluginShouldSendToLoggerParams`
- `HookShouldSendToLoggerFn` -> `PluginShouldSendToLoggerFn`

Summary:

Expand Down

0 comments on commit 412e115

Please sign in to comment.