From ab4fddf08445716a6da727d8edbbc7af2761e66c Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Sat, 15 Nov 2014 17:47:40 +0100 Subject: [PATCH] Release 0.3.0 --- README.md | 16 ++++++++++++++-- package.json | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72c2846..3e4ee47 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ node.js bridge library to communicate with java applications through JMX. [![NPM version](https://badge.fury.io/js/jmx.png)](http://badge.fury.io/js/jmx) [![Code Climate](http://img.shields.io/codeclimate/github/onddo/node-jmx.svg)](https://codeclimate.com/github/onddo/node-jmx) -[![Build Status](http://img.shields.io/travis/onddo/node-jmx.svg)](https://travis-ci.org/onddo/node-jmx) -[![Coverage Status](http://img.shields.io/coveralls/onddo/node-jmx.svg)](https://coveralls.io/r/onddo/node-jmx?branch=master) +[![Build Status](http://img.shields.io/travis/onddo/node-jmx/0.3.0.svg)](https://travis-ci.org/onddo/node-jmx) +[![Coverage Status](http://img.shields.io/coveralls/onddo/node-jmx/0.3.0.svg)](https://coveralls.io/r/onddo/node-jmx?branch=0.3.0) ## Requirements @@ -178,6 +178,18 @@ $ NODE_DEBUG="jmx" node [...] ## History +### 0.3.0 + +* package.json: udpate package dependencies (fixes [issue #3](https://github.com/onddo/node-jmx/issues/3)). +* MBeanServerConnection: + * Define *credentials* and *instancesAr* variables. + * Some code improvements. +* Allow premature disconnections (fixes [issue #2](https://github.com/onddo/node-jmx/issues/2)). +* Fix all [JSHint](http://www.jshint.com/) errors and integrate in the Makefile. +* README: Add [Code Climate](https://codeclimate.com/) badge. +* Makefile: Use relative path for jscoverage. +* Avoid using *should* in tests. + ### 0.2.1 * Travis hostname errors fixed. diff --git a/package.json b/package.json index c3d0b52..3ab17b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jmx", - "version": "0.2.1", + "version": "0.3.0", "description": "Bridge library to communicate with java applications through JMX.", "homepage": "http://onddo.github.io/node-jmx", "bugs": "https://github.com/onddo/node-jmx/issues",