wurfl-microservice-client-nodejs v3.0.0
This version rewrites the WM client for node.js from the ground up.
- callback usage has been removed
- async/await approach is used internally
- new client can be used with either async/await and Promises (see README)
This version is NOT compatible with older versions. Applications using version 2.1.0 or older will have to do some refactoring to use the new 3.0.0 client.