various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.

MIT License

Downloads
160
Stars
29
Committers
4

Bot releases are visible (Hide)

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

@paperdave/utils

1.3.0

Minor Changes

  • add IterableStream (#41)

  • add streamToIter (#41)

  • Add iterToArray (#41)

Patch Changes

  • fix importing issues (#41)

1.2.1

Patch Changes

1.2.0

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)

1.1.2

Patch Changes

1.1.0

Minor Changes

  • Merge @paperdave/types into this package. (ab62272)

  • add FIXME type (83afd2a)

Patch Changes

  • update readme/metadata (83afd2a)

  • Fixed typos, and added commas (#15)

1.0.4

Patch Changes

  • 77299e4: Fix typo

1.0.3

Patch Changes

1.0.2

Patch Changes

  • 96510dd: add range and pipe and pipeAsync

1.0.1

Patch Changes

1.0.0

Major Changes

  • d2413fb: initial set of basic davecode config and utilities
various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • add IterableStream (#41)

  • add streamToIter (#41)

  • Add iterToArray (#41)

Patch Changes

  • fix importing issues (#41)
various - [email protected]

Published by github-actions[bot] about 2 years ago

totally not a hotpatch

various - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

this is a hotpatch fix. no changelog

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

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)

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

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)

various - [email protected]

Published by github-actions[bot] about 2 years ago

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)

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

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

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

various - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

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

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

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

@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

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

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)

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • Using ES6 instead of ES2020 to prevent usage of nullish coalescing operator (#28)
various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • Ability to use custom prefix (#23)