Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

txtextcontrol-reportingcloud 1.1.0

Choose a tag to compare

@jonathanmaron jonathanmaron released this 25 Feb 06:45
· 535 commits to master since this release
  • Added new tests to check properties returned by getTemplateInfo() and getAccountSettings().
  • Minor refactoring of StaticFilter and StaticValidator components.
  • Minor refactoring, mainly of array iterations.
  • Added filter to convert boolean true and false to string 'true' and 'false' (required for compatibilty with backend).
  • Implemented 'test' parameter with property /test and related setter and getter.
  • Added unit tests for findAndReplaceDocument() method.
  • Refactored mergeDocument() and findAndReplaceDocument() methods.
  • Implemented end-point /v1/document/findandreplace.
  • Set default Content-Type HTTP header.