Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 71e7fa8

Browse files
committed
Merge pull request pNre#108 from skywinder/add-change-log-file
Add change log file.
2 parents 54d89b1 + d5a9092 commit 71e7fa8

File tree

1 file changed

+239
-0
lines changed

1 file changed

+239
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 239 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,239 @@
1+
# Change Log
2+
3+
## [Unreleased](https://github.com/pNre/ExSwift/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.9...HEAD)
6+
7+
**Closed issues:**
8+
9+
- NSDate addUnit stuff not working in ios7 [\#97](https://github.com/pNre/ExSwift/issues/97)
10+
11+
- weak support [\#96](https://github.com/pNre/ExSwift/issues/96)
12+
13+
- @synchronized support [\#95](https://github.com/pNre/ExSwift/issues/95)
14+
15+
- string.toDouble\(\) should accept "1.23e4" [\#94](https://github.com/pNre/ExSwift/issues/94)
16+
17+
- Compile fix for Swift 1.2 [\#90](https://github.com/pNre/ExSwift/issues/90)
18+
19+
- Swift-1.2 branch causing Segmentation fault: 11 [\#81](https://github.com/pNre/ExSwift/issues/81)
20+
21+
- Support for Swift 1.2 [\#80](https://github.com/pNre/ExSwift/issues/80)
22+
23+
- Still breaks range literals [\#71](https://github.com/pNre/ExSwift/issues/71)
24+
25+
- flatMap [\#62](https://github.com/pNre/ExSwift/issues/62)
26+
27+
- Nil filter method on array [\#59](https://github.com/pNre/ExSwift/issues/59)
28+
29+
- don't use array extension function [\#54](https://github.com/pNre/ExSwift/issues/54)
30+
31+
- Documentation small issue [\#53](https://github.com/pNre/ExSwift/issues/53)
32+
33+
- Spare the TakeSequence and TakeWhileSequence structs [\#52](https://github.com/pNre/ExSwift/issues/52)
34+
35+
- No one is merging in changes [\#49](https://github.com/pNre/ExSwift/issues/49)
36+
37+
- Swift Compile Error on Xcode 6.1 [\#38](https://github.com/pNre/ExSwift/issues/38)
38+
39+
- ExSwift breaks range subscripting [\#32](https://github.com/pNre/ExSwift/issues/32)
40+
41+
- skipWhile [\#31](https://github.com/pNre/ExSwift/issues/31)
42+
43+
**Merged pull requests:**
44+
45+
- Enhance Carthage Support [\#103](https://github.com/pNre/ExSwift/pull/103) ([nebhale](https://github.com/nebhale))
46+
47+
- Remove Deprecation Warnings [\#102](https://github.com/pNre/ExSwift/pull/102) ([nebhale](https://github.com/nebhale))
48+
49+
- Fix compatibility issue NSDate add [\#101](https://github.com/pNre/ExSwift/pull/101) ([PGLongo](https://github.com/PGLongo))
50+
51+
- Ex.cached for 1-arg functions. [\#93](https://github.com/pNre/ExSwift/pull/93) ([hiltonc](https://github.com/hiltonc))
52+
53+
- fixed for Xcode Version 6.3 beta 3 [\#89](https://github.com/pNre/ExSwift/pull/89) ([katopz](https://github.com/katopz))
54+
55+
- fix compiler error 'missing argument \#2' [\#88](https://github.com/pNre/ExSwift/pull/88) ([sebbean](https://github.com/sebbean))
56+
57+
- Format Number [\#86](https://github.com/pNre/ExSwift/pull/86) ([PGLongo](https://github.com/PGLongo))
58+
59+
- Fix compiler errors in second Xcode 6.3 beta \(6D532l\). [\#84](https://github.com/pNre/ExSwift/pull/84) ([JakobR](https://github.com/JakobR))
60+
61+
- Add Lisp's find method to Arrays. [\#83](https://github.com/pNre/ExSwift/pull/83) ([nickmshelley](https://github.com/nickmshelley))
62+
63+
- Add Bool extension [\#79](https://github.com/pNre/ExSwift/pull/79) ([davidman](https://github.com/davidman))
64+
65+
- Swift 1.2 \(Xcode 6.3\) support [\#78](https://github.com/pNre/ExSwift/pull/78) ([markusl](https://github.com/markusl))
66+
67+
- Made Framework and Unit Test iOS / OS X universal [\#76](https://github.com/pNre/ExSwift/pull/76) ([colemancda](https://github.com/colemancda))
68+
69+
- added method and tests [\#73](https://github.com/pNre/ExSwift/pull/73) ([michaeleisel](https://github.com/michaeleisel))
70+
71+
- added methods and tests [\#72](https://github.com/pNre/ExSwift/pull/72) ([michaeleisel](https://github.com/michaeleisel))
72+
73+
- added method and tests [\#70](https://github.com/pNre/ExSwift/pull/70) ([michaeleisel](https://github.com/michaeleisel))
74+
75+
- added method, tests, and whitespace changes [\#69](https://github.com/pNre/ExSwift/pull/69) ([michaeleisel](https://github.com/michaeleisel))
76+
77+
- Round to nearest [\#68](https://github.com/pNre/ExSwift/pull/68) ([michaeleisel](https://github.com/michaeleisel))
78+
79+
- added arithmetic methods [\#67](https://github.com/pNre/ExSwift/pull/67) ([michaeleisel](https://github.com/michaeleisel))
80+
81+
- added strideable methods [\#66](https://github.com/pNre/ExSwift/pull/66) ([michaeleisel](https://github.com/michaeleisel))
82+
83+
- removed unnecessary methods [\#65](https://github.com/pNre/ExSwift/pull/65) ([michaeleisel](https://github.com/michaeleisel))
84+
85+
- completely redid permutation generating [\#64](https://github.com/pNre/ExSwift/pull/64) ([michaeleisel](https://github.com/michaeleisel))
86+
87+
- Add shared schemes for installation by Carthage. [\#63](https://github.com/pNre/ExSwift/pull/63) ([yoichitgy](https://github.com/yoichitgy))
88+
89+
- Add getter and comparison to NSDate [\#61](https://github.com/pNre/ExSwift/pull/61) ([PGLongo](https://github.com/PGLongo))
90+
91+
- mapAccum for Array [\#60](https://github.com/pNre/ExSwift/pull/60) ([phatmann](https://github.com/phatmann))
92+
93+
- Added to\* methods to readme docs. [\#58](https://github.com/pNre/ExSwift/pull/58) ([mikeckennedy](https://github.com/mikeckennedy))
94+
95+
- Trimmed methods fail on string that contains only whitespace [\#57](https://github.com/pNre/ExSwift/pull/57) ([pizthewiz](https://github.com/pizthewiz))
96+
97+
- Add toNumeric \(e.g. toDouble\) conversions to string extensions [\#56](https://github.com/pNre/ExSwift/pull/56) ([mikeckennedy](https://github.com/mikeckennedy))
98+
99+
- Added overloaded ltrimmed and rtrimmed methods [\#55](https://github.com/pNre/ExSwift/pull/55) ([hhoangnl](https://github.com/hhoangnl))
100+
101+
- Update Dictionary.swift [\#51](https://github.com/pNre/ExSwift/pull/51) ([davidman](https://github.com/davidman))
102+
103+
- Added Charater extension [\#50](https://github.com/pNre/ExSwift/pull/50) ([cennydavidsson](https://github.com/cennydavidsson))
104+
105+
- Repeated permutations [\#48](https://github.com/pNre/ExSwift/pull/48) ([michaeleisel](https://github.com/michaeleisel))
106+
107+
- Added NSDate methods [\#47](https://github.com/pNre/ExSwift/pull/47) ([PGLongo](https://github.com/PGLongo))
108+
109+
- Repeated combinations [\#46](https://github.com/pNre/ExSwift/pull/46) ([michaeleisel](https://github.com/michaeleisel))
110+
111+
- Fill [\#45](https://github.com/pNre/ExSwift/pull/45) ([michaeleisel](https://github.com/michaeleisel))
112+
113+
- Transpose [\#44](https://github.com/pNre/ExSwift/pull/44) ([michaeleisel](https://github.com/michaeleisel))
114+
115+
- Permutations [\#43](https://github.com/pNre/ExSwift/pull/43) ([michaeleisel](https://github.com/michaeleisel))
116+
117+
- added combinations method [\#42](https://github.com/pNre/ExSwift/pull/42) ([michaeleisel](https://github.com/michaeleisel))
118+
119+
- Unique by method [\#41](https://github.com/pNre/ExSwift/pull/41) ([michaeleisel](https://github.com/michaeleisel))
120+
121+
- Added UIColor extension [\#39](https://github.com/pNre/ExSwift/pull/39) ([PGLongo](https://github.com/PGLongo))
122+
123+
- Added minBy and maxBy methods [\#37](https://github.com/pNre/ExSwift/pull/37) ([michaeleisel](https://github.com/michaeleisel))
124+
125+
- Add installation instruction [\#35](https://github.com/pNre/ExSwift/pull/35) ([kostiakoval](https://github.com/kostiakoval))
126+
127+
- the script can generation a Framework of StaticLibrary [\#30](https://github.com/pNre/ExSwift/pull/30) ([zhfish](https://github.com/zhfish))
128+
129+
## [0.1.9](https://github.com/pNre/ExSwift/tree/0.1.9) (2014年08月20日)
130+
131+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.8...0.1.9)
132+
133+
**Merged pull requests:**
134+
135+
- Added count methods [\#27](https://github.com/pNre/ExSwift/pull/27) ([jmnavarro](https://github.com/jmnavarro))
136+
137+
## [0.1.8](https://github.com/pNre/ExSwift/tree/0.1.8) (2014年08月05日)
138+
139+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.7...0.1.8)
140+
141+
**Closed issues:**
142+
143+
- ExSwift broken in beta 5 [\#26](https://github.com/pNre/ExSwift/issues/26)
144+
145+
- Single index string subscripting results in compiler error [\#25](https://github.com/pNre/ExSwift/issues/25)
146+
147+
- Array.indexOf not working with \[UInt\] [\#21](https://github.com/pNre/ExSwift/issues/21)
148+
149+
**Merged pull requests:**
150+
151+
- Changes =~ to take regular expression. [\#22](https://github.com/pNre/ExSwift/pull/22) ([nomothetis](https://github.com/nomothetis))
152+
153+
## [0.1.7](https://github.com/pNre/ExSwift/tree/0.1.7) (2014年07月25日)
154+
155+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.6...0.1.7)
156+
157+
**Closed issues:**
158+
159+
- Breaks in Xcode6-Beta4 [\#19](https://github.com/pNre/ExSwift/issues/19)
160+
161+
**Merged pull requests:**
162+
163+
- Added access modifiers [\#20](https://github.com/pNre/ExSwift/pull/20) ([vmartinelli](https://github.com/vmartinelli))
164+
165+
## [0.1.6](https://github.com/pNre/ExSwift/tree/0.1.6) (2014年07月22日)
166+
167+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.5...0.1.6)
168+
169+
## [0.1.5](https://github.com/pNre/ExSwift/tree/0.1.5) (2014年07月19日)
170+
171+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.4...0.1.5)
172+
173+
**Closed issues:**
174+
175+
- Support for Double / Integer [\#18](https://github.com/pNre/ExSwift/issues/18)
176+
177+
- Help, got so many compile errors [\#17](https://github.com/pNre/ExSwift/issues/17)
178+
179+
## [0.1.4](https://github.com/pNre/ExSwift/tree/0.1.4) (2014年07月07日)
180+
181+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.3...0.1.4)
182+
183+
**Merged pull requests:**
184+
185+
- used shuffle\(\) to shuffle in shuffled\(\) [\#16](https://github.com/pNre/ExSwift/pull/16) ([natecook1000](https://github.com/natecook1000))
186+
187+
## [0.1.3](https://github.com/pNre/ExSwift/tree/0.1.3) (2014年07月03日)
188+
189+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.2...0.1.3)
190+
191+
**Merged pull requests:**
192+
193+
- Sequence ops [\#15](https://github.com/pNre/ExSwift/pull/15) ([ColinEberhardt](https://github.com/ColinEberhardt))
194+
195+
- Added a toDictionary method [\#13](https://github.com/pNre/ExSwift/pull/13) ([ColinEberhardt](https://github.com/ColinEberhardt))
196+
197+
- Added a sortBy method [\#12](https://github.com/pNre/ExSwift/pull/12) ([ColinEberhardt](https://github.com/ColinEberhardt))
198+
199+
- Define iOS module with the same name as OS X, cleanup duplicate files [\#11](https://github.com/pNre/ExSwift/pull/11) ([garnett](https://github.com/garnett))
200+
201+
- Simplify partition tests [\#10](https://github.com/pNre/ExSwift/pull/10) ([zolrath](https://github.com/zolrath))
202+
203+
## [0.1.2](https://github.com/pNre/ExSwift/tree/0.1.2) (2014年06月18日)
204+
205+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.1...0.1.2)
206+
207+
**Fixed bugs:**
208+
209+
- Compile error: Access String array by subscript [\#6](https://github.com/pNre/ExSwift/issues/6)
210+
211+
**Closed issues:**
212+
213+
- Result of indexOf, lastIndexOf should be an optional [\#8](https://github.com/pNre/ExSwift/issues/8)
214+
215+
**Merged pull requests:**
216+
217+
- Add .gitignore, add iOS Framework + tests target [\#7](https://github.com/pNre/ExSwift/pull/7) ([garnett](https://github.com/garnett))
218+
219+
- return Int? in indexOf, lastIndexOf [\#9](https://github.com/pNre/ExSwift/pull/9) ([garnett](https://github.com/garnett))
220+
221+
- Add partition, partitionAll, and partitionBy [\#5](https://github.com/pNre/ExSwift/pull/5) ([zolrath](https://github.com/zolrath))
222+
223+
- Add takeWhile and skipWhile to Array [\#4](https://github.com/pNre/ExSwift/pull/4) ([zolrath](https://github.com/zolrath))
224+
225+
## [0.1.1](https://github.com/pNre/ExSwift/tree/0.1.1) (2014年06月11日)
226+
227+
[Full Changelog](https://github.com/pNre/ExSwift/compare/0.1.0...0.1.1)
228+
229+
**Merged pull requests:**
230+
231+
- Use if let syntax for Dictionary {group, count}by [\#3](https://github.com/pNre/ExSwift/pull/3) ([zolrath](https://github.com/zolrath))
232+
233+
- Use if let syntax for groupBy and countBy [\#2](https://github.com/pNre/ExSwift/pull/2) ([zolrath](https://github.com/zolrath))
234+
235+
## [0.1.0](https://github.com/pNre/ExSwift/tree/0.1.0) (2014年06月10日)
236+
237+
238+
239+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /