File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
# Release Notes
8
8
9
+ ## [ v4.5.0] ( https://github.com/algolia/algoliasearch-client-javascript/compare/4.4.0...4.5.0 )
10
+
11
+ ### Added
12
+
13
+ - introduce a new ` Hit ` type, returned from search operations ([ #1191 ] ( https://github.com/algolia/algoliasearch-client-javascript/pull/1191 ) )
14
+ - Allow ` hosts ` array to also accept strings ([ #1189 ] ( https://github.com/algolia/algoliasearch-client-javascript/pull/1189 ) )
15
+
16
+ ### Fixed
17
+
18
+ - add missing updatedAt attribute to client-analytics ([ #1186 ] ( https://github.com/algolia/algoliasearch-client-javascript/pull/1186 ) )
19
+ - a/b test VariantResponse typing ([ #1185 ] ( https://github.com/algolia/algoliasearch-client-javascript/pull/1185 ) )
20
+ - getObjects can also return ` null ` if an object is not existing ([ #1183 ] ( https://github.com/algolia/algoliasearch-client-javascript/pull/1183 ) )
21
+
9
22
## [ v4.4.0] ( https://github.com/algolia/algoliasearch-client-javascript/compare/4.3.1...4.4.0 )
10
23
11
24
### Added
You can’t perform that action at this time.
0 commit comments