Compare commits
No commits in common. "master" and "v4.1.1" have entirely different histories.
@ -1,10 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2024-12-14 - 4.2.0 - feat(ondemand)
|
|
||||||
Add on-demand timestamp feature
|
|
||||||
|
|
||||||
- Added an on-demand script to output human-readable time ago for current timestamp.
|
|
||||||
|
|
||||||
## 2024-12-13 - 4.1.1 - fix(smarttime.units)
|
## 2024-12-13 - 4.1.1 - fix(smarttime.units)
|
||||||
Fix issue in getMilliSecondsAsHumanReadableAgoTime
|
Fix issue in getMilliSecondsAsHumanReadableAgoTime
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smarttime",
|
"name": "@push.rocks/smarttime",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "4.2.0",
|
"version": "4.1.1",
|
||||||
"description": "Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.",
|
"description": "Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
import * as smarttime from '../ts/index.js';
|
|
||||||
|
|
||||||
console.log(smarttime.getMilliSecondsAsHumanReadableAgoTime(Date.now()));
|
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smarttime',
|
name: '@push.rocks/smarttime',
|
||||||
version: '4.2.0',
|
version: '4.1.1',
|
||||||
description: 'Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.'
|
description: 'Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user