Revision history for Algorithm-UrataniTakeda:
v0.1.3 2026-08-28 18:53:06+01:00 Europe/London
[Bug Fixes]
- Fixed the missing yield true in the class, to future-proof this module.
- Fixed enter method destroying the ends of trie branches.
- Fixed search wraparound error.
- Fixed an off-by-one error when building the shift2 function.
- Fixed a bug in the phi function.
[Documentation]
- Added code sample for the has_match method.
v0.1.2 2026-08-28 15:49:07+01:00 Europe/London
[Enhancements]
- Added has_match method.
[Documentation]
- Moved STATUS section above DESCRIPTION.
- Fixed citation in SEE ALSO.
[Toolchain]
- Updated keyword metadata.
v0.1.1 2026-08-28 12:15:53+01:00 Europe/London
[Documentation]
- Fixed a POD markup error.
v0.1.0 2026-08-28 12:01:42+01:00 Europe/London
- Initial version released.