Skip to content

Latest commit

 

History

History
239 lines (119 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

239 lines (119 loc) · 11.1 KB

Change Log

Full Changelog

Closed issues:

  • NSDate addUnit stuff not working in ios7 #97

  • weak support #96

  • @synchronized support #95

  • string.toDouble() should accept "1.23e4" #94

  • Compile fix for Swift 1.2 #90

  • Swift-1.2 branch causing Segmentation fault: 11 #81

  • Support for Swift 1.2 #80

  • Still breaks range literals #71

  • flatMap #62

  • Nil filter method on array #59

  • don't use array extension function #54

  • Documentation small issue #53

  • Spare the TakeSequence and TakeWhileSequence structs #52

  • No one is merging in changes #49

  • Swift Compile Error on Xcode 6.1 #38

  • ExSwift breaks range subscripting #32

  • skipWhile #31

Merged pull requests:

0.1.9 (2014-08-20)

Full Changelog

Merged pull requests:

0.1.8 (2014-08-05)

Full Changelog

Closed issues:

  • ExSwift broken in beta 5 #26

  • Single index string subscripting results in compiler error #25

  • Array.indexOf not working with [UInt] #21

Merged pull requests:

0.1.7 (2014-07-25)

Full Changelog

Closed issues:

  • Breaks in Xcode6-Beta4 #19

Merged pull requests:

0.1.6 (2014-07-22)

Full Changelog

0.1.5 (2014-07-19)

Full Changelog

Closed issues:

  • Support for Double / Integer #18

  • Help, got so many compile errors #17

0.1.4 (2014-07-07)

Full Changelog

Merged pull requests:

0.1.3 (2014-07-03)

Full Changelog

Merged pull requests:

0.1.2 (2014-06-18)

Full Changelog

Fixed bugs:

  • Compile error: Access String array by subscript #6

Closed issues:

  • Result of indexOf, lastIndexOf should be an optional #8

Merged pull requests:

  • Add .gitignore, add iOS Framework + tests target #7 (garnett)

  • return Int? in indexOf, lastIndexOf #9 (garnett)

  • Add partition, partitionAll, and partitionBy #5 (zolrath)

  • Add takeWhile and skipWhile to Array #4 (zolrath)

0.1.1 (2014-06-11)

Full Changelog

Merged pull requests:

  • Use if let syntax for Dictionary {group, count}by #3 (zolrath)

  • Use if let syntax for groupBy and countBy #2 (zolrath)

0.1.0 (2014-06-10)

* This Change Log was automatically generated by github_changelog_generator