v1.0.0-rc1
Pre-release
Pre-release
This is a release candidate of Ringo's first major release. We will fix bugs, but no new features or breaking API changes will be accepted.
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
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