crystal v0.19.3 Release Notes

Release Date: 2016-09-30 // over 7 years ago
    • 🚀 crystal eval now accepts some flags like --stats, --release and --help
    • ➕ Added File.chown and File.chmod (thanks @ysbaddaden)
    • ➕ Added Time::Span.zero (useful for doing sum) (thanks @RX14)
    • ➕ Added docs to OAuth and OAuth2
    • 🛠 Several bug fixes