- chore: Module export entry error
- chore: Remove default export.
- types: Absolute path cause import error.
- devDep: Add rollup into devDep.
- typescript: Rewrite with typescript.
- isHex: Test is a Hex color.
- isRgb: Test is a Rgb color.
- isRgba: Test is a Rgba color.
- isRgbOrRgba: Test is a Rgb or Rgba color.
- babel: Upgrade babel compilation mode.
- keywords: Support color keywords like red, blue, transparent and etc.
- getOpacity: Fix the exception caused by the decimal in the rgba color (Like 'rgba(123.3333, 111, 111, 0.323)').
- ES5: Use babel to transcode to
ES5.
- version: V 0.0.4-alpha.
- getOpacity: Abnormal calculation due to spaces.
- version: V 0.0.2-alpha.
- version: V 0.0.1-alpha.