- Add files (array) support for input;
- Recursive update for configuration;
- Add aggregations;
- Move functions to utils;
- Separate run for runners to submit and wait;
- Add use job class for jobs in a proc;
- Use "1,2 3,4" for channel.fromArgs for multi-width channels;
- Add rbind, cbind, slice for channel;
- Add alias for some proc properties;
- Remove callfront for proc;
- Add export cache mode;
- Add gzip export support (1);
- Unify loggers;
- Use job cache instead of proc cache so that a proc can be partly cached;
- Rewrite buildInput and buildOutput;
- Use job to construct runners;