- REGRESSION FIX: Split should match entire full name as first priority, if possible.
- ENAMDICT: Update.
- ENAMDICT: Filter out place and unclassified names with katakana.
- ENAMDICT: Filter out full person names.
- BREAKING CHANGE: Remove #split_given and #split_surname methods.
- BREAKING CHANGE: Split logic now considers two-sided match as first priority.
- Massive speed improvement.
- Add Rubocop.
- Improve object freezing.
- BREAKING CHANGE: Rename Parser to Splitter.
- BREAKING CHANGE: Make Finder a class.
- Store ENAMDICT in memory for faster querying.
- Refactor code base to allow for other backends (database, etc.) in the future.
- Initial release.