Skip to content

Releases: paperclover/various

@paperdave/[email protected]

21 Aug 07:14
78a453c
Compare
Choose a tag to compare

Patch Changes

[email protected]

20 Aug 20:38
dcb2e3c
Compare
Choose a tag to compare

Patch Changes

  • Explicitly define nodejs and bun version support. (5d0bd0d)

  • Add some badges to the readme indicating project status and release data (5d0bd0d)

[email protected]

20 Aug 20:38
dcb2e3c
Compare
Choose a tag to compare

Patch Changes

  • disable require-await (73d99a4)

  • Explicitly define nodejs and bun version support. (5d0bd0d)

  • Add some badges to the readme indicating project status and release data (5d0bd0d)

@paperdave/[email protected]

20 Aug 20:38
dcb2e3c
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Explicitly define nodejs and bun version support. (5d0bd0d)

  • Add some badges to the readme indicating project status and release data (5d0bd0d)

@paperdave/[email protected]

20 Aug 20:38
dcb2e3c
Compare
Choose a tag to compare

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, and assert 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 an error. I used to say to avoid calling success too much, but with Spinners and Progress bars ending on a success check or error X message, these should probably be used more often, instead of info 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]

20 Aug 20:38
dcb2e3c
Compare
Choose a tag to compare

Patch Changes

  • Explicitly define nodejs and bun version support. (5d0bd0d)

  • Add some badges to the readme indicating project status and release data (5d0bd0d)

@paperdave/[email protected]

19 Aug 03:26
Compare
Choose a tag to compare

@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

  • update readme/metadata (83afd2a)

  • Fixed typos, and added commas (#15)

2.0.0

Major Changes

  • breaking: removed log export, it is a default export now, also top level function exports.
  • breaking: log.setShowDebug is setLevel 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]

19 Aug 03:23
eff3698
Compare
Choose a tag to compare

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)

@paperdave/[email protected]

09 Aug 14:55
f03af32
Compare
Choose a tag to compare

Patch Changes

  • Using ES6 instead of ES2020 to prevent usage of nullish coalescing operator (#28)

@paperdave/[email protected]

31 Jul 02:46
273b017
Compare
Choose a tag to compare

Patch Changes

  • Ability to use custom prefix (#23)