Releases: Snowflyt/showify
Releases · Snowflyt/showify
0.1.2
- 🐞 fix: Handle invalid Date instances.
show(new Date("foo"))
no longer throws an error. (d3d73a4) - ✨ feat: Add
true
as alias of"always"
andfalse
as alias of"none"
for theshowHidden
option for compatibility with Node.js‘sutil.inspect
. (d6bddfb) - 📃 docs(README): Add description for missed option
quoteKeys
. (96f8b77)