-
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
2 changed files
with
3 additions
and
3 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
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ Aspects can be used to **dynamically add logging** for debug builds only: | |
------------------- | ||
It can be used to greatly simplify your analytics setup: | ||
https://github.com/orta/ARAnalytics/pull/74 | ||
https://github.com/orta/ARAnalytics/pull/77 | ||
------------------- | ||
You can check if methods are really being called in your test cases: | ||
|
@@ -149,7 +149,7 @@ MIT licensed, Copyright (c) 2014 Peter Steinberger, [email protected], [@steipe | |
Release Notes | ||
----------------- | ||
|
||
Version 1.1.0 (Upcoming) | ||
Version 1.1.0 | ||
|
||
- Renamed the files from NSObject+Aspects.m/h to just Aspects.m/h. | ||
- Removing now works via calling `remove` on the aspect token. | ||
|