Releases: jekyll/jekyll-avatar
Releases · jekyll/jekyll-avatar
v0.8.0
0.8.0 / 2022-04-15
Minor Enhancements
- Use
Kernel#format
to render<img />
HTML tag (#46) - Check if username and size matches a pattern once (#48)
Bug Fixes
- Reduce allocations from computing username (#44)
- Stringify keys of
:attributes
hash (#42) - Parse tag markup once per instance (#40)
- Compute
:srcset
with an array of integer strings (#43) - Assign string values for attributes (#47)
- Parse only custom-host provided through ENV (#45)
Development Fixes
- Profile memory usage from rendering avatars (#41)
- Bundle only relevant files in the gem (#50)
- Upgrade to GitHub-native Dependabot (#52)
- Remove redundant specifications (#56)
- Improve context in workflow job names (#57)
- Remove
@benbalter
-specific community health files (#58) - Update gem specification (#60)
- Add workflow to release gem via GH Actions (#63)
Documentation
- Fix typo in README.md (#62)
v0.7.0
What's Changed
- Update rubocop-jekyll requirement from ~> 0.9.0 to ~> 0.10.0 (#38) @dependabot-preview
- Cache parsed host url to reduce allocations (#36) @ashmaroli
- Avoid unnecessary allocations for empty strings (#34) @ashmaroli
- Allow use and testing with Jekyll 4.0 (#32) @ashmaroli
- Lint with rubocop-jekyll (#33) @ashmaroli
- Update rake requirement from ~> 10.0 to ~> 12.3 (#22) @dependabot-preview
- Fix passing username as variable docs in README.md (#20) @chrismytton
- update readme (#19) @kenman345