Skip to content

Commit cec4d91

Browse files
Fix deserialization (#112)
1 parent f0bd800 commit cec4d91

File tree

30 files changed

+215
-258
lines changed

30 files changed

+215
-258
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [13.5.1] - 2024-09-02
9+
10+
### Fixed
11+
12+
- Serialization issue with `Order.isInsideGeofence`
13+
814
## [13.5.0] - 2024-08-21
915

1016
### Added
@@ -908,3 +914,4 @@ Initial release.
908914
[13.3.5]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.3.5
909915
[13.4.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.4.0
910916
[13.5.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.5.0
917+
[13.5.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.5.1

docs/classes/HyperTrack.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/enums/HyperTrackError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/modules.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/types/Errors.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Failure.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Location.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/LocationError.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/LocationWithDeviation.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)