meodai / color-names

Large list of handpicked color names 🌈
https://meodai.github.io/color-names/
MIT License
2.39k stars 180 forks source link

feat: add history script #175

Closed nmattia closed 10 months ago

nmattia commented 10 months ago

This adds a JS script which produces a JSON object with information about which colors have been added/removed/modified on what dates.


[
  {
    "date": "2023-12-07 21:25:12 +0100",
    "added": [
      {
        "name": "Lusty Gallant",
        "hex": "#fd7f4f"
      },
      {
        "name": "OMGreen",
        "hex": "#8ca891"
      },
      {
        "name": "Smooch",
        "hex": "#7e2056"
      },
      {
        "name": "Takaka",
        "hex": "#3d4d78"
      },
      {
        "name": "Underclover",
        "hex": "#428c49"
      }
    ],
    "removed": [],
    "changed": [
      {
        "name": "Poppy Pompadour",
        "hex": "#6b3fa0"
      }
    ]
  },
  {
    "date": "2023-12-05 11:55:16 +0100",
    "added": [
      {
        "name": "Schabziger Green",
        "hex": "#e2e2b5"
      }
  ...
github-actions[bot] commented 10 months ago

:tada: This PR is included in version 10.18.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: