fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "1.5.7", | ||
"version": "1.5.8", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -54,2 +54,4 @@ import {Comment} from "./fast-comments-comment"; | ||
absoluteDates?: boolean | ||
/** Show both relative and absolute dates "11 minutes ago (5/18/2021, 8:10:33 AM)". (Customizable via the UI.) */ | ||
absoluteAndRelativeDates?: boolean | ||
/** Text like "Show [count] comments". When defined we won't show the comment list. Instead show a link with the given text, which shows the comments upon clicking. (Customizable via the UI.) */ | ||
@@ -56,0 +58,0 @@ hideCommentsUnderCountTextFormat?: string |
8110
1.95%129
1.57%