Swiftpack.co - Swift Packages by CoderMJLee

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

Packages published by CoderMJLee

CoderMJLee/MJRefresh 3.7.9
An easy way to use pull-to-refresh.
⭐️ 13,771
🕓 4 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.7.9
4 weeks ago
* Add privacy access reason for using UserDefaults **Full Changelog**: https://github.com/CoderMJLee/MJRefresh/compare/3.7.8...3.7.9
3.7.8
5 weeks ago
## What's Changed * Fixed duplicated privacy statement issue in `Static Framework`. by @jiasongs in https://github.com/CoderMJLee/MJRefresh/pull/1605 **Full Changelog**: https://github.com/CoderMJLee/MJRefresh/compare/3.7.7...3.7.8
3.7.7
6 weeks ago
## What's Changed * 修复MJRefreshAutoFooter初始化时没有添加底部忽略间距的问题 by @Rogue24 in https://github.com/CoderMJLee/MJRefresh/pull/1596 * Add privacy manifest by @wolfcon in https://github.com/CoderMJLee/MJRefresh/pull/1603 **Full Changelog**: https://github.com/CoderMJLee/MJRefresh/compare/3.7.6...3.7.7 ## Acknowledged Issue * Use `CocoaPods` to import `Static Framework` will cause duplicated issue. ## Workaround * Use `Dynamic Framework` or Update to [`3.7.8`](https://github.com/CoderMJLee/MJRefresh/releases/3.7.8)
3.7.6
1 year ago
## What's Changed * fixed crash loop infinitive when compare float by using FLT_EPSILON by @vancucit in https://github.com/CoderMJLee/MJRefresh/pull/1581 ## New Contributors * @vancucit made their first contribution in https://github.com/CoderMJLee/MJRefresh/pull/1581 **Full Changelog**: https://github.com/CoderMJLee/MJRefresh/compare/3.7.5...3.7.6
3.7.5
2 years ago
## What's Changed * Fix/duplicated async method by @wolfcon in https://github.com/CoderMJLee/MJRefresh/pull/1560 **Full Changelog**: https://github.com/CoderMJLee/MJRefresh/compare/3.7.4...3.7.5
3.7.4
2 years ago
## What's Changed * Removed duplicated async method on main queue. by @wolfcon in https://github.com/CoderMJLee/MJRefresh/pull/1559 **Full Changelog**: https://github.com/CoderMJLee/MJRefresh/compare/3.7.3...3.7.4
3.7.3
2 years ago
## What's Changed * Fix issue #1533(StateTrailer title could not be changed immediately if setting) by @wolfcon in https://github.com/CoderMJLee/MJRefresh/pull/1536 * Remove unnecessary definition in SPM. by @wolfcon in https://github.com/CoderMJLee/MJRefresh/pull/1544 * [Example] Fixed navigation bar problem in iOS15 by @wolfcon in https://github.com/CoderMJLee/MJRefresh/pull/1553 * Fixed a bug that footer(MJRefreshAutoFooter/MJRefreshBackFooter) movement behavior is weird when using `performBatchUpdates` method in `UICollectionView` by @jiasongs in https://github.com/CoderMJLee/MJRefresh/pull/1554 * Reorder project workspace for framework and example. by @wolfcon in https://github.com/CoderMJLee/MJRefresh/pull/1555 * Fixed the header updating issue when using `setLastUpdatedTimeText` block to update time label in first time. by @kkkelicheng in https://github.com/CoderMJLee/MJRefresh/pull/1404 * Fixed misusage of `initialize` function by @wolfcon in https://github.com/CoderMJLee/MJRefresh/pull/1558 **Full Changelog**: https://github.com/CoderMJLee/MJRefresh/compare/3.7.2...3.7.3
2 years ago
- Fixed a duplication warning causing by SPM function (#1532)
2 years ago
- SPM supported (#1470) - Fixed a bug that AutoStateFooter(Normal) couldn't call refresh method by tapping state label. It shouldn't be influenced by dragging logic. (#1529) - Add a new feature: `MJRefresh components` will be rerendered automatically with `MJRefreshConfig.default.language` setting. (#1527)
2 years ago
- Revert some deletion.
CoderMJLee/MJExtension 3.4.2
A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file.
⭐️ 8,512
🕓 6 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.4.2
6 weeks ago
* Add Privacy manifest **Full Changelog**: https://github.com/CoderMJLee/MJExtension/compare/3.4.1...3.4.2
3.4.1
2 years ago
## What's Changed * Fixed secure coding issue that classes object couldn't be decoded. by @VeinGuo in https://github.com/CoderMJLee/MJExtension/pull/830 **Full Changelog**: https://github.com/CoderMJLee/MJExtension/compare/3.4.0...3.4.1
3.4.0
2 years ago
- SPM Support #823 - Add NSSecureCoding support for quick implementation macro MJSecureCodingImplementation(class, isSupport). #821 - Fixed the crash which `EntityName` is not same with `ClassName` in CoreData usage. #718
2 years ago
- Add watchOS and tvOS support.
3 years ago
- Fixing racing condition between `setupBlock` and `readMethod` - Raise exception when in debug mode
3 years ago
- Fixed multi-threading problems(dark cave🙈).
3 years ago
- Fix array enumeration fatal error. (mutate array in for-loop)
3 years ago
- Callback converted keyValues as NSMutableDictionary instead of NSDictionary. - Add some docs in `ReadMe`
4 years ago
- Fix a mismatch between value and wrong type. ## Do not use 3.2.0
4 years ago
- Add support for French number string to number. - Fix longlong conversion mistake.

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