Releases: Southclaws/pawn-chrono
Releases · Southclaws/pawn-chrono
1.1.1
Fix DurationSeconds
, #2 thanks to @TommyB123
1.1.0
Added DurationFormat
function for formatting Seconds:
duration values to human-readable strings, such as 1 year, 24 days, 19 hours, 14 minutes
.
Thanks to fr0st for the CentOS compatible static build!
1.0.0
Stable release - some minor performance/stability fixes.
Implemented a new function DurationParse
which can be used to parse strings such as 5s
, 16m
, 7d
etc. See readme for documentation.
0.1.1
Implemented Now
as a native function instead of a wrapper around gettime
.
Fixed Linux binary requiring a shared library, it's not compiled statically.
0.1.0
First release with TimeFormat
and TimeParse
functions.
Also contains a bunch of conversion operators for temporal units such as Seconds, Minutes, Hours, etc.