@@ -8,7 +8,26 @@ This project follows semantic versioning.
8
8
9
9
## [ Unreleased]
10
10
11
- * No new changes.*
11
+ ### Additions
12
+
13
+ - Bidirectional collections have a new ` ends(with:) ` method that matches
14
+ the behavior of the standard library's ` starts(with:) ` method. ([ #224 ] )
15
+
16
+ <!-- *No new changes.* -->
17
+
18
+ ## [ 1.2.1] - 2025-02-10
19
+
20
+ ### Changes
21
+
22
+ - The package now has a minimum Swift version of Swift 5.7. ([ #240 ] )
23
+ - Adds a project for building with Xcode. ([ #246 ] )
24
+
25
+ ### Fixes
26
+
27
+ - Fix for Swift 6 language mode errors. ([ #230 ] )
28
+ - Minor improvements to documentation and performance. ([ #220 ] , [ #222 ] , [ #223 ] , [ #225 ] , [ #227 ] , [ #228 ] )
29
+
30
+ The 1.2.1 release includes contributions from [ b1ackturtle] , [ CheATSlark] , [ dabrahams] , [ glessard] , [ j-f1] , [ marcosgriselli] , [ mrs1669] , [ natecook1000] , [ rex4539] , and [ schlagelk] . Thank you!
12
31
13
32
## [ 1.2.0] - 2023-11-14
14
33
@@ -338,7 +357,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
338
357
339
358
<!-- Link references for releases -->
340
359
341
- [Unreleased]: https: // github.com/apple/swift-algorithms/compare/1.2.0...HEAD
360
+ [Unreleased]: https: // github.com/apple/swift-algorithms/compare/1.2.1...HEAD
361
+ [1.2.0 ]: https: // github.com/apple/swift-algorithms/compare/1.2.0...1.2.1
342
362
[1.2.0 ]: https: // github.com/apple/swift-algorithms/compare/1.1.0...1.2.0
343
363
[1.1.0 ]: https: // github.com/apple/swift-algorithms/compare/1.0.0...1.1.0
344
364
[1.0.0 ]: https: // github.com/apple/swift-algorithms/compare/0.2.1...1.0.0
@@ -385,40 +405,58 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
385
405
[#202 ]: https: // github.com/apple/swift-algorithms/pull/202
386
406
[#210 ]: https: // github.com/apple/swift-algorithms/pull/210
387
407
[#211 ]: https: // github.com/apple/swift-algorithms/pull/211
408
+ [#224 ]: https: // github.com/apple/swift-algorithms/pull/224
409
+ [#220 ]: https: // github.com/apple/swift-algorithms/pull/220
410
+ [#222 ]: https: // github.com/apple/swift-algorithms/pull/222
411
+ [#223 ]: https: // github.com/apple/swift-algorithms/pull/223
412
+ [#225 ]: https: // github.com/apple/swift-algorithms/pull/225
413
+ [#227 ]: https: // github.com/apple/swift-algorithms/pull/227
414
+ [#228 ]: https: // github.com/apple/swift-algorithms/pull/228
415
+ [#230 ]: https: // github.com/apple/swift-algorithms/pull/230
416
+ [#240 ]: https: // github.com/apple/swift-algorithms/pull/240
417
+ [#246 ]: https: // github.com/apple/swift-algorithms/pull/246
388
418
389
419
<!-- Link references for contributors -->
390
420
391
421
[amomchilov]: https: // github.com/apple/swift-algorithms/commits?author=amomchilov
392
422
[AustinConlon]: https: // github.com/apple/swift-algorithms/commits?author=AustinConlon
423
+ [b1ackturtle]: https: // github.com/apple/swift-algorithms/commits?author=b1ackturtle
393
424
[benrimmington]: https: // github.com/apple/swift-algorithms/commits?author=benrimmington
394
425
[bjhomer]: https: // github.com/apple/swift-algorithms/commits?author=bjhomer
426
+ [CheATSlark]: https: // github.com/apple/swift-algorithms/commits?author=CheATSlark
395
427
[CTMacUser]: https: // github.com/apple/swift-algorithms/commits?author=CTMacUser
428
+ [dabrahams]: https: // github.com/apple/swift-algorithms/commits?author=dabrahams
396
429
[danielctull]: https: // github.com/apple/swift-algorithms/commits?author=danielctull
397
430
[dhruvshah8]: https: // github.com/apple/swift-algorithms/commits?author=dhruvshah8
398
431
[dickoff]: https: // github.com/apple/swift-algorithms/commits?author=dickoff
399
432
[egorzhdan]: https: // github.com/apple/swift-algorithms/commits?author=egorzhdan
400
433
[fedeci]: https: // github.com/apple/swift-algorithms/commits?author=fedeci
434
+ [glessard]: https: // github.com/apple/swift-algorithms/commits?author=glessard
401
435
[gwynne]: https: // github.com/apple/swift-algorithms/commits?author=gwynne
402
436
[hashemi]: https: // github.com/apple/swift-algorithms/commits?author=hashemi
403
437
[iainsmith]: https: // github.com/apple/swift-algorithms/commits?author=iainsmith
404
438
[IanKeen]: https: // github.com/apple/swift-algorithms/commits?author=IanKeen
405
439
[iSame7]: https: // github.com/apple/swift-algorithms/commits?author=iSame7
440
+ [j- f1]: https: // github.com/apple/swift-algorithms/commits?author=j-f1
406
441
[karwa]: https: // github.com/apple/swift-algorithms/commits?author=karwa
407
442
[kylemacomber]: https: // github.com/apple/swift-algorithms/commits?author=kylemacomber
408
443
[LemonSpike]: https: // github.com/apple/swift-algorithms/commits?author=LemonSpike
409
444
[LucianoPAlmeida]: https: // github.com/apple/swift-algorithms/commits?author=LucianoPAlmeida
445
+ [marcosgriselli]: https: // github.com/apple/swift-algorithms/commits?author=marcosgriselli
410
446
[markuswntr]: https: // github.com/apple/swift-algorithms/commits?author=markuswntr
411
447
[mattyoung]: https: // github.com/apple/swift-algorithms/commits?author=mattyoung
412
448
[mdznr]: https: // github.com/apple/swift-algorithms/commits?author=mdznr
413
449
[michiboo]: https: // github.com/apple/swift-algorithms/commits?author=michiboo
414
450
[mpangburn]: https: // github.com/apple/swift-algorithms/commits?author=mpangburn
451
+ [mrs1669]: https: // github.com/apple/swift-algorithms/commits?author=mrs1669
415
452
[natecook1000]: https: // github.com/apple/swift-algorithms/commits?author=natecook1000
416
453
[nordicio]: https: // github.com/apple/swift-algorithms/commits?author=nordicio
417
454
[ole]: https: // github.com/apple/swift-algorithms/commits?author=ole
418
455
[ollieatkinson]: https: // github.com/apple/swift-algorithms/commits?author=ollieatkinson
419
456
[pmtao]: https: // github.com/apple/swift-algorithms/commits?author=pmtao
420
457
[Qata]: https: // github.com/apple/swift-algorithms/commits?author=Qata
421
458
[rakaramos]: https: // github.com/apple/swift-algorithms/commits?author=rakaramos
459
+ [rex4539]: https: // github.com/apple/swift-algorithms/commits?author=rex4539
422
460
[rockbruno]: https: // github.com/apple/swift-algorithms/commits?author=rockbruno
423
461
[Roshankumar350]: https: // github.com/apple/swift-algorithms/commits?author=Roshankumar350
424
462
[schlagelk]: https: // github.com/apple/swift-algorithms/commits?author=schlagelk
0 commit comments