- Separation of data handling from Pipeline into a new component called DataManager
- Moved the filter method out of Pipeline into DataManager - Data can still be filtered in Pipeline on the server side but client side filtering will happen in DataManager
- Added a baseURL parameter to Pipeline for easier config of endpoints
- Upgraded QUnit and add QUnit Composite to be able to run all test suites from a single page