Monday, August 22, 2016

Released pip-webui version 1.0.4

Version 1.0.4 of the pip-webui suite has been released. This version includes the following major changes:

Addition of pip-webui-test module

Automated testing in web application often requires to mock RESTful calls and substitute server data with predictable datasets. Pip.WebUI.Test module contains data generators and mocked REST resources that are used across all Pip.WebUI modules. They are also used in Pip.WebUI samples and can help in testing your applications. The following is supported:

  • Test data generators
  • Mocks for REST resources

Check it out here: https://github.com/pip-webui/pip-webui-test

Addition of pip-webui-all module

Pip-webui-all was added to aggregate all distributables of the pip-webui suite needed for application development (excluding pip-webui-samples and pip-webui-test). It is now sufficient to reference this module to download all dependencies of the pip-webui suite.

Check it out here: https://github.com/pip-webui/pip-webui-all


Addition of pip-webui-samples

Common simple usage patterns are now documented and available under pip-webui-samples module.

Check it out here: https://github.com/pip-webui/pip-webui-sample

Pip.WebUI development team

Released pip-webui-tasks version 1.2.0

On August 21, 2016 we published version 1.2.0 of pip-webui-tasks.

Application builds are now supported, including the following common tasks:

  • Building project artifacts (html, js, less, ts, etc)
  • Copying app dependencies to distribution folder
  • Publishing application releases to alpha, beta and production environments on AWS

We are using pip-webui-tasks as the build system across all pip-webui projects. Check it out at https://github.com/pip-webui/pip-webui-tasks