v0.30.0
- Dropped support for Node < 4, because our current dependencies require it.
- Improved Security: We now use crypto.randomBytes for ID generation instead Math.random (#235),
thanks to @autopulated - BugFix: We now fail gracefully when the SAML response format is invalid (#238, thanks to @markstos)
- Docs: privateKey docs are improved