Swiftpack.co - Swift Packages by colinc86

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

Packages published by colinc86

colinc86/LaTeXSwiftUI v1.3.2
A SwiftUI view that renders LaTeX.
โญ๏ธ 121
๐Ÿ•“ 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.
v1.3.2
4 weeks ago
## What's Changed - ๐Ÿ› Fix an issue where certain views accessed the environment without being installed on a view ## Pull Requests * Fix block rendering modes by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/32 * Develop by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/33 ## Full Changelog https://github.com/colinc86/LaTeXSwiftUI/compare/v1.3.1...v1.3.2
v1.3.1
7 weeks ago
## What's Changed - ๐Ÿ› Fixed an issue that prevented `LaTeX` views from redrawing when input value was modified ## Pull Requests - Update view on input changes by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/28 **Full Changelog**: https://github.com/colinc86/LaTeXSwiftUI/compare/v1.3.0...v1.3.1
v1.3.0
39 weeks ago
## What's Changed - โ‡๏ธ Added view styles - Set with `latexStyle` modifier - Customize with `LaTeXStyle` protocol - ๐ŸŽ๏ธ Preloading improvements - ๐Ÿ“ฆ Updated `MathJaxSwift` ## Pull Requests * Styles and better preloading. by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/19 **Full Changelog**: https://github.com/colinc86/LaTeXSwiftUI/compare/v1.2.3...v1.3.0
v1.2.3
44 weeks ago
- ๐ŸŽ๏ธ Performance improvements - ๐Ÿ› ๏ธ Under-the-hood changes ## What's Changed **Full Changelog**: https://github.com/colinc86/LaTeXSwiftUI/compare/v1.2.2...v1.2.3
v1.2.2
45 weeks ago
- ๐Ÿงช Added a unit tests action - ๐Ÿšซ Removed `animated()` modifier - โ‡๏ธ Added `renderingAnimation(_:)` modifier - ๐Ÿ› Fixed an issue with the `alwaysInline` block mode ## What's Changed * Develop by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/16 **Full Changelog**: https://github.com/colinc86/LaTeXSwiftUI/compare/v1.2.1...v1.2.2
v1.2.1
45 weeks ago
- Lighten up the package by removing the `Nuke` package and using `NSCache` objects instead. - Remove debug logging.
v1.2.0
45 weeks ago
## What's Changed - Update `MathJaxSwift` to version 3.3.0 - Add `renderingStyle` modifier - You can now choose between four different rendering styles and render the LaTeX asynchronously - Add `animated` modifier - Add `formatEquationNumber` modifier - Add a custom format to your equation numbers - Fix another named equation parsing issue and update tests. **Full Changelog**: https://github.com/colinc86/LaTeXSwiftUI/compare/v1.1.0...v1.2.0
v1.1.0
46 weeks ago
## What's Changed - Updated [MathJaxSwift](https://github.com/colinc86/MathJaxSwift) to version 3.2.3 - Upgraded [Nuke](https://github.com/kean/Nuke) to version 12. - Removed `texOptions` modifier - Added `processEscapes` modifier - Added block equation number modifiers - Better preloading - Fixed block equation errors - Updated README - v1.1 by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/12 **Full Changelog**: https://github.com/colinc86/LaTeXSwiftUI/compare/v1.0.5...v1.1.0
v1.0.5
47 weeks ago
## What's Changed * Fix block equation whitespace. by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/11 **Full Changelog**: https://github.com/colinc86/LaTeXSwiftUI/compare/v1.0.4...v1.0.5
v1.0.4
1 year ago
## What's Changed * License by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/7 * Develop by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/8 * Fix backtracking. by @colinc86 in https://github.com/colinc86/LaTeXSwiftUI/pull/9 **Full Changelog**: https://github.com/colinc86/LaTeXSwiftUI/compare/v1.0.3...v1.0.4
iOS macOS
colinc86/MathJaxSwift v3.4.0
Converts and renders math expressions in Swift using MathJax and the JavaScriptCore framework.
โญ๏ธ 27
๐Ÿ•“ 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.
v3.4.0
40 weeks ago
## What's Changed - Add batch input methods. - You can now submit multiple input strings to convert in a single method call to a `MathJax` instance. - Update npm packages. ## Pull Requests * Add batch input methods. by @colinc86 in https://github.com/colinc86/MathJaxSwift/pull/36 **Full Changelog**: https://github.com/colinc86/MathJaxSwift/compare/v3.3.0...v3.4.0
v3.3.0
45 weeks ago
## What's Changed ๐ŸŽ‰ This release adds the rest of the document and input options! - Add MIT license - Update README to include examples - Add accessibility extension options - Add contextual menu options - Add safe extension options - Add TeX extension options - Add developer options (with some exceptions) - Update tests - Remove MathJax documentation comments and point to the [official docs](https://docs.mathjax.org/en/latest/) ## Pull Requests * License and README by @colinc86 in https://github.com/colinc86/MathJaxSwift/pull/32 * Accessibility extension options by @colinc86 in https://github.com/colinc86/MathJaxSwift/pull/33 * Unit tests updates by @colinc86 in https://github.com/colinc86/MathJaxSwift/pull/34 * Develop by @colinc86 in https://github.com/colinc86/MathJaxSwift/pull/35 **Full Changelog**: https://github.com/colinc86/MathJaxSwift/compare/v3.2.3...v3.3.0
v3.2.3
47 weeks ago
## What's Changed * Update packages/latest webpack and rebuild. by @colinc86 in https://github.com/colinc86/MathJaxSwift/pull/30 **Full Changelog**: https://github.com/colinc86/MathJaxSwift/compare/v3.2.2...v3.2.3
v3.2.2
1 year ago
Initial release. **Full Changelog**: https://github.com/colinc86/MathJaxSwift/compare/v3.2.2-beta.4...v3.2.2
v3.2.2-beta.4
1 year ago
Get packages working with TeX input processor options. - For now they should be configured (if needed) through the corresponding dictionary on the input processor options. **Full Changelog**: https://github.com/colinc86/MathJaxSwift/compare/v3.2.2-beta.3...v3.2.2-beta.4
v3.2.2-beta.3
1 year ago
Rework errors. - Parse and throw `MathML` style errors. - Add sync methods with `inout Error?` parameters. **Full Changelog**: https://github.com/colinc86/MathJaxSwift/compare/v3.2.2-beta.2...v3.2.2-beta.3
v3.2.2-beta.2
1 year ago
Add support for TeX packages and their configurations. - Currently, all available packages are loaded by the MathJax instance. - The configuration allows you to determine which packages the TeX input processor should use. - You can set package options using the corresponding dictionary in `TeXInputProcessorOptions`. **Full Changelog**: https://github.com/colinc86/MathJaxSwift/compare/v3.2.2-beta.1...v3.2.2-beta.2
v3.2.2-beta.1
1 year ago
Each release will use the tag `v3.2.2-beta.x` until a stable release is created, at which point it will track with the the [MathJax GitHub repo](https://github.com/mathjax/MathJax). - Initial pre-release. - Does not yet include developer options or TeX extension options.
iOS macOS tvOS
colinc86/Genetics 1.0.8
A genetic algorithm library for Swift.
โญ๏ธ 2
๐Ÿ•“ 2 years 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.0.8
2 years ago
- Mutate once.
1.0.7
2 years ago
- Add `Chromosome` conformance to `Hashable`.
1.0.6
2 years ago
- stufffff
1.0.5
2 years ago
- Add `Codable` protocol conformance to chromosomes and populations.
1.0.4
2 years ago
- Reverse population sorting.
1.0.3
2 years ago
- Use error instead of fitness.
1.0.2
2 years ago
- Move functions to configuration.
1.0.1
2 years ago
- Add new methods and update mutation function signature.
1.0.0
6 years ago
Initial release.
colinc86/CommandInterface v0.2.24
A Swift package for interacting with command line interfaces.
โญ๏ธ 0
๐Ÿ•“ 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.
v0.2.9
1 year ago
**Full Changelog**: https://github.com/colinc86/CommandInterface/compare/v0.2.8...v0.2.9
v0.2.8
1 year ago
- Update Swift language version.
v0.2.7
2 years ago
- Read to end of file on termination.
v0.2.6
2 years ago
- Read last bytes in pipe.
v0.2.5
2 years ago
- Read from standard input.
v0.2.4
2 years ago
- Fix sudo.
v0.2.3
2 years ago
- Fix sudo.
v0.2.2
2 years ago
- Add response description.
v0.2.1
2 years ago
- Make the current command public.
v0.2.0
2 years ago
- Use SwiftShell package

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