Skip to content

wurfl-microservice-client-nodejs v3.0.0

Choose a tag to compare

@andreacastello andreacastello released this 24 Mar 17:46
· 21 commits to master since this release
d4c5756

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.