Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mmolosay/debounce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: mmolosay/debounce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 16 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 12, 2023

  1. Add publishing and signing

    mmolosay committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    37171a6 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mmolosay authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2d32a25 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    mmolosay authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1d0c120 View commit details
    Browse the repository at this point in the history
  4. Replace test 'Clock' with custom component

    Now, when 'DebouncedAction' doesn't use 'java.time.Clock', we can just pass custom lambda and control values returned by it
    mmolosay committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b8e22b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Add badges

    mmolosay authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    7c4de0e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update README.md

    mmolosay authored May 8, 2023
    Configuration menu
    Copy the full SHA
    9a8f605 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Update README.md

    mmolosay authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    0adcccd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    8b25cbc View commit details
    Browse the repository at this point in the history
  2. Add KDoc

    mmolosay committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    13fd164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e22bad View commit details
    Browse the repository at this point in the history
  4. Refine KDoc

    mmolosay committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    590e175 View commit details
    Browse the repository at this point in the history
  5. Refine KDoc

    mmolosay committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    358d295 View commit details
    Browse the repository at this point in the history
  6. Downgrade Kotlin version to 1.6.21

    This is the last patch of 1.6.x versions. Version 1.5.x can not be used as 'kotlin.time.Duration' wasn't stable there.
    mmolosay committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0785f26 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    d0b82cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mmolosay/dev

    Release 1.1.0
    mmolosay authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5025837 View commit details
    Browse the repository at this point in the history
  3. Add release steps

    mmolosay committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7903220 View commit details
    Browse the repository at this point in the history
Loading