Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
Collective - Host: opensource - https://opencollective.com/swiftformat - Code: https://github.com/nicklockwood/SwiftFormat

Fix capture list name resolution

github.com/nicklockwood/SwiftFormat - 129d61634fd4ac2581cd2dd7c411368511be6c4a authored over 1 year ago by Nick Lockwood <[email protected]>
Fix stripping fileHeader

github.com/nicklockwood/SwiftFormat - 20987309667d394e6281e541b9f5f4d4549ad655 authored over 1 year ago by ibrahim oktay <[email protected]>
Update for 0.51.6 release

github.com/nicklockwood/SwiftFormat - c7e1c4e6b566bf5c50ddc64122df5c43cdab7a5b authored over 1 year ago by Nick Lockwood <[email protected]>
Fix #1420: preserve self in function bodies inside closures with [weak self] captures

github.com/nicklockwood/SwiftFormat - 3dfed7d34ade91e0c7483b4553db450233d7ab96 authored over 1 year ago by Cal Stephens <[email protected]>
Fix `hoistTry` in concatenated string clause

github.com/nicklockwood/SwiftFormat - a9c3af79ae79fa321d7cc2a8b6c17cb5aa8233cf authored over 1 year ago by Nick Lockwood <[email protected]>
Fix indenting dot-prefixed expressions inside #elseif

github.com/nicklockwood/SwiftFormat - d755cc5b03fca7401450ede2c8206f7ce7d2a82e authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `redundantSelf` parsing bug

github.com/nicklockwood/SwiftFormat - 92c2397fcb03ac50c928954a1f7d6ff6ed615a48 authored over 1 year ago by Nick Lockwood <[email protected]>
Update for 0.51.5 release

github.com/nicklockwood/SwiftFormat - a5e01f0f1f9eb7c7f676f6b41841ee75529be615 authored over 1 year ago by Nick Lockwood <[email protected]>
Add `--baseconfig` option

github.com/nicklockwood/SwiftFormat - 04b955d620b0aeb96314c9cfc3cfbfb2be78f3e2 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix false positive unused argument in collection literal

github.com/nicklockwood/SwiftFormat - 149e957105ac070e21beb54492e4e30167a93de4 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix spacing for `--funcattributes same-line`

github.com/nicklockwood/SwiftFormat - 7a61393ed266fc2493716950a17fcb606055e86e authored over 1 year ago by Nick Lockwood <[email protected]>
Fix redundant parens not removed after `return`

github.com/nicklockwood/SwiftFormat - a3da3b8cdd712b720c458f8b84012acf772b3d4a authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `self` being inserted in capture list

github.com/nicklockwood/SwiftFormat - 1d08b4e650a141acf573a1a3ecb16fcbb5bcff30 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix indenting `.init` inside #if

github.com/nicklockwood/SwiftFormat - 47a0893861a642a9379cc394a2c208ccc0f24cdd authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `redundantInit` inside #if statement

github.com/nicklockwood/SwiftFormat - cf5cabc4ba778f62edf0a79a59c7a57ff8155f72 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `redundantSelf` inside `if case` expressions

github.com/nicklockwood/SwiftFormat - 1185992b24b46591a567c84b811c5c0e548acb58 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `hoistTry` in second string interpolation clause

github.com/nicklockwood/SwiftFormat - 4974952c95b6a0330f0ee9b7f3d877512d5f8093 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix .swiftformat file permissions error not being reported

github.com/nicklockwood/SwiftFormat - 6b2e5f94b0b1a8689d781cf82af10aa6039e62df authored over 1 year ago by Nick Lockwood <[email protected]>
Update for 0.51.4 release

github.com/nicklockwood/SwiftFormat - da92ec47672f1f962d60ce2a0f93c0b1293060b8 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix invalid indenting of blank lines in multiline strings

github.com/nicklockwood/SwiftFormat - 6e26a9b5a7c64e1b75581e5ae487bcecc400714e authored over 1 year ago by Nick Lockwood <[email protected]>
Update `redundantReturn` if / switch expression features to Swift 5.9+

github.com/nicklockwood/SwiftFormat - 02066042e81eba28470c41c2548fb2ad27ed1c0f authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `hoistTry` inside multiline string literal interpolation

github.com/nicklockwood/SwiftFormat - 9607c2718d9c56d1d2a28ea235c2a311afa60b54 authored over 1 year ago by Nick Lockwood <[email protected]>
Update for 0.51.3 release

github.com/nicklockwood/SwiftFormat - a5d58763da90d8240b2a0f7f2b57da29438a0530 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix issue in #1392 where opaqueGenericParameters would remove non-redundant generic type

github.com/nicklockwood/SwiftFormat - cf8031517872e755456658d398a987c285debe02 authored over 1 year ago by Cal Stephens <[email protected]>
Fix parsing trailing closure after unwrap operator

github.com/nicklockwood/SwiftFormat - ace7fc018cffe892c197f4e1fe4802b746f34784 authored over 1 year ago by Nick Lockwood <[email protected]>
Update if / switch expression features to be enabled in Swift 5.9+ (#1391)

github.com/nicklockwood/SwiftFormat - 35dd6f4ddde82a1d98c3f32133a5d0d198f022fe authored over 1 year ago by Cal Stephens <[email protected]>
Fix additional `hoistTry/Async` inside string bugs

github.com/nicklockwood/SwiftFormat - 1e6e7f8b6c52523cdd77b643101c7e25725a79b4 authored over 1 year ago by Nick Lockwood <[email protected]>
Extract hoisting tests into separate file

github.com/nicklockwood/SwiftFormat - 8946fa63b08ad011a20b3a7c88c9bb23c7f3163f authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `redundantSelf` parsing bug with string literals

github.com/nicklockwood/SwiftFormat - 560f1abc2a62b4d24f7c126dbc9ba3a37fe89cf7 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `hoistTry` inside string interpolation (#1389)

github.com/nicklockwood/SwiftFormat - 6f824faecf45e00e44c54acf14251457bace0790 authored over 1 year ago by Facundo Menzella <[email protected]>
Fix README.md instructions for binaryTarget

github.com/nicklockwood/SwiftFormat - 92b29652c4a88d489efbc2dfb921781d051b6c7c authored over 1 year ago by i.colours.u <[email protected]>
Update for 0.51.2 release

github.com/nicklockwood/SwiftFormat - 8d3dc46b96d0f19fb44ff14b5e0570a941afe859 authored over 1 year ago by Nick Lockwood <[email protected]>
Improve `hoistEffectKeyword()` implementation performance

github.com/nicklockwood/SwiftFormat - 7ebe2d06d4ced17dfd4e1abe4ce035b0073e9a20 authored over 1 year ago by Nick Lockwood <[email protected]>
Add `--asynccapturing` and `--throwcapturing` options

github.com/nicklockwood/SwiftFormat - f3ef95e22695059c5ce3ff1e5463cb803cb55883 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix change tracking in last line of file

github.com/nicklockwood/SwiftFormat - 4ecbad1283f3f279355315de6992cbd16c282e71 authored over 1 year ago by Nick Lockwood <[email protected]>
Extract shared implementation for function exclude lists

github.com/nicklockwood/SwiftFormat - 8cf6230e2a831a91d1ab13e7155e5b1202094e1f authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `hoistTry/Await` linebreak handling

github.com/nicklockwood/SwiftFormat - 8459b7030f55c46346b09cc3052449d798855d8f authored over 1 year ago by Nick Lockwood <[email protected]>
Fix typo (#1377)

github.com/nicklockwood/SwiftFormat - a6f0af2165d8ededba76cb5aa1064e81d51357d7 authored over 1 year ago by noppefoxwolf <[email protected]>
Update for 0.51.1 release

github.com/nicklockwood/SwiftFormat - 7d3682f70f790805ecab81a685b711f6842f4698 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `redundantNilInit` removing required `nil` inside ViewBuilder

github.com/nicklockwood/SwiftFormat - 92b4e7df144a33aef32e62bad9498d199ce827da authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `redundantLet` removing required let inside ViewBuilder switch

github.com/nicklockwood/SwiftFormat - be082afc66b3c4ca0355950b1bc1051c5205ae05 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix `hoistTry` removing try inside XCTAssert statements

github.com/nicklockwood/SwiftFormat - 0e6d96654b1ddf1ead955b807de9f224190d97b7 authored over 1 year ago by Nick Lockwood <[email protected]>
Add metadata test for date typos in changelog

github.com/nicklockwood/SwiftFormat - 135007f1101afc3cb8a24b2693cf515e49b25fbe authored over 1 year ago by Nick Lockwood <[email protected]>
Update year and fix GitHub spelling. (#1373)

github.com/nicklockwood/SwiftFormat - 46b3616af61d91fecd9f84f74e0950876d21a894 authored over 1 year ago by Pompeia <[email protected]>
Add `hoistTry` rule (#1369)

github.com/nicklockwood/SwiftFormat - 3880fa2d67ab6568c158adb2e5266b794c085224 authored over 1 year ago by Facundo Menzella <[email protected]>
Update artifact bundle script to include Linux

github.com/nicklockwood/SwiftFormat - 2ebd36126bd2e87ee88eb47799ca1f3d69b01766 authored over 1 year ago by Nick Lockwood <[email protected]>
Apply `wrapMultilineStatementBraces` regardless of `wrapArguments` mode

github.com/nicklockwood/SwiftFormat - 26f123889303bd20bcdda624d87ddbaaed5894e3 authored over 1 year ago by Nick Lockwood <[email protected]>
Update for 0.51.0 release

github.com/nicklockwood/SwiftFormat - 893fadd88bb3f3b7ba5d3629a16297184b104bd2 authored over 1 year ago by Nick Lockwood <[email protected]>
Add `hoistTry` fixes and examples and enable by default

github.com/nicklockwood/SwiftFormat - 507bf9724f9ae0b84f13932ecbe0b9131ca064cb authored over 1 year ago by Nick Lockwood <[email protected]>
Ignore .swiftformat files when using explicit config

github.com/nicklockwood/SwiftFormat - 356a4716a418fba9ac90e50ee2267d49198ff40c authored over 1 year ago by Nick Lockwood <[email protected]>
[SE-0380] Add `conditionalAssignment` rule, update `redundantType` rule (#1364)

github.com/nicklockwood/SwiftFormat - b7177328d7721805c21de530e1b8b0d5789601cc authored over 1 year ago by Cal Stephens <[email protected]>
Update `redundantReturn/Closure` to support single-statement if/switch (SE-0380)

github.com/nicklockwood/SwiftFormat - 888b1c87e4bef6a750014b48cb4753767eb41987 authored over 1 year ago by Cal Stephens <[email protected]>
Support default: branches in `redundantReturn` rule

github.com/nicklockwood/SwiftFormat - f3d2782dac19143dcc7dfba5fa680f8c28ffc3b2 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix required return removed in if/for case expressions

github.com/nicklockwood/SwiftFormat - d744c724f344cad2fd4dc7490f67295fd7258437 authored over 1 year ago by Nick Lockwood <[email protected]>
Remove `preferDouble` rule (#1296)

This was discussed in more depth in issue #1139, where this rule in particular was not only caus...

github.com/nicklockwood/SwiftFormat - 855da39ebaaf90cb3ff8b678521eef8e6b8887d5 authored over 1 year ago by James Sherlock <[email protected]>
Add `hoistAwait` examples and enable by default

github.com/nicklockwood/SwiftFormat - 009076c1c615a7ed0c3bdf99f9c6b749cae2c147 authored over 1 year ago by Nick Lockwood <[email protected]>
Add `hoistAwait` rule (#1360)

github.com/nicklockwood/SwiftFormat - 9518366da6996ec3cc8d102f511f75339a97e448 authored over 1 year ago by Facundo Menzella <[email protected]>
Rename `wrapEnumCases` option for consistency

github.com/nicklockwood/SwiftFormat - 749d23ec81e0f763b1fbf6ee76a9785591e27ff6 authored over 1 year ago by Nick Lockwood <[email protected]>
Add option to wrap function effects (`throws`, `async`) (#1301)

github.com/nicklockwood/SwiftFormat - 85bedab454d937bb6dfb1fb9a3dd0bf9d6b1dfec authored over 1 year ago by Cal Stephens <[email protected]>
Update `redundantSelf` rule to use implicit self in eligible closures (#1303)

github.com/nicklockwood/SwiftFormat - 63abf0813e978a6423b3fc85c8b108d29d8a400a authored over 1 year ago by Cal Stephens <[email protected]>
Add option to only wrap enum cases with values (#1357)

github.com/nicklockwood/SwiftFormat - 3d11436f1dc5faa2978a148ea8f8492b4a2f3ecb authored over 1 year ago by Facundo Menzella <[email protected]>
Remove `let` in patterns when redundant (#1329)

github.com/nicklockwood/SwiftFormat - adaa5214775991d9bd69ecfb49f39df9815f3077 authored over 1 year ago by Facundo Menzella <[email protected]>
Use Ubuntu 20.04 in Linux CI (#1371)

This makes sure we use an old enough version of glibc such that the prebuilt binaries work with ...

github.com/nicklockwood/SwiftFormat - cccdcfd151a920a9f7f191d008ea403fb0582beb authored over 1 year ago by Gabriel FΓ©ron <[email protected]>
Update for 0.50.9 release

github.com/nicklockwood/SwiftFormat - f1cf941d5bebe1e463d56e67c642fa7ed289f310 authored over 1 year ago by Nick Lockwood <[email protected]>
Refactor github reporter logic

github.com/nicklockwood/SwiftFormat - ee7acc973c7f31067339c6e0fb4b32f676bb1070 authored over 1 year ago by Nick Lockwood <[email protected]>
Add Github Actions annotations reporter (#1366)

github.com/nicklockwood/SwiftFormat - 45a11a132e477b351e2d7050c30f87b61dabecd6 authored over 1 year ago by Jonas Boberg <[email protected]>
Fix bug where inline attributes get wrapped

github.com/nicklockwood/SwiftFormat - e93e4c8afc20e6a65ecec6b5cd370e6b3bbb57a9 authored over 1 year ago by Nick Lockwood <[email protected]>
Improve options comment directive support

github.com/nicklockwood/SwiftFormat - b7dc882564989f055d1adcfd1c84423bddd2a22f authored over 1 year ago by Nick Lockwood <[email protected]>
Remove deprecated options from .swiftformat

github.com/nicklockwood/SwiftFormat - 8a9624fd8ec7fb36cc1247da820feccfa9b7ff0a authored over 1 year ago by Nick Lockwood <[email protected]>
Fix trailing comma left by `opaqueGenericParameters` rule

github.com/nicklockwood/SwiftFormat - 2515fdd37352750e6fca14075e38bba7def66782 authored over 1 year ago by Nick Lockwood <[email protected]>
Improve `redundantType` rule

github.com/nicklockwood/SwiftFormat - 791a1c5308b4aa3236f1cd08e1cd7da184c2f843 authored over 1 year ago by Nick Lockwood <[email protected]>
Make extension instructions dynamic based on OS version

github.com/nicklockwood/SwiftFormat - ae0bdacdcf723ac72558c576f0423d21542af9d2 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix unsafe semicolon removal after inferred var

github.com/nicklockwood/SwiftFormat - 40163c15b6f6fbc4dde2da5d390478a3987310ef authored over 1 year ago by Nick Lockwood <[email protected]>
Update for 0.50.8 release

github.com/nicklockwood/SwiftFormat - ae4d0b672cd7094ae513097c617951a5ac714418 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix outdated documentation

github.com/nicklockwood/SwiftFormat - 8d21422f17970e2ef0ab0e8954df8a14a58db3e6 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix PAT declaration support for headerdoc comments (#1353)

github.com/nicklockwood/SwiftFormat - 5e6ac9dbd86f3aa03d747d9c258880ff680d2e64 authored over 1 year ago by david-pettigrew-walmart <[email protected]>
Remove commented code block

github.com/nicklockwood/SwiftFormat - 5c1813d3f6f5e9e04bd68a4396222346ae14c1e5 authored over 1 year ago by Nick Lockwood <[email protected]>
Fix comments when sorting switch cases (#1347)

github.com/nicklockwood/SwiftFormat - 49fbd49c384e299683c4cf2c3105de0f32b89492 authored over 1 year ago by Facundo Menzella <[email protected]>
Fix unsafe removal of backticks around `self`

github.com/nicklockwood/SwiftFormat - 14f4613fd8a819aa638f19d7196686137a00810f authored over 1 year ago by Nick Lockwood <[email protected]>
Sort numeric literal switch cases in ascending order

github.com/nicklockwood/SwiftFormat - 926f93e88748c3a30c5e5b37472c396ca637aa75 authored over 1 year ago by Nick Lockwood <[email protected]>
πŸ“ Document `fileHeader` text tokens with example (#1325)

github.com/nicklockwood/SwiftFormat - f6dc081172a3769b8c724035bd2fb71b04215a79 authored over 1 year ago by Vincent Guerci <[email protected]>
Fix indent regression

github.com/nicklockwood/SwiftFormat - 874cb7e36824ac4504a6ba6920598f3b016c1714 authored over 1 year ago by Nick Lockwood <[email protected]>
Add `redundantParens` ternary test cases

github.com/nicklockwood/SwiftFormat - 64f1c0f0fd951eb09f6487a87c9ed09f0b313345 authored over 1 year ago by Nick Lockwood <[email protected]>
Update installation instructions for Xcode Source Editor Extension (#1337)

github.com/nicklockwood/SwiftFormat - 025ac15677e4c00b96e46dc95531610379b0e2b0 authored over 1 year ago by Franklin Byaruhanga <[email protected]>
Update for 0.50.7 release

github.com/nicklockwood/SwiftFormat - 34cd9dd87b78048ce0d623a9153f9bf260ad6590 authored almost 2 years ago by Nick Lockwood <[email protected]>
Fix parsing regex literals preceded by try or await

github.com/nicklockwood/SwiftFormat - 64d97312abac588a2bd525d4ede50555fc97613f authored almost 2 years ago by Nick Lockwood <[email protected]>
Do not remove meaningful parens around await (#1334)

github.com/nicklockwood/SwiftFormat - 637bae16f7643bcef1cd8a0b061499dd3ad9837a authored almost 2 years ago by Facundo Menzella <[email protected]>
Fix indent for nested, wrapped parameters

github.com/nicklockwood/SwiftFormat - 45fbfef06d57c735e631b0ce590830a2ef401978 authored almost 2 years ago by Nick Lockwood <[email protected]>
Add test for ViewBuilder annotation and unusedArguments

github.com/nicklockwood/SwiftFormat - 781d83c7a0ab5457fbca7b563e99764b192b3438 authored almost 2 years ago by Nick Lockwood <[email protected]>
Update for 0.50.6 release

github.com/nicklockwood/SwiftFormat - da637c398c5d08896521b737f2868ddc2e7996ae authored almost 2 years ago by Nick Lockwood <[email protected]>
Standardize working directory path (#1317)

github.com/nicklockwood/SwiftFormat - 3c4dc6809c9573ea475a3df6ebfbdd55eb889eae authored almost 2 years ago by Nikolay Edigaryev <[email protected]>
Fix blank line removed after file header

github.com/nicklockwood/SwiftFormat - f0b3f1a15df69b0bac0cd55ab6385060d80d7e92 authored almost 2 years ago by Nick Lockwood <[email protected]>
Fix regex literal parsing

github.com/nicklockwood/SwiftFormat - 852b9afa1c3485289706dcd497c0cf9be20d6f32 authored almost 2 years ago by Nick Lockwood <[email protected]>
Update for 0.50.5 release

github.com/nicklockwood/SwiftFormat - ce821205ea1bb4de67817c2dbec99f881d0e50d4 authored almost 2 years ago by Nick Lockwood <[email protected]>
Fix over-long `--generictypes` option help

github.com/nicklockwood/SwiftFormat - 59a94aec61dc34b2117bf692061c42c243cb5431 authored almost 2 years ago by Nick Lockwood <[email protected]>
Update for 0.50.4 release

github.com/nicklockwood/SwiftFormat - 7c7dd06554a5fc3f452f1d16a780a81a3be04bce authored almost 2 years ago by Nick Lockwood <[email protected]>
Fix parentheses omission (#1311)

github.com/nicklockwood/SwiftFormat - 6d200663c4e090c55b1ed6e65f7ce54618cdae57 authored almost 2 years ago by Taekyun Kim <[email protected]>
Fix `fileHeader` rule when file only contains header

github.com/nicklockwood/SwiftFormat - 8db718ec17f448ba40a190308d2bd0bdc96531ab authored almost 2 years ago by Nick Lockwood <[email protected]>
Fix `void` rule when `Void` is locally shadowed

github.com/nicklockwood/SwiftFormat - a9a5d928ca4e2b09d66042ee82963cf3003d6ce4 authored almost 2 years ago by Nick Lockwood <[email protected]>