Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #193

Merged
merged 39 commits into from
May 9, 2024
Merged

Dev #193

merged 39 commits into from
May 9, 2024

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    7ea2592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5e800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf8e303 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    44fed99 View commit details
    Browse the repository at this point in the history
  2. 🧹 chore(docs): modified the docs source files and assets

    added favicons and progressive web app support. added docsify plugins. imporoved folder structure
    and overall seo
    prjctimg committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0d1283e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. ✨ feat(sortby): refactored the module to have only one function (feat #…

    …190)
    
    all the smaller functions have been merged into one function which can be switched through
    specifying the type of factor to use. not yet tested but looks stable enough for a commit
    
    BREAKING CHANGE: The against and colorspace parameters are now specified as options. the function
    takes a string or the factor as the first argument instead of a collection
    
    feat #190
    prjctimg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    441822d View commit details
    Browse the repository at this point in the history
  2. ✨ feat(filterby): merged all the sub functionas into one function (feat

    #190)
    
    all sub functions are now accessible via specifying the factor to use as a filtering criteria
    
    BREAKING CHANGE: this function takes a string as the first argument now and factor specific
    parameters are now accessible as options on the second call which takes the collection
    
    feat #190
    prjctimg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3c6672c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. ✨ feat(stats): merged all stats functions into one function (feat #191)

    all previous functions that returned the smallest/largest factor from collections and other similar
    related functionality are now under one function that simply returns an object with all the stats in
    a more compact way
    
    BREAKING CHANGE: there's no more getFarthestHue or similar functions. all factors about a collection
    asre now being returned at once instead of redundantly pilling up function calls you can just get
    the data you need  from a single object
    
    feat #191
    prjctimg committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    10d19de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b15852e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. 🧹 chore(src): split all modules into single exports for easier debugg…

    …ing, testing and maintenance
    prjctimg committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a80925f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed00af0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. 🧹 chore: fixed broken imports,cleaned documentation file structure an…

    …d updated files in configs
    prjctimg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d17204c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f6695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f38149a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. ✨ feat(achromatic.js): achromatic now checks if a color is gray by co…

    …mparing rgb channel values
    prjctimg committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0afcca2 View commit details
    Browse the repository at this point in the history
  2. ♻️ refactor(achromatic.js): created small helper for checking falsy c…

    …ases on l and c channels
    prjctimg committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6932266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    572818a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bdf44c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84d2fed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5313d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb9999b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    504a661 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e21d628 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ede56ce View commit details
    Browse the repository at this point in the history
  11. 🧹 chore(filterby.js): updated the documentation and made the factor p…

    …arameter case insensitive
    prjctimg committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0278a45 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ca4a74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4cfd8d0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b003114 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. ✨ feat: simplified all parameter signatures

    All functions that can take an overrides or options object now take them as a single object.
    prjctimg committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5e5fb86 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    8e86da3 View commit details
    Browse the repository at this point in the history
  2. chore: release 3.0.0

    release-as: 3.0.0
    prjctimg committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    67391c2 View commit details
    Browse the repository at this point in the history
  3. 📦 ci(wiki-sync.yml): added workflow for synchronising wiki source doc…

    …s with direct wiki edits
    prjctimg committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    02abd63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a7e153 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    4fb9aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2853028 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a77c46 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    ef5d1d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    262a418 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    e40cae5 View commit details
    Browse the repository at this point in the history