We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60e5cfe + a8079b2 commit 719bd12Copy full SHA for 719bd12
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+## Version 0.2.0
4
+- Add support for reading unknown enum values [#35]
5
+- Add support for Xcode and LocalTesting environments [#34]
6
+- Add error codes from App Store Server API v1.9 [#33]
7
+- Add new fields from App Store Server API v1.10 [#27]
8
+- Document error codes [#23]
9
+- Correct naming of SignedDataVerifier to match other libraries [#40]
package.json
@@ -1,6 +1,6 @@
{
"name": "@apple/app-store-server-library",
- "version": "0.1.1",
+ "version": "0.2.0",
"description": "The App Store Server Library",
"main": "dist/index.js",
"keywords": [],
0 commit comments