From b6857fdff55b82817321e8bfd0e64637c81e074d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Nov 2019 23:54:34 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 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` --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd8d4fb --- /dev/null +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index 0191989..0255d79 100644 --- a/package.json +++ b/package.json @@ -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": {