Skip to content

v1.0.0

Compare
Choose a tag to compare
@botic botic released this 14 Dec 13:19

The first major stable release of Ringo!

Features & Breaking Changes

  • Updates to Rhino 1.7.7.1, fixes #337 - commit
  • New objects.clone(); ports the node-clone package to Ringo (#345) - commit
  • Improved string and dates util modules (#343) - commit
    • Adds custom date format to dates.parse()
    • Adds toggle for lenient date parsing
    • Adds strings.isDate() check
    • Removed unnecessary import of binary module
  • Allow HTTP middlewares to preserve & modify input stream (#351) - commit
  • ringo -version displays patch version number - commit

Bugfixes

  • Fixed response.stream(); adds response.binary() for binary HTTP responses - commit
  • Stricter check for multipart form request data - commit
  • Adds content type parameter for BinaryPart in multipart/form-data requests - commit
  • Switched to ringo/mime instead of Java's guessContentTypeFromName() in the HTTP client - commit
  • Accept Content-Encoding values case-insensitive (#354) - commit
  • Fixes ringo-admin - commit
  • Adds <async-supported> to web.xml - commit
  • Fixed behaviour of http.setCookie() for negative numbers - commit