Moera naming 0.4.0
·
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()
andgetPastForLatest()
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.