fastify-cloudevents
Advanced tools
Comparing version 0.2.3 to 0.2.4
# Change Log | ||
## [0.3.0](https://github.com/smartiniOnGitHub/fastify-cloudevents/releases/tag/0.3.0) (unreleased) | ||
Summary Changelog: | ||
- Update [cloudevent](https://www.npmjs.com/package/cloudevent) to '0.3.0', | ||
with some breaking changes (as usual use something like "cloudevent": "^0.3.0") | ||
- Update all dependencies to latest release | ||
- Update tests | ||
## [0.2.4](https://github.com/smartiniOnGitHub/fastify-cloudevents/releases/tag/0.2.4) (2019-02-18) | ||
Summary Changelog: | ||
- Change dependencies to stay on [cloudevent](https://www.npmjs.com/package/cloudevent) to '0.2.x', | ||
because the '0.3.0' has some breaking changes (so use "cloudevent": "~0.2.2") | ||
- Update all dependencies to latest release | ||
- Update tests | ||
## [0.2.3](https://github.com/smartiniOnGitHub/fastify-cloudevents/releases/tag/0.2.3) (2019-01-22) | ||
@@ -8,2 +22,5 @@ Summary Changelog: | ||
and the ability to serialize even with a non default contentType | ||
- Update plugin exposed function for fast serialization ('cloudEventSerializeFast') | ||
to accept serialization options (like in 'cloudevent') to be able to serialize | ||
even with a non default contentType | ||
- Updated dependencies to latest release | ||
@@ -10,0 +27,0 @@ - Updated README with serialization options, and a reference to the new package name |
{ | ||
"name": "fastify-cloudevents", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Fastify Plugin to serialize events in the CloudEvents standard format", | ||
"main": "src/plugin", | ||
"scripts": { | ||
"dependency:log": "npm list > ./temp/dependencies.log", | ||
"example": "node example/example", | ||
@@ -15,11 +16,11 @@ "example-enhanced": "node example/example-enhanced", | ||
"dependencies": { | ||
"fastify-plugin": "^1.4.0", | ||
"fast-json-stringify": "^1.10.0", | ||
"cloudevent": "^0.2.2" | ||
"fastify-plugin": "^1.5.0", | ||
"fast-json-stringify": "^1.11.0", | ||
"cloudevent": "~0.2.2" | ||
}, | ||
"devDependencies": { | ||
"fastify": "^1.13.4", | ||
"fastify": "^1.14.1", | ||
"simple-get": "^3.0.3", | ||
"standard": "^12.0.1", | ||
"tap": "^12.1.2" | ||
"tap": "^12.5.3" | ||
}, | ||
@@ -26,0 +27,0 @@ "peerDependencies": {}, |
45877
Updatedcloudevent@~0.2.2
Updatedfast-json-stringify@^1.11.0
Updatedfastify-plugin@^1.5.0