emitter-pubsub-broker
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -5,2 +5,17 @@ # Change Log | ||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/an-sh/emitter-pubsub-broker/compare/v0.2.1...v0.3.0) (2016-10-21) | ||
### Code Refactoring | ||
* drop node 0.12 support/tests ([b8e1f4d](https://github.com/an-sh/emitter-pubsub-broker/commit/b8e1f4d)) | ||
### BREAKING CHANGES | ||
* Node.js minimum version now is 4.x | ||
<a name="0.2.1"></a> | ||
@@ -7,0 +22,0 @@ ## [0.2.1](https://github.com/an-sh/emitter-pubsub-broker/compare/v0.2.0...v0.2.1) (2016-10-12) |
@@ -5,5 +5,3 @@ 'use strict' | ||
// Choosing between a source ES6 syntax and a babel transpiled | ||
// ES5. Note that ES6 source code uses functions that are available in | ||
// node >= 0.12 environment, so no globals modifications are required. | ||
// Choosing between a source ES6 syntax and a transpiled ES5. | ||
if (semver.lt(process.version, '6.0.0')) { | ||
@@ -10,0 +8,0 @@ module.exports = require('./lib/EmitterPubsubBroker') |
{ | ||
"name": "emitter-pubsub-broker", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"private": false, | ||
@@ -12,5 +12,4 @@ "description": "An utility for connecting EventEmitters via a pubsub.", | ||
"prepublish": "npm run compile", | ||
"pretest-legacy": "npm run compile", | ||
"test": "nyc mocha", | ||
"test-legacy": "mocha -r babel-register" | ||
"pretest": "npm run compile", | ||
"test": "nyc mocha" | ||
}, | ||
@@ -33,3 +32,3 @@ "author": { | ||
"engines": { | ||
"node": ">=0.12.0" | ||
"node": ">=4" | ||
}, | ||
@@ -49,3 +48,2 @@ "license": "MIT", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-register": "^6.9.0", | ||
"chai": "^3.5.0", | ||
@@ -52,0 +50,0 @@ "codecov": "^1.0.1", |
@@ -49,3 +49,3 @@ | ||
[API](https://an-sh.github.io/emitter-pubsub-broker/0.2/index.html) | ||
[API](https://an-sh.github.io/emitter-pubsub-broker/0.3/index.html) | ||
documentation is available online. | ||
@@ -52,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52988
11
878