Skip to content

Commit

Permalink
Add @deprecated to useTextFile option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcaza committed Aug 31, 2024
1 parent 8456097 commit 2f98f8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ export type ConfigOptions = {
showColumnHeaders?: boolean;
showTitle?: boolean;
title?: string;
/**
* Use `fileExtension` instead.
*
* Will be removed in the next major version (`2.x.x`)
*
* @deprecated
*/
useTextFile?: boolean;
fileExtension?: string;
mediaType?: MediaType;
Expand Down

0 comments on commit 2f98f8e

Please sign in to comment.