这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,4 @@ npm run build && npm test
An rgba() string. (examples: `'rgba(11, 22, 33, 1)'`, `'rgba(11, 22, 33, 0.5)'`)

## Changelog
**1.0.1**
- Use charAt() instead of startsWith() for the sake of IE11 (props [@eltonjuan](https://github.com/misund/hex-to-rgba/pull/9))

**1.0.0**
- BREAKING CHANGE: Always return rgba(); even if the color is completely opaque
- Support 4-digit hexes
- Add typescript type declaration (props [@gillchristian](https://github.com/misund/hex-to-rgba/pull/5))

**0.2.0**
- Support 8-digit hexes

**0.1.0**
- Initial release
- Support 6-digit hexes
- Support 3-digit hexes
See the [releases page on GitHub](https://github.com/misund/hex-to-rgba/releases).