Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 15, 2014
1 parent d287579 commit ab4fddf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit ab4fddf

Please sign in to comment.