Skip to content

1.0.0

Choose a tag to compare

@unicornware unicornware released this 07 Feb 23:36
· 355 commits to main since this release
1.0.0
db62bce

1.0.0 (2023-02-07)

📦 Build

  • deps-dev: Bump @types/node from 18.11.18 to 18.11.19 (#2) (a1bdfc7)
  • deps-dev: Bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.51.0 (#6) (216f0ca)
  • deps-dev: bump @typescript-eslint/parser from 5.50.0 to 5.51.0 (fd394d8)
  • deps-dev: Bump @vitest/coverage-c8 from 0.28.3 to 0.28.4 (#7) (c7a7fd4)
  • deps-dev: Bump @vitest/ui from 0.28.3 to 0.28.4 (#10) (2d0ef11)
  • deps-dev: Bump cspell from 6.20.1 to 6.22.0 (#9) (d4c82cc)
  • deps-dev: Bump esbuild from 0.17.5 to 0.17.6 (#3) (863c45a)
  • deps-dev: Bump eslint-plugin-jsdoc from 39.7.5 to 39.8.0 (#5) (3603b10)
  • deps-dev: Bump vitest from 0.28.3 to 0.28.4 (#4) (3bd7712)

🤖 Continuous Integration

  • [@dependabot] add config (01b685a)
  • deps: Bump actions/cache from 3.2.3 to 3.2.4 (#1) (2db2b6f)
  • deps: bump GitGuardian/ggshield-action from 1.1.0 to master (559267d)
  • workflows: [ci] upload coverage report to codecov (3604cf5)

📝 Documentation

✨ Features

  • interfaces: LoadTsconfigOptions (c9cdf33)
  • interfaces: ResolvePathsOptions (08ace44)
  • internal: getPropertyValue (23ee270)
  • internal: isDirectory (e67a350)
  • internal: isFile (15addba)
  • internal: parseJSON (8eea639)
  • internal: readFile (8836dfa)
  • internal: validateFunction (503a65f)
  • internal: validateString (3245972)
  • internal: validateURLString (992bfb0)
  • ts: re-export @flex-development/tsconfig-types (e4efd39)
  • utils: COMPILER_OPTIONS (def90ca)
  • utils: LIB (ea9bb62)
  • utils: loadCompilerOptions (135dfee)
  • utils: loadLibConfig (139f6c4)
  • utils: loadPathAliases (3dd561d)
  • utils: loadPluginConfigs (b484e64)
  • utils: loadTsconfig (7538fdc)
  • utils: normalizeCompilerOptions (1714d5b)
  • utils: normalizeImportsNotUsed (532b575)
  • utils: normalizeJsx (b61f9ae)
  • utils: normalizeLib (b3f2126)
  • utils: normalizeModule (e46db36)
  • utils: normalizeModuleDetection (b0f8188)
  • utils: normalizeModuleResolution (2d8d082)
  • utils: normalizeNewLine (8219ec8)
  • utils: normalizeTarget (2cbabae)
  • utils: resolvePaths (7038572)

🐛 Fixes

  • utils: [normalizeLib] lowercase possible option before evaluating (715b9d9)

🏡 Housekeeping

  • github: add commit scope build (732e102)
  • github: add commit scope internal (b002306)
  • github: add commit scope spelling (60dcd4d)
  • github: add commit scope ts-next (6507225)
  • github: add label scope:ts-next (392a866)
  • spelling: cleanup dictionary (691b3bb)
  • tests: codecov integration (85ef913)
  • ts: switch tsconfig based on typescript version (6c70b97)

⚡ Refactors

  • ts-next: support multiple configuration files in extends (64cfb1a)
  • utils: loadLibConfig -> loadLib (87c800d)
  • utils: loadPathAliases -> loadPaths (f4da989)
  • utils: loadPluginConfigs -> loadPlugins (2e839e5)