Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-11-12)

### Code Refactoring

* **fields:** rename `filter` to `filterFields` ([ffe0d91](ffe0d91))
* **wrap:** rename wrap to wrapFields ([0e95873](0e95873))

### Features

* **index:** implement basic JSON-pointer based field filter that can be used for reducing size of response set in web actions ([88e96a1](88e96a1))
* **preload:** add support for `Preload` request header and server-pushes ([6ae6052](6ae6052)), closes [adobe/helix-home#64](adobe/helix-home#64)

### BREAKING CHANGES

* **fields:** `filter` is now `filterFields`
* **wrap:** the `wrap` function is now exported as `wrapFields`
  • Loading branch information
semantic-release-bot committed Nov 12, 2019
1 parent c718d57 commit b6857fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 1.0.0 (2019-11-12)


### Code Refactoring

* **fields:** rename `filter` to `filterFields` ([ffe0d91](https://github.com/adobe/helix-vulcain-filters/commit/ffe0d91))
* **wrap:** rename wrap to wrapFields ([0e95873](https://github.com/adobe/helix-vulcain-filters/commit/0e95873))


### Features

* **index:** implement basic JSON-pointer based field filter that can be used for reducing size of response set in web actions ([88e96a1](https://github.com/adobe/helix-vulcain-filters/commit/88e96a1))
* **preload:** add support for `Preload` request header and server-pushes ([6ae6052](https://github.com/adobe/helix-vulcain-filters/commit/6ae6052)), closes [adobe/helix-home#64](https://github.com/adobe/helix-home/issues/64)


### BREAKING CHANGES

* **fields:** `filter` is now `filterFields`
* **wrap:** the `wrap` function is now exported as `wrapFields`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-vulcain-filters",
"version": "0.0.1",
"version": "1.0.0",
"description": "Vulcain-like fields filters for OpenWhisk web actions",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b6857fd

Please sign in to comment.