Releases: space-code/flare
Releases · space-code/flare
3.3.0
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Released on 2026-02-19. All issues associated with this milestone can be found using this filter.
Documentation
- Update
README.md- Documented by @ns-vasilev in Pull Request #151.
Features
- Add the
originalIDproperty toStoreTransaction- Implemented by @ns-vasilev in Pull Request #186.
- Add release workflow for GitHub Actions
- Implemented by @ns-vasilev in Pull Request #148.
- Add conventional-pr.yml for PR validation
- Implemented by @ns-vasilev in Pull Request #130.
- Switch from mint to mise
- Implemented by @ns-vasilev in Pull Request #140.
Miscellaneous Tasks
- Bumpd dependencies
- Contributed by @ns-vasilev in Pull Request #185.
- Add a test plan for the macOS action
- Contributed by @ns-vasilev in Pull Request #167.
- Add codeowners
- Contributed by @ns-vasilev in Pull Request #165.
- Remove
.swiftpm- Contributed by @ns-vasilev in Pull Request #163.
- Remove dependabot
- Contributed by @ns-vasilev in Pull Request #162.
- Bump the danger version
- Contributed by @ns-vasilev in Pull Request #164.
- Add
.spi.yml- Contributed by @ns-vasilev in Pull Request #150.
- Update the codecov action
- Contributed by @ns-vasilev in Pull Request #149.
- Add GitHub issue and PR templates
- Contributed by @ns-vasilev in Pull Request #146.
- Automate code formatting and linting with git hooks
- Contributed by @ns-vasilev in Pull Request #145.
- Update building and testing configurations
- Contributed by @ns-vasilev in Pull Request #137.
- Update ruby version to
3.4.7- Contributed by @ns-vasilev in Pull Request #141.
- Add a configuration for the renovate bot
- Contributed by @ns-vasilev in Pull Request #135.
Testing
- Update mocks for unit testing
- Contributed by @ns-vasilev in Pull Request #187.
Uncategorized Changes
- Add renovate.json
- Contributed by @renovate[bot] in Pull Request #131.
Chore
- Update dependency pointfreeco/swift-snapshot-testing to v1.18.9
- Contributed by @renovate[bot] in Pull Request #180.
- Update dependency apple/swift-docc-plugin to v1.4.6
- Contributed by @renovate[bot] in Pull Request #183.
- Update dependency space-code/concurrency to v0.3.1
- Contributed by @renovate[bot] in Pull Request #158.
- Update dependency space-code/atomic to v1.1.1
- Contributed by @renovate[bot] in Pull Request #159.
New Contributors
3.2.0
3.1.0
3.1.0-rc.1
3.1.0-rc.1
Released on 2024-12-27.
Added
- Update the FlareUI package to Swift 6.0.
- Added in Pull Request #93.
- Add full Swift concurrency support with Sendable requirements.
- Added in Pull Request #92.
- Implement locale for StoreProduct.
- Added in Pull Request #82.
Updated
- Update
upload_test_coverage_report.- Updated in Pull Request #95.
- Update
CHANGELOG.md.- Updated in Pull Request #74.
- Update
README.md.- Updated in Pull Request #70.
- Update Transaction Model with price and currency.
- Updated in Pull Request #84.
- Update RenewalInfo Model with renewalPrice and currency.
- Updated in Pull Request #85.
Fixed
- Fix the GitHub Actions Pipeline.
- Fixed in Pull Request #88.
3.0.2
3.0.1
3.0.0
3.0.0-rc.2
Released on 2024-05-10.
Added
- Implement the
FlareUIdocumentation- Added in Pull Request #33.
- Implement the
FlareUIpackage- Added in Pull Request #28.
- Implement asynchronous transaction completion
- Added in Pull Request #25.
Updated
- Update the
dependabot.ymlconfiguration- Updated in Pull Request #34
Fixed
3.0.0-rc.1
Added
- Implement products caching mechanism
- Added in Pull Request #19.
- Implement Logging Functionality
- Added in Pull Request #17.
- Implement Support for Promotional Offers
- Added in Pull Request #16.
- Add additional badges to
README.md- Added in Pull Request #15.
- Add files to comply with community standards
- Added in Pull Request #13.
- Implement typo checking
- Added in Pull Request #12.
- Build a documentation using
Docc- Added in Pull Request #11.
- Integrate the
StoreKit2purchase method- Added in Pull Request #10.
- Add badges for
Swift Version CompatibilityandPlatform Compatibility- Added in Pull Request #8.
- Integrate
danger- Added in Pull Request #7.
- Implement a refund for purchases
- Added in Pull Request #6.
- Added
visionOSto list of supported platforms- Added in Pull Request #5.
Updated
- Update the documentation page for Promotional Offer
- Updated in Pull Request #18.
Fixed
- Fix typos in
CONTRIBUTING.md- Added in Pull Request#14.
2.0.0
Released on 2023-09-14.
Added
- Support for Swift Concurrency, including async-await for requests.
Updated
- Rename public methods and parameters to increase readability.