Skip to content

Tags: line-o/xbow

Tags

v2.2.0

Toggle v2.2.0's commit message
chore(release): 2.2.0 [skip ci]

# [2.2.0](v2.1.2...v2.2.0) (2021-03-20)

### Features

* improved xbow:get-type ([ca6e593](ca6e593))

v2.1.2

Toggle v2.1.2's commit message
chore(release): 2.1.2 [skip ci]

## [2.1.2](v2.1.1...v2.1.2) (2021-03-20)

### Bug Fixes

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

v2.1.1

Toggle v2.1.1's commit message
chore(release): 2.1.1 [skip ci]

## [2.1.1](v2.1.0...v2.1.1) (2021-03-19)

### Bug Fixes

* update package-lock file ([3ab9da2](3ab9da2))

v2.1.0

Toggle v2.1.0's commit message
chore(release): 2.1.0 [skip ci]

# [2.1.0](v2.0.0...v2.1.0) (2021-03-19)

### Features

* pluck-deep handles missing properties ([2ec8681](2ec8681))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.0.0...v2.0.0) (2021-01-17)

### Bug Fixes

* **xbow:** categorize[#3](#3) return type is array ([34f81a3](34f81a3))

### Code Refactoring

* rename map-reverse to map-flip ([f4660b2](f4660b2))

### Features

* **xbow:** add xbow:last ([ce76ab9](ce76ab9))

### BREAKING CHANGES

* `xbow:map-reverse` is now `xbow:map-flip`

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2021-01-17)

### Bug Fixes

* **build:** install XAR before running tests ([f8f9ea9](f8f9ea9))
* **build:** reliable, clean builds ([a61ef4c](a61ef4c))
* **gulp:** tasks templates and installXar ([d285e66](d285e66))
* **release:** add missing exec package ([a95b7ca](a95b7ca))
* **test:** CLI runner sends version, shows errors ([c43ce26](c43ce26))
* **tests:** do not rely on key or element order ([f534e14](f534e14))
* add the implementation for new functions ([9e87974](9e87974))
* array-fill ([19590a2](19590a2))
* **tests:** reliable, usable XQsuite runner ([5242bfc](5242bfc))
* build and travis setup ([0ae6ab2](0ae6ab2))
* build and travis setup ([c3d7187](c3d7187))
* convenience sorting functions ([8faa5df](8faa5df))
* travis setup ([88f6c21](88f6c21))

### Features

* **semantic-release:** automate releases ([dd77500](dd77500))
* enable shorter pluck syntax ([791ff54](791ff54)), closes [pluck#1](https://github.com/pluck/issues/1)
* get-type checks for arrays and maps ([9fa62a6](9fa62a6))
* improve examples ([05c881b](05c881b))
* map-reverse, get-type and tests ([cde10f6](cde10f6))
* saxon compatible ([a56c5e7](a56c5e7))
* setup ci, fix all tests ([9cfabc9](9cfabc9))
* xbow:pluck(-deep) on nodes, maps, arrays ([8247589](8247589))

1.3.1

Toggle 1.3.1's commit message
chore: update npm dev dependencies

1.2.1

Toggle 1.2.1's commit message
release: version 1.2.1

1.2.0

Toggle 1.2.0's commit message
chore: bump version in package.json

1.1.0

Toggle 1.1.0's commit message
doc: fix internal link to filtering section