Sha256: d71f3ba9b79089d6b269f5ee485613041deb7f186626e9ab63419f3c2f834f52

Contents?: true

Size: 864 Bytes

Versions: 1

Compression:

Stored size: 864 Bytes

Contents

# Changelog

## 1.1.2 (September 16, 2021)

* Migrate: Travis CI => Github Actions Workflow
* Fix: returned helper methods to private
* Now the main code is in one file: lib/decolmor/main.rb  
  You can just `include` it in and use it (separately from the gem)

## 1.1.1 (September 16, 2021)

* Now you can `include` the module into your class
    * gem methods will be available as class methods
* Fixed default branch in .gemspec metadata paths

## 1.1.0 (September 14, 2021)

* ::hex_to_rgb
  * change default rounding 5 => 3 for Alpha channel  
    *reason: 3 digits is enough for a lossless conversion `0..255` -> `0..1` -> `0..255`*
  * for the Alpha channel now you can set rounding as the second argument:  
  `Decolmor::hex_to_rgb(hex, 2)`
  * support short version of HEX  
  e.g: `#CF3`, `0F9`, `#0F9F`

## 1.0.0 (September 13, 2021)

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decolmor-1.1.2 CHANGELOG.md