Skip to content

Releases: muhittincamdali/SwiftUI-Animation-Masterclass

v1.0.0 - Initial Release

02 Feb 21:15

Choose a tag to compare

What's Changed

  • chore: add FUNDING.yml and CI badge
  • chore: add PR template, stale bot, and code standards
  • chore: add dependabot and fix CI
  • docs: rewrite README with animation showcases
  • Add issue templates, CI/CD workflows, and release automation
  • Rewrite README with animation examples
  • chore(audit): add Swift build audit report (#12)
  • chore(audit): add Swift build audit report (#11)
  • chore(ci): add README Guard and CODEOWNERS Documentation/** (#10)
  • chore(spm): resolve/update Package.resolved (SwiftPM/Xcode) (#9)
  • feat(docs,examples): deep content (Architecture/Testing/Performance/Security + AdvancedExamples) (#8)
  • docs: add Examples and Documentation index (repo-specific, English-only) (#7)
  • chore(readme): remove analytics/stargazers sections (#6)
  • chore(hygiene): remove .DS_Store and ignore macOS artifacts (#5)
  • chore(quality): CODEOWNERS + link check + markdown quality + README guard (#4)
  • Revert README.md to state from 2025-08-10 (#1)
  • 🚀 Enhance repository with comprehensive documentation and examples
  • feat: enhance repository structure and documentation
  • chore: remove auto-generated docs/examples, restore README layout, and stabilize CI
  • ci(docs): add markdownlint and link checker workflow
  • docs: add/update TOC for Documentation/Examples markdown files
  • docs: ensure all Markdown/Swift files meet minimum length and fix/create referenced docs/examples
  • docs: add CI and License badges to README
  • ci(docs): add GitHub standards (CI, PR/Issue templates, CODEOWNERS template)
  • docs: add standard documentation files and update README TOC
  • docs: replace reporoster stars chart with starchart.cc
  • docs: fix GitHub stars badge parameters (style, logo)
  • 📚 Add comprehensive documentation files for SwiftUI Animation Masterclass framework
  • Add missing documentation files for SwiftUI-Animation-Masterclass
  • 🚀 Mükemmel README: Önem sırasına göre düzenleme, Project Statistics/Stargazers en alta, zengin görsel içerik, detaylı kod örnekleri
  • 🔧 README improvements: Add Project Statistics/Stargazers/Acknowledgments, improve star messages
  • feat: Add comprehensive animation engine with 1000+ lines of Swift code
  • Add comprehensive SwiftUI animation masterclass management system
  • Initial commit

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/muhittincamdali/SwiftUI-Animation-Masterclass.git", from: "v1.0.0")
]