Skip to content

Commit

Permalink
Update History.md
Browse files Browse the repository at this point in the history
Removed unintentional markdown "links".
  • Loading branch information
herom committed Feb 11, 2015
1 parent f82f8a9 commit e0c5e15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
0.7.0 / 2015-02-10
=================
* [ENHANCEMENT] (Server) Server emits a `headers` event to globally handle SOAP Headers. (#564 )
* [ENHANCEMENT] Server emits a `headers` event to globally handle SOAP Headers. (#564 )

* [ENHANCEMENT] (Server) A service method can send back a SOAP Fault response to a client by throwing an object that contains a `Fault` property. (#563)
* [ENHANCEMENT] A service method can send back a SOAP Fault response to a client by throwing an object that contains a `Fault` property. (#563)

* [FIX] Don't throw an Error if an `element` is not defined. (#562)

* [ENHANCEMENT] Added more primitive types (`['positiveInteger', 'nonPositiveInteger', 'negativeInteger', 'nonNegativeInteger']`). (#560)

* [FIX] (Client) Respect empty SOAP actions in operations. (#554)
* [FIX] Respect empty SOAP actions in operations. (#554)

* [ENHANCEMENT] (Client) The client now emits `message`, `request` and `soapError` events. (#547, #559)
* [ENHANCEMENT] The client now emits `message`, `request` and `soapError` events. (#547, #559)

* [ENHANCEMENT] (Server) The server is now aware of the SOAP header(s) from incoming request. (#551)
* [ENHANCEMENT] The server is now aware of the SOAP header(s) from incoming request. (#551)

* [ENHANCEMENT] (Client) Until now, only the SOAP Body was returned from the invoked client method. With this PR also the SOAP Header(s) will be returned. (#539)
* [ENHANCEMENT] Until now, only the SOAP Body was returned from the invoked client method. With this PR also the SOAP Header(s) will be returned. (#539)

0.6.1 / 2014-12-20
==================
Expand Down

0 comments on commit e0c5e15

Please sign in to comment.