Releases: tgsnake/log
Releases · tgsnake/log
1.6.4
1.6.3
Changelog
- Fixed: console.warning not showing when level is not debug or verbose and LOGWARNINGLEVEL is hard.
- Fixed: content is not styling on browser console.
- Remove: capturelog
Full Changelog: 1.6.2...1.6.3
1.6.2
Changelog:
- Change: Removed handle function when unhandleRejection event (nodejs). Because with this function, errors cannot disable the program as it should.
Installation:
- Deno :
import { Logger } from "https://deno.land/x/tgsnake_log@1.6.2/src/index.ts";
- NodeJS :
npm i @tgsnake/log
yarn add @tgsnake/log
Full Changelog: 1.6.1...1.6.2
1.6.0
✨ Update @tgsnake/log to 1.6.0
🗒️ Changelog:
- Add way to capture log
- More customisable color
🚀 Installation Guide :
- Deno :
import { Logger } from "https://deno.land/x/tgsnake_log@1.6.0/src/index.ts";
- NodeJS :
npm i @tgsnake/log
yarn add @tgsnake/log
🪲 Know Bugs
- Nothing, if you found bug report it.
📋 Notes:
Full Changelog: 1.5.0...1.6.0