- Disable sourcemaps for distribution.
- Fix tslint.
- Improve flatten type information.
- Be more forgiving with nested primitives.
- Export
TruthyStringsKeysOptions
interface. - Export
Hash<T>
interface.
- Breaking change: Introduce
unique
option to remove duplicate values. Previously, duplicate values were removed by default, but now it's "opt in" for performance reasons.
- Breaking change: Default export
truthyStringsKeys
.