Releases: paperclover/various
@paperdave/[email protected]
Patch Changes
- add MIT license (
2347a98
)
[email protected]
[email protected]
@paperdave/[email protected]
@paperdave/[email protected]
Minor Changes
-
Add
trace
(#32) -
All log functions accept and format error objects. (#34)
-
injection can handle uncaught errors automatically (#32)
-
deprecate
level
,setLevel
,LogLevel
,fail
. (#34) -
add custom namespaces using new
createLogger
function. (#34)- all the built in log functions are created through this API.
-
Add
trace
,time
,timeEnd
,timeLog
,count
,countReset
, andassert
to the injected console. (#32) -
error
now prints with an X symbol, and this is the standard for printing errors. (#34)success
is now seen as the opposite of anerror
. I used to say to avoid calling success too much, but with Spinners and Progress bars ending on asuccess
check orerror
X message, these should probably be used more often, instead ofinfo
on a successful action being done.
Patch Changes
-
Explicitly define nodejs and bun version support. (
5d0bd0d
) -
injectConsole preferably takes an object instead of a console object, but this is not required yet. in v3, it will require for an object. (#32)
-
Add some badges to the readme indicating project status and release data (
5d0bd0d
) -
removed line wrapping (#34)
-
proper writing to standard error for errors and warnings and interactive content (#34)
@paperdave/[email protected]
@paperdave/[email protected]
@paperdave/logger
2.1.0
Minor Changes
- switch from using internal ansi library to
chalk@4
(9334160
)
Patch Changes
-
Fix
fail
writing to stdin instead of stdout (257963a
) -
fix error stack traces printing a weird symbol in some consoles (
9334160
)
2.0.6
Patch Changes
- Using ES6 instead of ES2020 to prevent usage of nullish coalescing operator (#28)
2.0.5
Patch Changes
- Ability to use custom prefix (#23)
2.0.4
Patch Changes
- fix: write to the correct fd (
a6d9b3f
)
2.0.3
Patch Changes
- allow errors to be passed to
fail
, and also style them slightly nicer (2bc98a3
)
2.0.2
Patch Changes
2.0.0
Major Changes
- breaking: removed
log
export, it is adefault
export now, also top level function exports. - breaking:
log.setShowDebug
issetLevel
now.
Minor Changes
- feat: spinners
- feat: progress bars
- feat:
.fail
log function - feat:
colors
export - feat:
isUnicodeSupported
export - feat:
logSymbols
export - might be some more, sorry.
Patch Changes
- fix: on bun writing and exiting the process immediatly will always print the text now.
1.0.0
Initial release
@paperdave/[email protected]
@paperdave/[email protected]
Patch Changes
- Using ES6 instead of ES2020 to prevent usage of nullish coalescing operator (#28)
@paperdave/[email protected]
Patch Changes
- Ability to use custom prefix (#23)