-
Notifications
You must be signed in to change notification settings - Fork 25
2.x.x #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
tib
commented
Nov 22, 2025
- Complete rework using modern Swift 6+ features
- Using the new Testing framework instead of XCTests
- Migrated to github-workflows instead of local scripts
- Use Sendable structs instead of classes for Elements
- Even more type-safety via reworked HTML builders
|
Hi Tib, maybe it is possible to keep the library names as this change would result in major rework SwiftHtml Would be highly appreciated. Thank you 🙏 |
|
This will definitely be a breaking change, so I'm aiming for a 2.x.x release. I'm also still debating the naming conventions and haven't finalized them yet. I'm trying to follow the API design guidelines. I might ask about this on social media later… 🤔 Thanks for your feedback, I really appreciate it. 🙏 |
Yes, that is clear. I was just asking if it is possible to keep the target names the same as this would simplify migration a lot. Thx. |