Skip to content

Latest commit

 

History

History
121 lines (78 loc) · 7.38 KB

CHANGELOG.md

File metadata and controls

121 lines (78 loc) · 7.38 KB

1.2.0 (2023-04-11)

New Features
  • workspace:
    • add ensureDirname for LibraryWorkspace (595c2852)
    • add ensureDirname for LibraryWorkspace (cee6186b)
    • add LauncherWorkspace#getLibraryWorkspace (f9b88632)

1.1.1 (2023-04-05)

Documentation Changes
  • Changelog: use version 1.1.0 instead of 1.0.2 (0c535b3f)
Bug Fixes
  • download: ensure download directory before write (0e5d0089)
Tests
  • Download: extend time-out for long-duration test (4ad5eca1)

1.1.0 (2023-04-05)

Bug Fixes
  • Version: throw error for undefined constructor params of AssetMetadataManager (707d3347)
Refactors
  • package.json: add prepack script (93ba5073)
Tests
  • Version: add AssetMetadataManager tests (61cd4495)

1.0.0 (2023-04-03)

New Features
  • update 1.0.0 (3e748865)
  • add get all packages info from version.VersionPackageManager (3f5f4296)

0.2.0 (2023-04-03)

Documentation Changes
  • Version: add doc for new functions of VersionPackageInfo (dd490a9e)
New Features
  • Version: support getting package info from VersionPackageInfoManager (0a1e9c2d)
Other Changes

0.2.0 (2023-03-31)

Other Changes

0.2.0 (2023-03-31)

Chores
Continuous Integration
Documentation Changes
New Features
  • using swc-node for running ts (037d2753)
  • download:
    • emit event for DownloadMatchingObserver on DownloadMatching (24012b50)
    • DownloadMatching class (2d380017)
  • workspace: add VersionWorkspace (5eb00ecc)
Bug Fixes
  • async/await for windows (2cdf5a36)
  • mocking using createDownloadInformation (f0c3412f)
  • EPERM on windows (0ad87019)
  • download file permission (ba481a6d)
  • version: path separator build (fb9e321b)
  • DownloadProcess#startDownload: handle createWriteStream error (d6301633)
Tests
  • use chai-as-promised for Promise test (b61d4010)
  • using join for testing (fd8a2479)
  • improve debug trace, source map (00781831)
  • remove some no-sense logic expectation (7b10103b)
  • fix file error (10e5a936)
  • fix test output directory permission (821ebb66)
  • fix window test path (f07c1c99)
  • version:
  • download:
    • eliminate time-out exceed for long test (686448cf)
    • wrap Promise with fulfillment (029afb99)
    • create unit test for DownloadMatchingObserver (b0432d3e)
  • fixtures: use chai-as-promised as default (d8598f8f)
  • workspace: coverage workspace module (3ebd686c)
  • dependencies: add chai-with-promised (9a87d3b1)