Skip to content

Releases: Snowflyt/showify

0.1.2

23 Feb 10:32
Compare
Choose a tag to compare
  • 🐞 fix: Handle invalid Date instances. show(new Date("foo")) no longer throws an error. (d3d73a4)
  • ✨ feat: Add true as alias of "always" and false as alias of "none" for the showHidden option for compatibility with Node.js‘s util.inspect. (d6bddfb)
  • 📃 docs(README): Add description for missed option quoteKeys. (96f8b77)