Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
# Changelog

## [Unreleased]
- [#28](https://github.com/Blackjacx/ASCKit/pull/28): Adopt social media age rating questions in API version 4.4.1 - [@blackjacx](https://github.com/blackjacx).

## [0.7.0] - 2025-12-15Z

- [#23](https://github.com/dbdrive/beiwagen/pull/23): Remove legacy output functionality - [@blackjacx](https://github.com/blackjacx).
- [#22](https://github.com/dbdrive/beiwagen/pull/22): Support Age Ratings - [@blackjacx](https://github.com/blackjacx).
- [#23](https://github.com/Blackjacx/ASCKit/pull/23): Remove legacy output functionality - [@blackjacx](https://github.com/blackjacx).
- [#22](https://github.com/Blackjacx/ASCKit/pull/22): Support Age Ratings - [@blackjacx](https://github.com/blackjacx).

## [0.6.0] - 2025-10-23Z

- [#21](https://github.com/dbdrive/beiwagen/pull/21): Support request output types - [@blackjacx](https://github.com/blackjacx).
- [#21](https://github.com/Blackjacx/ASCKit/pull/21): Support request output types - [@blackjacx](https://github.com/blackjacx).

## [0.5.0] - 2025-10-23Z

- [#20](https://github.com/dbdrive/beiwagen/pull/20): Add support for Accessibility Declaration management - [@blackjacx](https://github.com/blackjacx).
- [#20](https://github.com/Blackjacx/ASCKit/pull/20): Add support for Accessibility Declaration management - [@blackjacx](https://github.com/blackjacx).

## [0.4.1] - 2025-09-15Z

- [#15](https://github.com/dbdrive/beiwagen/pull/15): Bump Engine v0.2.0 - [@blackjacx](https://github.com/blackjacx).
- [#15](https://github.com/Blackjacx/ASCKit/pull/15): Bump Engine v0.2.0 - [@blackjacx](https://github.com/blackjacx).

## [0.4.0] - 2025-03-19Z

- [#14](https://github.com/dbdrive/beiwagen/pull/14): Add missing app store version states - [@blackjacx](https://github.com/blackjacx).
- [#14](https://github.com/Blackjacx/ASCKit/pull/14): Add missing app store version states - [@blackjacx](https://github.com/blackjacx).

## [0.3.0] - 2025-02-17Z

Expand Down
2 changes: 2 additions & 0 deletions Sources/ASCKit/models/AgeRatingDeclaration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,7 @@ public extension AgeRatingDeclaration {
public var messagingAndChat: Bool?
public var parentalControls: Bool?
public var userGeneratedContent: Bool?
public var socialMedia: Bool?
public var socialMediaAgeRestricted: Bool?
}
}