Skip to content

Releases: SheetJS/rooster

πŸ“ with 🐚 pattern matching!

23 Jul 20:25
c8e2e36

Choose a tag to compare

This version has no breaking changes.

It add supports for shell pattern matching inside of a .rooster.yaml file.

Concurrent πŸ“'s !

07 Jul 18:18

Choose a tag to compare

Pre-release
This version does away with the command line flags.

Instead only 1 flag is used `-config`.

This config takes one parameters which is a yaml configuration file.

The configuration file details which repos to get and how to get them.

This allows rooster to grab multiple repos and can clone them concurrently.

Initial Release

06 Jul 19:15
09d0826

Choose a tag to compare

Initial Release Pre-release
Pre-release

This is the first public alpha release of rooster.
It currently supports: git, svn, and hg.

To use it the following dependencies must be satisfied:

  • svn if a Subversion repo is being pulled
  • hg if a Mercurial repo is being pulled