Releases: thibmaek/oyster
Releases · thibmaek/oyster
v1.1.0
✨ Features
- 86c50e0 (fs): Add
filecount
. (Outputs total number files in directory) - 27d5e1e (fs): Add
list_dirs
,list_files
,list_empty_files
. (Friendlier interfaces tofind
) - a073060 (strings): Add
first_char
,replace_all
(Gets the first character from a string / Replaces all occurrences of a substring) - 1aca199 (time): Add
date_iso8601
. (Generates a valid ISO8601 date.)
Full Changelog: v1.0.0...v1.1.0
v1.0.0
✨ Features
The very first version of oyster!