Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

65 lines (33 loc) · 3.31 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.0.6 (2023-11-06)

Features

  • don't affect browser console logs etc, split path at src if it is in the path (a0e4a14)

0.0.5 (2023-11-05)

Features

  • support loops, make path shorter (415ab33)

0.0.4 (2023-10-28)

Bug Fixes

  • ✏️ remove extra parenthesis (2e23410)

0.0.3 (2023-10-28)

Features

  • ✨ add text showing which file the log was triggered from (d1c2032)

0.0.2 (2023-05-20)

Bug Fixes

  • 🐛 only color strings, support multiple argumens (fec3819)
  • ⚡ update package.json (521de33)

0.0.1 (2023-05-16)

Bug Fixes

  • 🐛 make typescript happy (ea846f6)
  • ⚡ update package.json (74e4de5)

0.0.0 (2023-05-16)

Features

  • 📝 update readme (e119a21)
  • 📝 update readme (14e29fd)
  • 📝 update README (108806c)
  • 📦 add kleur (696166e)
  • ✨ add index.js with the actual code (d1b29c2)
  • ✨ add type module to support es6 import (df19f36)
  • 🎉 update package.json (bc3d0f3)

Bug Fixes