Skip to content

Releases: line-o/xbow

v2.2.0

20 Mar 12:10
Compare
Choose a tag to compare

2.2.0 (2021-03-20)

Features

v2.1.2

20 Mar 09:44
Compare
Choose a tag to compare

2.1.2 (2021-03-20)

Bug Fixes

  • spec: rename duplicate test-case (3ac0bef)
  • test: add test case for pluck-deep (57ab2f8)

v2.1.1

19 Mar 16:26
Compare
Choose a tag to compare

2.1.1 (2021-03-19)

Bug Fixes

  • update package-lock file (3ab9da2)

v2.1.0

19 Mar 16:23
Compare
Choose a tag to compare

2.1.0 (2021-03-19)

Features

  • pluck-deep handles missing properties (2ec8681)

v2.0.0

17 Jan 22:21
Compare
Choose a tag to compare

2.0.0 (2021-01-17)

Bug Fixes

  • xbow: categorize#3 return type is array (34f81a3)

Code Refactoring

  • rename map-reverse to map-flip (f4660b2)

Features

BREAKING CHANGES

  • xbow:map-reverse is now xbow:map-flip

Winter is coming

15 Nov 09:09
Compare
Choose a tag to compare

Changes

  • The build process is using gulp now. This drops the dependency on Java.
  • The documentation was improved here and there.

Spring cleaning

15 Apr 10:45
Compare
Choose a tag to compare

Fixes

  • rename duplicate test-functions in XQSuite to ensure compatibility with exist v5.3.0
  • update readme
  • add icon to packaged XAR
  • update logo in readme
  • remove unused files

Beta be nice

11 Apr 09:01
Compare
Choose a tag to compare

Features:

  • Saxon compatible (HE version requires 10+)
  • xbow:pluck works with arrays
  • xbow:pluck can extract data from nodes with a minimal subset of XPath passed as xs:string
  • more examples added

Fixes:

  • removed unused binary from XAR: size down to 12Kb
  • xbow:array-fill (xs:positiveInteger was replaced by xs:integer with internal boundary check)

Low Hanging Fruits

15 Feb 09:57
Compare
Choose a tag to compare

Features

  • xbow:combine
  • xbow:categorize and xbow:label
  • xbow:for-each-index
    • xbow:sequence-for-each-index
    • xbow:array-for-each-index
  • xbow:array-fill
  • xbow:some, xbow:none, xbow:all
  • shorter syntax for xbow:pluck
  • xbow:get-type checks for arrays and maps too
  • improve documentation

Ascending, descending, whatever!

23 Nov 20:39
Compare
Choose a tag to compare

First round of improvements and fixes are in.

  • fix issue #1
  • reliable, clean builds
  • improved mocha test-runner
    • pass in library and version to xquery test-runner
    • errors in before-all are now catched in a useful way
  • remove IDE stuff from repository
  • move examples to separate folder