Skip to content
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

Release 2.1.0 #18

Merged
merged 5 commits into from
Sep 16, 2024
Merged

Release 2.1.0 #18

merged 5 commits into from
Sep 16, 2024

Conversation

rlepinski
Copy link
Contributor

@rlepinski rlepinski commented Sep 14, 2024

  • Update types
  • Update Android bindings
  • Update iOS bindings

return nil
}

return try AirshipJSON.wrap(value).decode()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we still want this to throw? not just try?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a better name? Optional meaning its optionally available, not optionally decodes properly

logPrivacyLevel: "private" | "public"
}
logPrivacyLevel?: 'private' | 'public';
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this semicolon be here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its optional. we set it everywhere else

@rlepinski rlepinski merged commit 3fb9231 into main Sep 16, 2024
1 check passed
@rlepinski rlepinski deleted the release-2.1.0 branch September 16, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants