Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 08:12

1.0.0 (2023-08-15)

Bug Fixes

  • log missing repo directories instead of exiting (#21) (cfe3d1e)
  • publish to public npm to avoid breaking CI (#38) (32efdb2)
  • use github.token to debug the sem-release issue (#32) (18eb0cc)

Features

  • (wip) publish on pypi (5d01d4a)
  • accept multiple directories with destination for each (#13) (7a28f71)
  • add --filter parameter to select specific languages/files (#12) (758e416)
  • add --version flag for external debugging (#27) (47a9eb8)
  • add checks and debug for sem-release (#31) (4b8aecb)
  • add CLI (#2) (6c5ee33)
  • automatically create tags via semantic-release (#29) (6f78194)
  • publish atlas on npm (#35) (8c11fb5)
  • setup this repo with the basics (#1) (f44b2b0)
  • support git v2.25.1 using sparse-checkout set instead of sparse-checkout add (#23) (aa996e4)
  • test pypi (ee8551e)

Performance Improvements

  • 120x faster clone for very large repositories (#14) (9c97d03)

BREAKING CHANGES

  • Remove the --directory argument in favor
    of the positional arguments DIRECTORY ... to allow
    multiple directories to be specified in a single step.
    This is useful for pulling a huge batch of XBlocks
    into edX Platform or components in MFEs in a single
    checkout operation.

Refs: FC-0012 OEP-58