Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Releases: Bouke/Lark

Swift 4.2

21 Oct 08:04
af39c8b
Compare
Choose a tag to compare

Changes

  • Swift 4.2

0.7.1

16 Sep 09:54
6f63966
Compare
Choose a tag to compare
Renamed `validateSOAP` to match it’s usage

0.7.0

16 Sep 09:54
0ed104b
Compare
Choose a tag to compare
Added few “integration” tests, however disabled by default

0.6.0

16 Apr 10:40
fc67970
Compare
Choose a tag to compare

Highlights of this release:

  • Make type variables mutable
  • Improved test coverage (wsdl imports + binding in other namespace)
  • Support WSDL imports
  • Improved operation name matching (compare by localName only)
  • Support Float/Double serializations NaN, INF etc.
  • Improved message deserializing error handling
  • Slightly faster qname compares

0.5.1

16 Apr 10:47
95d9318
Compare
Choose a tag to compare
  • Improved incorrect response handling
  • Improved documentation

0.5.0

16 Apr 10:49
1659784
Compare
Choose a tag to compare
  • Drop async from the method name
  • Introduce ClientDelegate for inspecting messages

0.4.5

16 Apr 10:52
4e21207
Compare
Choose a tag to compare
  • Improved dateTime parsing (milliseconds and no timezone identifier)
  • Resolved issue with nested types without a type name
  • Allow complexType without content
  • Resolved issue with element without a type
  • Ignore unsupported binding / port types (e.g. http endpoints)

0.4.4

16 Apr 13:13
c5552ed
Compare
Choose a tag to compare
  • Made AnyType public

0.4.3

16 Apr 13:16
68d6fde
Compare
Choose a tag to compare
  • Support messages with type

0.4.2

16 Apr 13:19
fef12cb
Compare
Choose a tag to compare
  • Support xs:anyType
  • Better error diagnostics for QualifiedName
  • Parse multiple schemes within a wsdl
  • Renamed XSD struct to Schema
  • Renamed WSDL struct to WebServiceDescription
  • Updated documentation
  • Added GH templates
  • Improved error diagnostics for code generator
  • Validate wsdl operation binding values