Saturday, June 18, 2016

Any Url Http Server v1.1.0 Released

Version 1.1.0 of anyurlhttpserver is available now: https://www.npmjs.com/package/anyurlhttpserver. This version introduces -C parameter to support CORS headers.

Anyurlhttpserver

Sunday, May 29, 2016

WizTools.org RESTClient 3.6 Released

The flagship OpenSource project from WizTools.org has a shiny new release. This release boasts of multiple features like GET with body, better support for ignoring SSL  certificate warnings like expired certificate, and custom HTTP methods. Also, as part of our continuous improvement plan, we also moved the build to Gradle. Enjoy our new offering:

Wednesday, April 27, 2016

wiz-cliparse: the cli parsing lib that Node deserves

A couple of weeks back, when I started working in a Node.js project, I had to use a cli-parsing library for my requirement. On searching, I was repeatedly directed towards commander.js. It looked powerful and seemed to satisfy our need. But as I started using it, I found it sucking my time. Bad, and wrong documentation. No support. And overall, badly designed and executed. Every option that I tried, always ended up in opening issues, asking for help in SO.

I decided to put a stop to this mediocrity. Node deserves better. And today, I am happy to announce the better option from WizTools.org, the wiz-cliparse library:

Saturday, April 2, 2016

commons-lib has a new group and artifact id

Happy to announce the availability of v0.4.2 of commons-lib. Note that the artifact id and group id of the project has changed:

  1. Group id [Old => New]: org.wiztools.common => org.wiztools.
  2. Artifact id [Old => New]: wiztools-commons-lib => commons-lib.

This release fixes a error in ZipUtil.unzip() that was not failing on corrupt zip files.