-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Aspects v1.3.0 [![Build Status](https://travis-ci.org/steipete/Aspects.svg?branch=master)](https://travis-ci.org/steipete/Aspects) | ||
Aspects v1.3.1 [![Build Status](https://travis-ci.org/steipete/Aspects.svg?branch=master)](https://travis-ci.org/steipete/Aspects) | ||
============== | ||
|
||
Delightful, simple library for aspect oriented programming by [@steipete](http://twitter.com/steipete). | ||
|
@@ -153,7 +153,7 @@ Supported iOS & SDK Versions | |
----------------------------- | ||
* Aspects requires ARC. | ||
* Aspects is tested with iOS 6+. | ||
* Aspects is tested with iOS 6+ and OS X 10.7 or higher. | ||
License | ||
------- | ||
|
@@ -163,7 +163,12 @@ MIT licensed, Copyright (c) 2014 Peter Steinberger, [email protected], [@steipe | |
Release Notes | ||
----------------- | ||
Version 1.3.1 | ||
- Add support for OS X 10.7 or higher. (thanks to @ashfurrow) | ||
Version 1.3.0 | ||
- Add automatic deregistration. | ||
- Checks if the selector exists before trying to hook. | ||
- Improved dealloc hooking. (no more unsafe_unretained needed) | ||
|