PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Kamil   PHP REST Client Framework Control   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP REST Client Framework Control
Testing and validating REST services
Author: By
Last change:
Date: 6 years ago
Size: 2,872 bytes
 

Contents

Class file image Download

v0.4.0-alpha

  • [\#3 [ExpressionLanguage] lessThan helper](https://github.com/rest-control/rest-control/issues/3)
  • "EachItems" expression language helper
  • [\#4 [ExpressionLanguage] moreThan helper](https://github.com/rest-control/rest-control/issues/4)
  • Add global helpers functions
  • Add before and after tests suite events
  • \#18 Before and after testCases group
  • [\#16 [RequestHelper] HTTP basic authentication](https://github.com/rest-control/rest-control/issues/16)
  • [\#14 [RequestHelper] helper connect](https://github.com/rest-control/rest-control/issues/14)
  • [\#13 [RequestHelper] helper trace](https://github.com/rest-control/rest-control/issues/13)
  • [\#12 [RequestHelper] helper options](https://github.com/rest-control/rest-control/issues/12)
  • [\#11 [RequestHelper] helper purge](https://github.com/rest-control/rest-control/issues/11)
  • [\#10 [RequestHelper] helper delete](https://github.com/rest-control/rest-control/issues/10)
  • [\#9 [RequestHelper] helper patch](https://github.com/rest-control/rest-control/issues/9)
  • [\#8 [RequestHelper] helper put](https://github.com/rest-control/rest-control/issues/8)
  • [\#7 [RequestHelper] helper head](https://github.com/rest-control/rest-control/issues/7)
  • [\#5 [ResponseFilters] httpCode helper](https://github.com/rest-control/rest-control/issues/5)

v0.3.1-alpha

v0.3.0-alpha

  • Posibility to validate list of items in response filters
  • Implementation of jsonPath in jsonPath helper
  • Implementation of jsonPath in hasItem and hasItems filters
  • Fix test tags
  • Mock api client
  • Mockable server responses
  • Array validator adapter

v0.2.0-alpha

* Simple statistic collector for TestCase * HasItem response filter and response items definition * Implementations of validation adapters(date, email, float, hostname, iban, int, ip, isbn, length, notEmpty, numeric, regex, string, uri, uuid) * New layout of run tests command ouput * Fixes for CI scripts * Add statistics in run tests command summary * More examples with different response filters * Remove multidirections in tests loader * Use default namespace in create test command * Add optional jsonPath in hasItem response filter * Fix problem with autoload custom response filters

v0.1.0-alpha

* Base structure for RestControl application * RestControl-Console application * Run all tests * Creaing TestCase from command line * Set of basic response filters(header, json, jsonPath) * Set of basic expression language(endsWith, equalsTo, startsWith) * PSR class loader for TestCases * HTTP Api client for sending rest requests