Features
- Add
rgbColor
method to colors faker. PR #72
faker.colors.rgbColor();
faker.colors.rgbColor(prefix: '0x');
faker.colors.rgbColor(casing: Casing.upper);
faker.colors.rgbColor(format: Format.css);
faker.colors.rgbColor(includeAlpha: true);
Fixes
- Fix safe email method by removing apostrophe. PR #70
Maintenance
- Update lints package. PR #71