bracer 1.1.1
- expand_bracesnow handles vectorized input and returns one character vector with all the brace expansions. New function- str_expand_bracesoffers an alternative that instead returns a list of character vectors.
- New function globprovides a wrapper aroundSys.globthat supports both brace and wildcard expansion on file paths.
bracer 1.0.1
- expand_bracescan now parse nested braces.
bracer 0.1
- Initial version of expand_bracesfunction which has partial support for Bash-style brace expansion.