From 88ae3cb1db10251c7c8c467bb2c4d07bfde64355 Mon Sep 17 00:00:00 2001 From: Vadim Ogievetsky Date: Wed, 18 Dec 2024 20:23:41 -0800 Subject: [PATCH] add round and range to duration --- .changeset/slimy-pots-glow.md | 5 + .idea/inspectionProfiles/Project_Default.xml | 1 + .idea/jsLinters/eslint.xml | 6 + .idea/prettier.xml | 1 + src/duration/duration.spec.ts | 264 +++++++++++++------ src/duration/duration.ts | 61 ++++- 6 files changed, 243 insertions(+), 95 deletions(-) create mode 100644 .changeset/slimy-pots-glow.md create mode 100644 .idea/jsLinters/eslint.xml diff --git a/.changeset/slimy-pots-glow.md b/.changeset/slimy-pots-glow.md new file mode 100644 index 0000000..677be3a --- /dev/null +++ b/.changeset/slimy-pots-glow.md @@ -0,0 +1,5 @@ +--- +'chronoshift': patch +--- + +Add round and range to duration diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index b6c2706..2b9f0c8 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,7 @@