Skip to content

Releases: paperdave/various

[email protected]

29 Jul 07:22
Compare
Choose a tag to compare

Patch Changes

[email protected]

29 Jul 22:40
Compare
Choose a tag to compare

Patch Changes

  • disable class-methods-use-this (2bc98a3)

  • set return-await to in-try-catch for more lenient code (2bc98a3)

[email protected]

29 Jul 07:22
Compare
Choose a tag to compare

Patch Changes

  • Modified (e7da5e4)

    • set eslint curly rule to multi-or-nest, allowing if (...) return;
    • allow empty catch blocks
    • disable the non-typescript require-await rule
    • disable @typescript-eslint/explicit-module-boundary-types
    • disable @typescript-eslint/no-empty-interface
    • disable @typescript-eslint/no-invalid-void-type
    • disable @typescript-eslint/no-misused-promises
    • disable @typescript-eslint/no-redeclare
    • disable @typescript-eslint/no-redundant-type-constituents

@paperdave/[email protected]

29 Jul 22:40
Compare
Choose a tag to compare

Patch Changes

@paperdave/[email protected]

29 Jul 07:22
Compare
Choose a tag to compare

@paperdave/utils

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

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

@paperdave/[email protected]

29 Jul 23:28
1abb31d
Compare
Choose a tag to compare

Patch Changes

  • fix: write to the correct fd (a6d9b3f)

@paperdave/[email protected]

29 Jul 22:40
Compare
Choose a tag to compare

Patch Changes

  • allow errors to be passed to fail, and also style them slightly nicer (2bc98a3)

@paperdave/[email protected]

29 Jul 07:22
Compare
Choose a tag to compare

Patch Changes

  • update readme/metadata (83afd2a)

  • Fixed typos, and added commas (#15)

@paperdave/[email protected]

29 Jul 07:22
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Jul 01:31
Compare
Choose a tag to compare

Patch Changes

  • fix: fetch().then(x => x.json()) no longer gets marked as a lint error
    (76b4c77)