mirror of
https://github.com/samsonjs/Osiris.git
synced 2026-03-25 08:55:48 +00:00
1.1 KiB
1.1 KiB
Changelog
2.0.1 - Unreleased
2.0.0 - 2025-06-15
Added
- GET/DELETE query parameter support - Parameters are now automatically encoded as query strings for GET and DELETE requests
- Enhanced error types with localized descriptions and failure reasons
- Header convenience method
addHeader(name:value:)onHTTPRequest - Comprehensive test coverage
Enhanced
- Public API - All types and methods now have proper public access modifiers
- Error handling - More specific error cases with
LocalizedErrorconformance - Debugging support - All types now conform to
CustomStringConvertiblewith idiomatic descriptions for better OSLog output
1.0.0 - 2017-07-28
Added
- Initial release with multipart form encoding
- HTTPRequest and HTTPResponse abstractions
- RequestBuilder for URLRequest conversion
- FormEncoder for URL-encoded forms