ChangeLog in soaspec-0.1.18 vs ChangeLog in soaspec-0.2.0
- old
+ new
@@ -1,4 +1,15 @@
+Version 0.2.0
+* Exception handling
+ * Raise meaningful exception if REST header value passed is null
+* Enhancements
+ * `soaspec add` exe to create basic 'rest' or 'soap' service
+ * Add another matcher to check response is successful
+ * Default hash and template_name can now be defined within a class rather than just at an instance of it
+ * Stubs making it clearer what parameters are when looking at code from RubyMine
+ * Basic auth file method on RestHandler for clearer defining of basic auth
+ * Handle ERB in 'base_url' method
+
Version 0.1.18
* Enhancements
* Define 'exchange' method on response object so original exchange can be accessed
* Make simply approach for setting body of request with just a string passed `ExchangeHandler.post(message_body)` where message_body is not
a `Hash` but a `String`
\ No newline at end of file