Skip to content

Latest commit

 

History

History
454 lines (340 loc) · 22.8 KB

CHANGELOG.md

File metadata and controls

454 lines (340 loc) · 22.8 KB

@jakubmazanec/error

3.0.9

Patch Changes

3.0.8

Patch Changes

3.0.7

Patch Changes

3.0.6

Patch Changes

3.0.5

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

  • #44 01fc14d (@renovate) – BREAKING: Dependency node updated to version ^20.8.0. Dependency @types/node updated to version ^20.8.5.

Minor Changes

  • #61 015aead (@jakubmazanec) – Add Prettier config (previously it was assumed some Prettier config is present in the workspace root).

Patch Changes

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

  • #17 7998284 (@jakubmazanec) – Changes license from MIT to GNU Lesser General Public License v3.

  • #17 7998284 (@jakubmazanec) – Adds new function createCustomErrorWithData for creating errors without the optional data. The function createCustomError now only creates custom error class that doesn't have data property. This is to prevent situations when data property has wrong type. Also, the type for the error data can be now defined using Zod.

Patch Changes

1.0.0

Major Changes