- Adjustment of copyright information (year).
- Now also tested with NW ABAP 7.51.
- Application index was recalculated independent of option setting.
- Error forwarding in case CSRF Token determination fails.
- Switched from JSHint to ESLint linting.
- Support for Node versions < 4.0.0 skipped.
- Logging changed to an "immediate" logging. Folder/File actions are displayed immediately instead of collecting them.
- Slashes at the end of a defined server URL are ignored.
- Code simplification regarding sap-language parameter.
- BSP container length check excludes customer specific namespaces.
- Deletion requests are fired with sap-language parameter.
- Readme update.
- Update dependency to Unirest 0.5.1
- Client parameter handling
- Added Travis CI support.
- Crash caused by empty files fixed.
- Option
options.conn.client
added to be able to specify a SAP client (in case no default client is maintained in system).
- Option
options.ui5.calc_appindex
steers if the SAPUI5 application index is recalculated (program /UI5/APP_INDEX_CALCULATE). Thx to @olirogers for adding this feature.
- Ensure ES 5.1 compatibility.
- Namespace handling for file comparison.
- Option
options.conn.useStrictSSL
steers if a strict SSL mode check has to be executed. In case of self signed certificates it can be set tofalse
to allow an upload of files.
- Correct encoding of namespaces for file upload.
- Option
options.ui5.language
introduced to be able to specify objects original language (e.g. for BSP Container).
- Readme update.
- Minor issues.
- Readme update.
- Initial release.