Skip to content

1.2.0

Compare
Choose a tag to compare
@unicornware unicornware released this 01 Jan 19:44
· 377 commits to main since this release
1.2.0
4fee438

1.2.0 (2023-01-01)

📦 Build

  • deps-dev: Bump cspell from 6.18.0 to 6.18.1 (#5) (292c81e)

📝 Documentation

  • error models (7404e3d)
  • fix file overview for package entry point (0c06c0a)

✨ Features

  • internal: formatList (1c910df)
  • models: ERR_AMBIGUOUS_ARGUMENT (679af9d)
  • models: ERR_ARG_NOT_ITERABLE (2404e1e)
  • models: ERR_ASYNC_CALLBACK (567b160)
  • models: ERR_ILLEGAL_CONSTRUCTOR (94d0441)
  • models: ERR_IMPORT_ASSERTION_TYPE_FAILED (9807b0e)
  • models: ERR_IMPORT_ASSERTION_TYPE_MISSING (73d9a5c)
  • models: ERR_IMPORT_ASSERTION_TYPE_UNSUPPORTED (2f6dfec)
  • models: ERR_INCOMPATIBLE_OPTION_PAIR (573fb2f)
  • models: ERR_INVALID_ARG_TYPE (d3dc012)
  • models: ERR_INVALID_ARG_VALUE (6637aaa)
  • models: ERR_INVALID_MODULE_SPECIFIER (e64f15c)
  • models: ERR_INVALID_PACKAGE_CONFIG (9b8b755)
  • models: ERR_INVALID_PACKAGE_TARGET (e162298)
  • models: ERR_METHOD_NOT_IMPLEMENTED (f5754f0)
  • models: ERR_MISSING_OPTION (4ab0472)
  • models: ERR_MODULE_NOT_FOUND (028aa6b)
  • models: ERR_NETWORK_IMPORT_DISALLOWED (d767ad1)
  • models: ERR_OPERATION_FAILED (7a72d79)
  • models: ERR_PACKAGE_IMPORT_NOT_DEFINED (c86086f)
  • models: ERR_PACKAGE_PATH_NOT_EXPORTED (f744782)
  • models: ERR_UNHANDLED_ERROR (61ed62a)
  • models: ERR_UNKNOWN_ENCODING (d562655)
  • models: ERR_UNKNOWN_FILE_EXTENSION (aeed292)
  • models: ERR_UNKNOWN_MODULE_FORMAT (0c4c702)
  • models: ERR_UNSUPPORTED_DIR_IMPORT (c29c652)
  • models: ERR_UNSUPPORTED_ESM_URL_SCHEME (9a43317)
  • ts: [NodeErrorConstructor] allow custom util.format args type (6d9eb1e)

🐛 Fixes

  • models: patch build errors (ec32053)
  • utils: [createNodeError] make error code enumerable (06f4190)

🏡 Housekeeping

  • [eslint] update test file patterns (7547e7e)
  • github: add commit scope models (56c56f6)
  • github: add commit scope utils (22a1b6a)
  • github: add label scope:models (07425e6)
  • github: add label scope:utils (dfd99ee)
  • vscode: update settings (2ee1aed)

⚡ Refactors

  • utils: [createNodeError] access this.code from message (d453fa8)
  • utils: add utils directory (6fc7ad6)

✅ Testing

  • models: reorganize instance tests (8ef9a81)