Skip to content

Releases: Southclaws/pawn-chrono

1.1.1

13 Aug 08:06
51bc05d
Compare
Choose a tag to compare

Fix DurationSeconds, #2 thanks to @TommyB123

1.1.0

03 Jun 19:11
Compare
Choose a tag to compare

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

02 Jun 20:50
Compare
Choose a tag to compare

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

02 Jun 18:35
Compare
Choose a tag to compare

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

02 Jun 14:00
Compare
Choose a tag to compare

First release with TimeFormat and TimeParse functions.

Also contains a bunch of conversion operators for temporal units such as Seconds, Minutes, Hours, etc.