Swiftpack.co - Swift Packages by GSM-MSG

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by GSM-MSG

GSM-MSG/MSGLayout 1.3.0
🔧 A Swift AutoLayout DSL for iOS
⭐️ 9
🕓 41 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.3.0 MSGLayout
41 weeks ago
## Added StackedLayout은 UIStackView를, StackedScrollLayout은 StackedScrollView를 반환하도록 추가되었습니다. **Full Changelog**: https://github.com/GSM-MSG/MSGLayout/compare/1.2.0...1.3.0
MSGLayout 1.2.0
42 weeks ago
## Added StackedLayout을 추가적으로 지원합니다. ```swift MSGLayout.stackedLayout(view, distribution: .fillEqually) { redView FlexibleSpacerView() HStackView { greenView SpacerView() } } ``` ## What's Changed * 🔀 :: StackedLayout 지원 by @baekteun in https://github.com/GSM-MSG/MSGLayout/pull/4 **Full Changelog**: https://github.com/GSM-MSG/MSGLayout/compare/1.1.0...1.2.0
1.1.0
1 year ago
UILayout를 지원하여 사용할 수 있습니다. ex) view.safeAreaLayoutGuide
1.0.2
1 year ago
**Full Changelog**: https://github.com/GSM-MSG/MSGLayout/compare/1.0.1...1.0.2
1.0.1
1 year ago
## Fix - public methods in MSGLayout - buildLayout - rebuildLayout
1.0.0
1 year ago
A Swift AutoLayout DSL for iOS
iOS tvOS
GSM-MSG/Moordinator 2.2.0
👣Navigation framework for iOS applications based on a Coordinator pattern with Combine
⭐️ 5
🕓 41 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.2.0 Moordinator
41 weeks ago
## Added RoutePath로서의 의미가 없는 NoneRoutePath가 추가되었습니다 **Full Changelog**: https://github.com/GSM-MSG/Moordinator/compare/2.1.0...2.2.0
2.1.0
47 weeks ago
## Added - Moord use를 할 때 Root의 수를 여러개로 설정할 수 있게됩니다. **Full Changelog**: https://github.com/GSM-MSG/Moordinator/compare/2.0.0...2.1.0
Moordinator 2.0.0
51 weeks ago
## Chagned - Router를 Moordinator가 가지게하지 않고 각 객체에 책임을 가질 수 있게 분리합니다. **Full Changelog**: https://github.com/GSM-MSG/Moordinator/compare/1.1.1...2.0.0
1.1.1
1 year ago
**Full Changelog**: https://github.com/GSM-MSG/Moordinator/compare/1.0.0...1.1.1
1.0.0 Release
1 year ago
Navigation framework for iOS applications based on a Coordinator pattern.
iOS
GSM-MSG/Emdpoint 3.5.0
☁️This library is a tool for handling different types of HTTP requests in a convenient way.
⭐️ 3
🕓 36 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.5.0
36 weeks ago
## Added - HTTPMethod중 PUT method를 지원합니다. (Route에 추가) ## What's Changed * 🔀 :: [#3] PUT Method 지원 by @baekteun in https://github.com/GSM-MSG/Emdpoint/pull/4 ## New Contributors * @baekteun made their first contribution in https://github.com/GSM-MSG/Emdpoint/pull/4 **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.4.0...3.5.0
3.4.0
38 weeks ago
# Added - requestParamets - requestJSONEncodable 의 HTTPTask 옵션에 encoder를 직접 주입할 수 있게 되었습니다 # Changed - ParameterEncodable의 encode함수가 static함수가 아닌 instance함수로 변경되었습니다 # Fixed - requestParameters의 query에 넣는 dictionary의 value에 string이 아닌 값을 넣으면 실제 요청상에 ""로 요청이 가던 것을 해결하였습니다 **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.3.0...3.4.0
3.3.0 Emdpoint
41 weeks ago
# Added - 다른 EndpointType을 래핑해서 type erase를 하는 AnyEndpoint타입이 추가되었습니다. - EmdpointClient의 접근 제어자를 open으로 해 다른 모듈에서도 상속을 가능하게 변경하였습니다. **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.2.11...3.3.0
3.2.11
45 weeks ago
## FIxed Multipart Upload를 진행할 때 multipart의 마지막임을 나타내느 --\(boundary)-- 에서 마지막의 --를 띄지 않아 multipart 요청 형식을 띄지 않던 현상을 해결했습니다. **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.2.10...3.2.11
3.2.10
45 weeks ago
## Fixed multipart 요청을 할 때 filename이 없다면 Content-Type을 담아서 보내지 않습니다 **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.2.9...3.2.10
3.2.9
45 weeks ago
## Fixed MultiPArt요청을 할때 filename을 입력하는 개행을 \r\n\r\n에서 \r\n으로 변경했습니다 **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.2.8...3.2.9
3.2.8
46 weeks ago
## Fixed error가 throw될 때 continuation상으로 여러번 throw한 현상을 해결합니다 **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.2.7...3.2.8
3.2.7
46 weeks ago
## Changed continuation 연결 코드 리팩토링 **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.2.6...3.2.7
3.2.6
47 weeks ago
## Fixed Interceptor에서 요청을 처리할때 일반 closure가 아닌 escaping closure를 사용하도록 변경합니다. **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.2.5...3.2.6
3.2.5
47 weeks ago
## Fix BASE_URL의 끝이 /로 끝나지 않고 path가 비어있을때, URL의 끝에 자동으로 /가 붙은 현상을 해결했습니다. **Full Changelog**: https://github.com/GSM-MSG/Emdpoint/compare/3.2.4...3.2.5
iOS macOS watchOS tvOS
GSM-MSG/Miniature 1.3.1
📦 Repository pattern support library
⭐️ 2
🕓 40 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.3.1
40 weeks ago
## Fixed toAnyPublisher, toObservable을 사용했을 때 refreshLocal이 실행되지 않던 버그를 해결했습니다. **Full Changelog**: https://github.com/GSM-MSG/Miniature/compare/1.3.0...1.3.1
1.3.0
40 weeks ago
## Added - CombineMiniature에 AnyPublisher로 반환하는 메서드 추가 - RxMiniature에서 Observable로 반환하는 메서드 추가 **Full Changelog**: https://github.com/GSM-MSG/Miniature/compare/1.2.1...1.3.0
1.2.1
40 weeks ago
## Fixed CombineMiniature가 Package형태로 fetch가 안되는 현상 해결 **Full Changelog**: https://github.com/GSM-MSG/Miniature/compare/1.2.0...1.2.1
1.2.0 RxMiniature
1 year ago
**Full Changelog**: https://github.com/GSM-MSG/Miniature/compare/1.1.1...1.2.0 'RxMiniature' 패키지를 추가하여 Miniature가 RxSwift도 지원할 수 있게 합니다
1.1.1
1 year ago
**Full Changelog**: https://github.com/GSM-MSG/Miniature/compare/1.1.0...1.1.1 code document
Concurrency Support
1 year ago
1.0.1
1 year ago
- Support Swift Concurrency **Full Changelog**: https://github.com/GSM-MSG/Miniature/compare/1.0.0...1.0.1
1.0.0
1 year ago
Repository Pattern Support library 'Miniature' is released
iOS macOS watchOS tvOS
GSM-MSG/DIM 1.1.0
🫙Dependency injection library for Swift
⭐️ 1
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.1.0
1 year ago
**Full Changelog**: https://github.com/GSM-MSG/DIM/compare/1.0.1...1.1.0 resultBuilder bug fix
1.0.1
1 year ago
- Can register dependencies using DIMContainer **Full Changelog**: https://github.com/GSM-MSG/DIM/compare/1.0.0...1.0.1
1.0.0 DIM
1 year ago
**Full Changelog**: https://github.com/GSM-MSG/DIM/commits/1.0.0
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics