This file is used to list changes made in each version of jmx
Node.js module.
- Update
java
dependency to~0.9.0
(issue #16, thanks DarkSorrow).
- Fix
java
dependency version to avoid installing master branch.
- 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.
- Update
java
dependency to~0.6.0
(fixes issue #11, thanks Rick ChangRick Chang for the help). - Add Node.js
4
support. - 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.
- Fix badge links.
- 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.
- Remove jshint dependency from package.json.
- 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.
- Travis hostname errors fixed.
- Removed node
0.6
support: not supported by the lastnode-java
version. - Homepage changed to GitHub Pages.
- Added #listMBeans method.
- More tests added.
- Travis and Coveralls integration.
- JavaJmx#setAttribute className parameter bug fixed.
- JavaJmx#invoke and javaJmx#setAttribute function parameters management improved.
- The first published version.