Skip to content

Latest commit

 

History

History
99 lines (79 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

99 lines (79 loc) · 10.1 KB

1.2.0 (2021-01-05)

Bug Fixes

  • machine install command to also store local data when install remote pkg (f6bd69a)

Features

  • add nobuild support for install command (450eec1)

1.1.0 (2021-01-05)

Bug Fixes

  • broken path resolution for git based repo (065e9fd)
  • concurrency issues with test (465d6cc)
  • correct duplicate commands prompt (1eac12a)
  • issues parsing command args/handling publish nosave arg (09ef5cc)
  • publish async handling (78f2586)
  • refactor publish to not leak path information (ddd3a9f)
  • rm duplicate publish command (f3ef99b)

Features

  • add support for listing all packages local or not installed (d7e4027)
  • add which command to locate local bundles abs path (626db1a)

1.0.0 (2021-01-05)

Bug Fixes

  • .bundles.json written format (f972678)
  • add missing cli command for bundle (9a2e64e)
  • add support for mocha (aac8527)
  • carry through filename support vs default cid naming (43def91)
  • command structure to support sub commands (3a91870)
  • config refactor (282a851)
  • correct default dir existince bug (550054d)
  • correct home dir assumption for storage (d5dd4f2)
  • correct index initialization for storage (c21600a)
  • dir path for fixture (7b18664)
  • disk fetcher path resolution (1c05d10)
  • fetching id by non name (119eceb)
  • fix storage to respect quick lookup index (303a312)
  • local configuration index should reflect remote installations (5ee1d78)
  • machine to support latest packages mapping (0304be3)
  • make support for uri optionally specified within a bundle (fbe61b4)
  • order of commandline parsing for short name args (588024e)
  • package.json typo (9500155)
  • refactor global_listing to bundle_listing (8ba6dc5)
  • refactor support for paths with repos to be absolute (254c704)
  • refactor support for publishing bundles (c5db421)
  • remote disk bundle resolution to adhere to strict format (198f84b)
  • rm typedocs to resolve dependencies (223d4cc)
  • skip integration test for now (3f0e962)
  • temporarily remove support for --version (c76917b)
  • test to respect fixtures (783ca91)

Features

  • add bundle command to cli (824598c)
  • add ci (ff6d3c2)
  • add commadn for listing local pacakges (79fa3a2)
  • add first stab at command cli structure (45fb9b1)
  • add initial machine command work (cd86c5d)
  • add integration tests for carti (a4ff65f)
  • add logging system infrastructure (e1e968b)
  • add publish command (7d6324d)
  • add publish command (ea9aca6)
  • add sketch for fetcher folder structure (3d661db)
  • add structure for repo package management lib (6db7e61)
  • add support for a short desc format for bundle for cli (bacb5eb)
  • add support for adding a run script to create built machines (d20b894)
  • add support for fetching from disk or git (1eab0c0)
  • add support for installation (6140987)
  • add support for just uri based publishing w/o uploading (cc0b7f4)
  • add support for managing additions and subtractions from bundles.json (56bb7b2)
  • add support for optional bundle prompt questions for cli (777cdf1)
  • add support for package respoitories (304a999)
  • add support for stream to string util (e79cbf1)
  • adds support for machine build to build and run a cartesi machine from spec (0c81c86)
  • create a unified bundle fetcher for disk or http (8a89ede)
  • expose code to a singular default config for the cli (6b9bf42)
  • expose commands to cli (d5a5998)
  • expose publish cli command (2fe3b2e)
  • impl nosave option and add uri only extension to publish (d756a56)
  • init commit and structure (b272336)
  • refactor code to support config object (38893e0)
  • refactor config to include repo (221492e)
  • wip add carti local to package.json (fa9f0d8)
  • wip additional cli sketch (11d25b0)
  • wip initial commands structure sketch (a951312)
  • wip sketch for global resource storage for an index and repository storage (7e8ab39)