v2.0.0
<a name"2.0.0">
2.0.0 (2015-09-09)
Bug Fixes
- Avoid same initials for similar names (9ca06542)
Breaking Changes
- Due to required changes to avoid same initials
for similar names as described in #14,
initails can now have minor differences for the same
names compared to previes versions.
For example initials(['John Smith', 'Jane Smith']) used to return
['JoS', 'JaS'], but now returns ['JSm', 'JaS']
(9ca06542)