Wildcard paths
Another minor release, caused by changes to the config file format and slightly different semantics for the load
command.
Summary
- Path wildcards: Similar to Composer's path repositories, Studio now allows for paths to contain wildcards. This makes it super easy to load multiple packages at once in a workbench-like environment (#54).
- Changes:
- The format of studio.json has changed - it only stores paths (and wildcards) to load, no more mapping from packages to paths.
- The
load
command now accepts glob paths - these can contain wildcards.
More changes are in the pipeline, that will deal with some problems introduced in the 0.10 revamp.