diff --git a/BFKit.podspec b/BFKit.podspec index f965d8e..e0f6d55 100644 --- a/BFKit.podspec +++ b/BFKit.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.platform = :ios, "7.0" s.source = { :git => "https://github.com/FabrizioBrancati/BFKit.git", - :tag => "v1.4.0" + :tag => "v1.5.0" } s.prefix_header_contents = '#import ' s.source_files = "BFKit/**/*.{h,m}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 374a9f5..941d7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ Changelog ========= +###Version 1.5.0 +- Enhancements in NSDate category +- Added BFButton class +- Added in UIImageView category the method ```initWithImage:center:``` +- Added in UIImage category the method ```imageWithSize:backgroundColor:maskedText:font:``` +- Added in UIView category the method ```translateAroundTheView:duration:direction:repeat:startFromEdge:``` +- Added in NSNumber category the methods ```nextPowerOfTwo``` and ```isPowerOfTwo``` +- Added Vietnamese +- Minor enhancements & bugfixes + +Thanks to [@simonlinj](https://github.com/simonlinj) & [@masd-duc](https://github.com/masd-duc) for this release + ###Version 1.4.0 - Added UITextView category diff --git a/README.md b/README.md index a957dfe..19b19cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

BFKit Icon

+

BFKit Icon

[![Build Status](https://travis-ci.org/FabrizioBrancati/BFKit.svg?branch=master)](https://travis-ci.org/FabrizioBrancati/BFKit) [![Version](https://img.shields.io/cocoapods/v/BFKit.svg?style=flat)](http://cocoadocs.org/docsets/BFKit) @@ -10,7 +10,6 @@ BFKit is a collection of useful classes to **develop Apps faster**. Installing and Usage ==================== - ###Pod - Create a **Podfile** in your **project directory** - Write: @@ -36,7 +35,7 @@ Installing and Usage - **CoreGraphics** - **QuartzCore** - **Accelerate** - - **AudioToolbox** + - **AudioToolbox** (if you want to use **BFSystemSound** class) - **LocalAuthentication** (if you want to use **BFTouchID** class, and set it as weak if your App runs on iOS 7) - Import the file "**BFKit.h**" - Enjoy! @@ -48,7 +47,13 @@ Requirements Language support ================ -```English(en), Italian(it), Russian(ru), Ukrainian(uk), Indonesian(id), Chinese Simplified(zh), Vietnamese(vi)``` +- Chinese Simplified(zh) +- English(en) +- Indonesian(id) +- Italian(it) +- Russian(ru) +- Ukrainian(uk) +- Vietnamese(vi) What does it do? ================ @@ -92,12 +97,10 @@ Adds some useful method to some classes. Documentation ============= - ###[CocoaDocs](http://cocoadocs.org/docsets/BFKit) Changelog ========= - To see what has changed in recent version of BFKit, see the **[CHANGELOG](https://github.com/FabrizioBrancati/BFKit/blob/master/CHANGELOG.md)** Todo