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: josex2r/jQuery-SlotMachine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: josex2r/jQuery-SlotMachine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 4 commits
  • 28 files changed
  • 3 contributors

Commits on Nov 3, 2022

  1. feat: partial rewrite

    BREAKING CHANGE: Lot of things changed, mostly the public API
    - `Promise` support, most public methods returns a promise.
    - `shuffle` arguments.
    - `stop` arguments.
    - `run` has been deleted, this feature can be achieved using promises.
    - `constructor` options have been shrinked.
    josex2r committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5ea5a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9504537 View commit details
    Browse the repository at this point in the history
  3. feat: build dist

    josex2r committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    b164e14 View commit details
    Browse the repository at this point in the history
  4. chore(release): 6.0.0 [skip ci]

    # [6.0.0](v5.0.0...v6.0.0) (2022-11-03)
    
    ### Features
    
    * build dist ([b164e14](b164e14))
    * partial rewrite ([5ea5a01](5ea5a01))
    
    ### BREAKING CHANGES
    
    * Lot of things changed, mostly the public API
    - `Promise` support, most public methods returns a promise.
    - `shuffle` arguments.
    - `stop` arguments.
    - `run` has been deleted, this feature can be achieved using promises.
    - `constructor` options have been shrinked.
    semantic-release-bot committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bf43649 View commit details
    Browse the repository at this point in the history
Loading