Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

74 lines (39 loc) · 3.9 KB

Change Log

This file includes all notable changes to Criollo.

Criollo uses Semantic Versioning.


0.1.12 (03/15/2016)

Released on Tuesday, March 15, 2016.

Fixed

  • Missing support for the HEAD HTTP request method. dbdbe30

0.1.11 (03/15/2016)

Released on Tuesday, March 15, 2016.

Fixed

  • Potential crash when CRConnection is deallocated. a052003
  • response.HTTPCookie dictionary was not initialized so no cookies were being sent. 809334a
  • CRViewController does not set Ccontent-length header. This is temoporary. 11c2236

0.1.10 (03/14/2016)

Released on Monday, March 14, 2016.

Added

  • [CRServer delegateQueue] property and [CRServer initWithDelegate:delegateQueue:] initializer. 4ec8cff

Fixed

  • Fixed a potential crash when [CRMimeTypeHelper setMimeType:forExtension:] is called with a nil extension. 3414fd8

0.1.9 (03/13/2016)

Released on Sunday, March 13, 2016. This is just a hotfix release.

Fixed

  • Fixed potential crash in the builtin server error handling block, due to an incorrect format string. 6c3a0be.

0.1.8 (03/13/2016)

Released on Sunday, March 13, 2016. This release is meant to increase the “real-world” usage karma and to stabilize and extend some existing APIs.

Changed APIs

  • Refactored [CRServer addStaticDirectoryAtPath:] to [CRServer mountStaticDirectoryAtPath:]. 24c7b22.
  • CRHTTPMethod and CRHTTPVersion are now enumerated types, instead of existing NSString #define.
  • Refactored the nullability specifiers across the board. Now using NS_ASSUME_NONNULL and nullable/_Nullable as needed.

Added

0.1.7 (03/07/2016)

Released on Monday, March 7, 2016. This is the first stable and real-world-ready release.