Skip to content

Releases: inaka/Jayme

Swift 4 Support

24 Apr 15:10
Compare
Choose a tag to compare
Swift 4 Support Pre-release
Pre-release
  • Migrated to Swift 4

Access Control Fixes

04 Apr 13:30
Compare
Choose a tag to compare
  • Access control issues fixes

Fix HTTPResponseParser privacy

03 Apr 17:04
Compare
Choose a tag to compare
  • HTTPResponseParser can now be injected from the outside

Jayme 4.0

27 Mar 14:50
Compare
Choose a tag to compare

Swift 3.0 support

23 Sep 14:08
Compare
Choose a tag to compare
  • Code migration to Swift 3.0 syntax
  • Some functions renaming in order to follow the new Swift API Design Guidelines
  • Documentation updates

Swift 2.3 support

21 Sep 14:11
Compare
Choose a tag to compare
  • Converted to Swift 2.3 syntax

README enhancements

27 Jul 16:08
Compare
Choose a tag to compare
  • Refactored README (contents, diagrams and example) so that it's more concise and well-structured, with the aim of making the library easy to understand and check out.
  • License updates: Now, Jayme uses Apache v2 license.

Bug Fixes

23 Jun 18:39
Compare
Choose a tag to compare
  • This is a patch release including some bug fixes and enhancements.
  • Solved issues: #55, #57, #60 and #63.
  • Check out the CHANGELOG for reference.

Jayme 2.0

08 Jun 16:57
Compare
Choose a tag to compare
  • Major release including enhancements, bug fixes, and APIs refactoring.
  • Changes can be seen in the CHANGELOG.
  • Also, we included a Migration Guide for transitioning from version 1.x to 2.x.

Enhanced Logger

05 May 18:29
Compare
Choose a tag to compare
  • Added support for custom logging function injection.
  • Fixed access level related issues.