You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Fixed generic types for partial results. Now `search` and `searchWithPages` return the correct types based on the `noPartialResults` option.
8
+
9
+
**Breaking Changes:**
10
+
-`DictionaryResultNode` interface: `phonetic` and `word` properties are now required when `noPartialResults` is `true`. This makes all result types consistent.
11
+
- All parsers now convert empty strings to `undefined` (this was in the types but not working). This may break your code if you expected empty strings in the previous versions.
12
+
13
+
**Other Changes:**
14
+
- Refactored all internal parsers for better consistency
0 commit comments