Just released #LogTape 0.9.0! 🎉
This version brings two major improvements to our zero-dependency #logging library for #TypeScript:
-
New Synchronous Configuration API: You can now configure LogTape synchronously with
configureSync(),disposeSync(), andresetSync(). Perfect for simpler setups where you don't needasyncoperations! -
Better Runtime Compatibility: We've moved all file-related components to a separate
@logtape/filepackage. This means the core package now works flawlessly across all JavaScript environments—browsers, edge functions, and various bundlers without any file system dependencies.
Plus, we've added level mapping options for console sinks, giving you more control over how your logs appear.
Check out the full release notes for migration details: