Releases: zuazo/node-jmx
Releases · zuazo/node-jmx
Release 0.7.0 (2018-03-25)
- Update
java
dependency to~0.9.0
(issue #16, thanks DarkSorrow).
Release 0.6.1 (2016-11-12)
Release 0.6.0 (2016-11-12)
- Update
java
dependency to~0.7.0
(partially fixes issue #13, thanks Jason Brown and Craig Otis for the help). - package.json: Fix license field.
Release 0.5.0
- Update
java
dependency to~0.6.0
(fixes issue #11, thanks Rick ChangRick Chang for the help).- Add Node.js
4
support.
- Add Node.js
- Update
async
dependency to~1.5.0
. - Update contact information and links after migration.
- Documentation improvements.
- Migrate to Travis CI container-based infrastructure.
- Makefile: Add test-java-classes task.
Release 0.4.0
- Add #getAttributes method (issue #7, thanks @ericbroda).
- Update dependencies:
async@~1.3.0
,java@~0.5.0
. - Add node version
0.12
support. - Remove node version
0.8
support.
Release 0.3.1
- Remove jshint dependency from package.json.
Release 0.3.0
- package.json: udpate package dependencies (fixes issue #3).
- MBeanServerConnection:
- Define credentials and instancesAr variables.
- Some code improvements.
- Allow premature disconnections (fixes issue #2).
- Fix all JSHint errors and integrate in the Makefile.
- README: Add Code Climate badge.
- Makefile: Use relative path for jscoverage.
- Avoid using should in tests.
Release 0.2.1
- Travis hostname errors fixed.
- Removed node
0.6
support: not supported by the lastnode-java
version. - Homepage changed to GitHub Pages.