-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from superwall/develop
0.1.12
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,33 @@ | ||
# CHANGELOG | ||
|
||
## 0.1.12 | ||
|
||
### Fixes | ||
|
||
- Adds Result types to fix issues when building for iOS. | ||
|
||
## 0.1.11 | ||
|
||
## Enhancements | ||
### Enhancements | ||
|
||
- Adds new Android target | ||
- Ensures JSON deserialization is done in a safe manner | ||
|
||
## 0.1.10 | ||
|
||
## Enhancements | ||
### Enhancements | ||
|
||
- Updates github workflow for the renaming of the iOS repository. | ||
|
||
## 0.1.9 | ||
|
||
## Enhancements | ||
### Enhancements | ||
|
||
- Added returning of a JSON encoded `Result<PassableValue,String>` from the exposed methods instead of relying on panics. | ||
Example JSON: | ||
- Error: `{"Err":"No such key: should_display"}` | ||
- Ok: `{"Ok":{"type":"bool","value":true}}` | ||
|
||
## Fixes | ||
### Fixes | ||
|
||
- Fixed a bug where getting properties from `device` would panic when `device` functions were defined |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters