Skip to content

v0.14.0

Choose a tag to compare

@TimothyJones TimothyJones released this 11 Oct 09:18
2de2372

0.14.0 (2023-10-11)

⚠ BREAKING CHANGES

  • Only expose types in modules. Root imports will need to be updated to include the module name

Features

  • Add developer config package for api-extractor, prettier, eslint, tsconfig (9588334)
  • Add developer documentation (6d2c52d)
  • Add developer documentation (8524363)
  • Add developer documentation (e855d61)
  • Add eslint config package (f1659fa)

Bug Fixes

  • Add link to documentation in warning message about zero-length arrays (54dd26d)
  • Correct issue where core code wasn't included in package (7f70b3c)
  • Improve intellisense documentation (aebaac8)
  • Make loglevel config option optional (f6c18d9)
  • No longer include coverage directories in package (b5f42a0)
  • Remove unused dependencies (7e51170)
  • Update documentation for boundary classes (bffd21b)

Code Refactoring

  • Only expose types in modules. Root imports will need to be updated to include the module name (015dc7a)