Skip to content

Moera naming 0.4.0

Compare
Choose a tag to compare
@smelamud smelamud released this 31 Mar 22:36
· 32 commits to master since this release

Changes

  • Names do not expire anymore.
  • Deprecated concept of "the latest generation" of a name. Any available generation can now be used when registering a name. getCurrentForLatest() and getPastForLatest() calls are deprecated.
  • Added new call getSimilar() that looks for a name that is similar to the name passed. The current implementation performs case-insensitive search.
  • Added new call getAll() that returns the list of all registered names.