CHANGELOG.md
825 Bytes
0.3.1
- added
LetterAvatar.fill_color
config option.
0.3.0
- Removed
activesupport
dependency.
0.2.0
- Removed
posix-spawn
dependency, Open3 speed is ok.
0.1.11
- Windows support.
0.1.10
LetterAvatar::AvatarHelper
module tweaksletter_avatar_url
method, returning avatar proper urlletter_avatar_tag
doeas not requireActionView::Helpers::AssetTagHelper
0.1.9
LetterAvatar::Configuration
module,mattr_accessor
(depending onActiveSupport
) removed
fixes #7
0.1.5
- Use posix-spawn to instead of Kernel#exec to get better performance.
fork(2) calls slow down as the parent process uses more memory due to the need to copy page tables.