Skip to content

Releases: ndw/xmlcalabash1

XML Calabash 1.5.0a1-110

07 Aug 13:31
@ndw ndw
1.5.0a1-110
c0ef67a
Compare
Choose a tag to compare
Pre-release

This is an experimental release for Saxon 11. See https://so.nwalsh.com/2022/08/07/ugly for some background.

Bug reports about problems using this release in the "real world" most eagerly solicited.

1.4.1-100

24 Mar 09:55
@ndw ndw
1.4.1-100
7cdcdd4
Compare
Choose a tag to compare
XML Calabash 1.4.1

1.4.0-100

18 Mar 08:04
@ndw ndw
1.4.0-100
0ad5087
Compare
Choose a tag to compare
XML Calabash 1.4.0

XML Calabash version 1.3.2-99

03 Jul 07:44
@ndw ndw
1.3.2-99
56600f2
Compare
Choose a tag to compare

A few bug fixes.

  • Fixed #323 by making cdata-section-elements work again
  • Fixed #320 by updating a few dependency versions
  • Fixed #319 by cleaning up the build scripts

XML Calabash version 1.3.2-100

03 Jul 07:49
@ndw ndw
1.3.2-100
4416d0f
Compare
Choose a tag to compare

A few bug fixes.

  • Fixed #323 by making cdata-section-elements work again
  • Fixed #320 by updating a few dependency versions
  • Fixed #319 by cleaning up the build scripts

XML Calabash version 1.3.1-99

20 Jun 11:09
@ndw ndw
1.3.1-99
27fa8da
Compare
Choose a tag to compare
  • Fix #322 by fixing the underlying XML Resolver bug and changing the dependency to the fixed version.
  • Ported the CI infrastructure to CircleCI

XML Calabash version 1.3.1-100

20 Jun 11:16
@ndw ndw
1.3.1-100
f24cbd8
Compare
Choose a tag to compare
  • Fix #322 by fixing the underlying XML Resolver bug and changing the dependency to the fixed version.
  • Ported the CI infrastructure to CircleCI

XML Calabash version 1.3.0-99

12 Jun 16:27
@ndw ndw
1.3.0-99
6a028b4
Compare
Choose a tag to compare
  • Fixed #318 where writing a lot of data to a p:exec step would cause the process to block.
  • Reworked some internals so that either the XML Resolver 1.x/2.x or 3.x releases can be supported.
  • Bumped a lot of infrastructure versions.

XML Calabash version 1.3.0-100

12 Jun 16:30
@ndw ndw
1.3.0-100
97f0592
Compare
Choose a tag to compare
  • Fixed #318 where writing a lot of data to a p:exec step would cause the process to block.
  • Reworked some internals so that either the XML Resolver 1.x/2.x or 3.x releases can be supported.
  • Bumped a lot of infrastructure versions.

XML Calabash version 1.2.5-99

11 Oct 16:59
@ndw ndw
1.2.5-99
3f44b40
Compare
Choose a tag to compare
  • Applied #315 to avoid endless loop in p:zip, thanks @nkutsche
  • Applied #307 to optimize parsing of libraries, thanks @bertfrees
  • Applied #306 to fix a bug in the handling of the default readable port, thanks @bertfrees
  • Applied #293 to add support for other HTTP methods, thanks @Conal-Tuohy