File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
` react-native-iterate ` adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
5
6
+ ## [ 2.4.0] ( https://github.com/iteratehq/react-native-iterate/releases/tag/v2.4.0 )
7
+
8
+ ** Added**
9
+
10
+ - Added support for date types in user and response properties
11
+
6
12
## [ 2.3.5] ( https://github.com/iteratehq/react-native-iterate/releases/tag/v2.3.5 )
7
13
8
14
** Fixed**
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ useEffect(() => {
226
226
email: ' example@email.com' ,
227
227
external_id: ' 12abc34' ,
228
228
is_subscriber: true ,
229
+ joined: new Date (),
229
230
});
230
231
}, []);
231
232
` ` `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-iterate" ,
3
- "version" : " 2.3.5 " ,
3
+ "version" : " 2.4.0 " ,
4
4
"description" : " In-app user research made easy" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
Original file line number Diff line number Diff line change 1
- export const Version = '2.3.5 ' ;
1
+ export const Version = '2.4.0 ' ;
2
2
3
3
export const DefaultHost = 'https://iteratehq.com' ;
4
4
You can’t perform that action at this time.
0 commit comments