v0.1.0
Rebranding
This release indicates the rebranding of the client from Swiftype to Elastic namespace:
- We released the new npm-package @elastic/app-search-javascript. The old swiftype-app-search-javascript package will be deprecated soon.
- The package version was reset to
0.1.0
.
There are no changes in API in this release.
How to upgrade
- Rename the imported package from
swiftype-app-search-javascript
to@elastic/app-search-javascript
in your codebase. - Change the package version to
0.1.0
.