Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

Releases: minacle/AAA

phase17

17 Apr 10:11
v1.0.7
a06afc8
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.3.1 (8E1000a)
  • Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41)

Spotlight:

  • Swift 3.1

Enhancement:

  • Support OSX 10.9

phase16

04 Mar 16:16
v1.0.6
2079dbb
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Fix:

  • Minor fix.

phase15

04 Mar 15:55
v1.0.5
9a3aa6e
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Fix:

  • Swift 3.0.2 (x86_64-unknown-linux-gnu) has a type conversion bug.
    In this fix, some avoiding codes were inserted.
  • Because of the bug, test cases which using NS objects are isolated temporally.
    Problems due to bug:
    • Cannot cast value of type NSNumber to Int.
    • Cannot cast value of type NSNumber to Bool.
    • Cannot cast value of type NSNumber to Float.

phase14

04 Mar 11:56
v1.0.4
b7d62ae
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Fix:

  • NSDictionary is now treated as a Collection.

phase13

02 Mar 04:07
v1.0.3
b1b227e
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Fix:

  • NSArray is now treated as a Collection.

phase12

24 Dec 09:32
v1.0.2
f56cf42
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Enhancement:

  • Full documentation.
  • Copy test cases for CocoaPods.

phase11

23 Dec 21:26
v1.0.1
c7bc710
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Fix:

  • Add access modifiers to all members.

phase10

21 Dec 02:56
v1.0.0
be9e1ad
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Spotlight:

  • First major version
  • Support Swift Package Manager
  • Carthage compatible
  • Support CocoaPods

phase9

16 Dec 17:30
v0.5.2
ad078db
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Enhancement:

  • Implement Collection protocol

phase8

16 Dec 15:05
v0.5.1
57ea1ff
Compare
Choose a tag to compare

Build environment:

  • Xcode 8.2 (8C38)
  • Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)

Enhancement:

  • Carthage compatible