Skip to content
Compare
Choose a tag to compare
@letehaha letehaha released this 01 Dec 11:30
· 209 commits to main since this release

New Hooks

We have introduced three new hooks to enhance your experience:

  • useSearch: This hook enables searching for domains and subdomains. You can use it to look up specific domains and subdomains and see if they have been registered.
  • useDomainSuggestions: With this hook, you can load suggestions for the provided domain. It assists in finding related domains that are not registered.
  • useTopDomainsSales: This hook displays the top domain sales for the specified period. It provides insight into the most popular domains and their pricing trends.

Other Improvements

  • Dependency upgrade: We updated our dependencies to more recent releases.
  • Node version upgrade: We upgraded our Node version to the latest stable release.
  • Package manager switch: We changed our package manager from Yarn to npm.
  • Prettier configuration update: We moved to @bonfida/prettier-config instead of the default Prettier configuration.