Swiftpack.co - Swift Packages by vChewing

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

Packages published by vChewing

vChewing/Tekkon v1.5.1
鐵恨引擎是用來處理注音輸入法並擊行為的一個模組。該倉庫乃威注音專案的弒神行動(Operation Longinus)的一部分。Tekkon Engine is a module made for processing combo-composition of stroke-based Mandarin Chinese phonetics (i.e. Zhuyin / Bopomofo). This repository is part of Operation Longinus of The vChewing Project. For C# ver.: https://github.com/ShikiSuen/TekkonNT
⭐️ 7
🕓 1 week 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.
v1.5.1
1 week ago
## What's Changed * Deprecating Foundation. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/76 * Add inputValidityCheck(charStr:). by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/77 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.5.0...v1.5.1
v1.5.0
2 weeks ago
## What's Changed * Taigi pronunciation fix for Hsu and Starlight. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/73 * Add support for AlvinLiu arrange, etc. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/74 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.4.2...v1.5.0
v1.4.2
4 weeks ago
## What's Changed * Implement phonabetKeyForQuery(). by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/71 * Publicize phonabetKeyForQuery(). by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/72 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.4.1...v1.4.2
v1.4.1
7 weeks ago
## What's Changed * Fix fundamental mistakes in handling dynamic layouts. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/70 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.4.0...v1.4.1
v1.4.0
9 weeks ago
## What's Changed * Add Wade-Giles pinyin input support. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/69 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.3.2...v1.4.0
v1.3.2
18 weeks ago
## What's Changed * Add new auto-correction cases. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/68 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.3.1...v1.3.2
v1.3.1
24 weeks ago
## What's Changed * Refactor certain utility functions. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/67 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.3.0...v1.3.1
v1.3.0
31 weeks ago
## What's Changed * Update romaji buffer when necessary. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/65 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.2.9...v1.3.0
v1.2.9
43 weeks ago
## What's Changed * Add necessity checker to cnvHanyuPinyinToPhona. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/63 * Split files to boost build speed. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/64 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.2.8...v1.2.9
v1.2.8
44 weeks ago
## What's Changed * Add Starlight arrange support & Fix DachenCP26 issues. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/57 * Extract common processing methods for dynamic arranges. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/59 * Remove an useless test assertion. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/60 * Extend intonation keys for Starlight arrange. by @ShikiSuen in https://github.com/vChewing/Tekkon/pull/61 **Full Changelog**: https://github.com/vChewing/Tekkon/compare/v1.2.7...v1.2.8
macOS
vChewing/Megrez v2.7.0
天權星引擎是用來處理輸入法語彙庫的一個模組。該倉庫乃威注音專案的弒神行動(Operation Longinus)的一部分。 Megrez Engine is a module made for processing lingual data of an input method. This repository is part of Operation Longinus of The vChewing Project. For C# version: https://github.com/vChewing/MegrezNT
⭐️ 6
🕓 1 week 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.
v2.7.0
1 week ago
## What's Changed * Class inheritance. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/107 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.6.3...v2.7.0
v2.6.3
11 weeks ago
## What's Changed * Refactoring walker, etc. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/102 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.6.2...v2.6.3
v2.6.2
11 weeks ago
## What's Changed * Sanitizing node-crossed candidates. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/101 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.6.0...v2.6.2
v2.6.0
12 weeks ago
## What's Changed * Compositor refactoration with hard copy support. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/99 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.5.4...v2.6.0
v2.5.4
13 weeks ago
## What's Changed * Turn SpanUnit.maxLength into a dynamic variable. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/98 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.5.3...v2.5.4
v2.5.3
13 weeks ago
## What's Changed * Fix an issue that update() can ruin a span unit object. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/97 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.5.2...v2.5.3
v2.5.2
13 weeks ago
## What's Changed * Fix memory leak with Vertex. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/96 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.5.1...v2.5.2
v2.5.1
24 weeks ago
## What's Changed * Adding [Node].smashedPairs(). by @ShikiSuen in https://github.com/vChewing/Megrez/pull/94 * Fixing malfunctioned nodeBorderPointDictPair(), etc. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/95 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.5.0...v2.5.1
v2.5.0
25 weeks ago
## What's Changed * Synchronizng fixes from MegrezNT 2.5.0 update. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/93 * Updating certain terms. * Fixing certain mistake-proofing conditionals. * Removing certain duplicated symbols. **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.4.0...v2.5.0
v2.4.0
25 weeks ago
## What's Changed * Use [String] in lieu of String to handle chained keys. by @ShikiSuen in https://github.com/vChewing/Megrez/pull/92 **Full Changelog**: https://github.com/vChewing/Megrez/compare/v2.3.1...v2.4.0
macOS
vChewing/Hotenka v1.1.0
步天歌引擎是一套簡繁轉換模組,將 Nick Chen 的 ObjC 模組「NCChineseConverter」用 Swift 重寫而得。Hotenka Engine is a module made for converting between Simplified Chinese and Traditional Chinese.
⭐️ 4
🕓 3 days 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.
v1.1.0
3 days ago
## What's Changed * Extend ability for handing JSON dictionaries. by @ShikiSuen in https://github.com/vChewing/Hotenka/pull/2 * Expose necessary APIs. by @ShikiSuen in https://github.com/vChewing/Hotenka/pull/3 **Full Changelog**: https://github.com/vChewing/Hotenka/compare/v1.0.0...v1.1.0
v1.0.0
48 weeks ago

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