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: cassianolucas/vue-numeric
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kevinongko/vue-numeric
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 10 files changed
  • 5 contributors

Commits on May 24, 2022

  1. Add AllowClear Button (type search) and allow empty value (kevinongko…

    …#126)
    
    * downgrade docs to vue 2
    
    * docs load local dist
    
    * add allowClear and update docs
    
    * allow empty string status
    JonathanSchndr authored May 24, 2022
    Configuration menu
    Copy the full SHA
    34be3d4 View commit details
    Browse the repository at this point in the history
  2. Bump tmpl from 1.0.4 to 1.0.5 (kevinongko#116)

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2022
    Configuration menu
    Copy the full SHA
    36e5bae View commit details
    Browse the repository at this point in the history
  3. Bump follow-redirects from 1.14.1 to 1.15.0 (kevinongko#127)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.15.0.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.1...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2022
    Configuration menu
    Copy the full SHA
    bd5a85c View commit details
    Browse the repository at this point in the history
  4. Bump karma from 1.7.1 to 6.3.16 (kevinongko#122)

    Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@1.7.1...v6.3.16)
    
    ---
    updated-dependencies:
    - dependency-name: karma
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2022
    Configuration menu
    Copy the full SHA
    c2d5939 View commit details
    Browse the repository at this point in the history
  5. Bump node-fetch from 2.6.1 to 2.6.7 (kevinongko#125)

    Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
    - [Release notes](https://github.com/node-fetch/node-fetch/releases)
    - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: node-fetch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2022
    Configuration menu
    Copy the full SHA
    4425f12 View commit details
    Browse the repository at this point in the history
  6. update

    kevinongko committed May 24, 2022
    Configuration menu
    Copy the full SHA
    1aa5a6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff30b07 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Fix vite build issue with import from accounting-js (kevinongko#124)

    accounting-js does not export default and vite build fails while trying to optimise its dependencies. Using named exports solves the issue and allows vite to optimise vue-numeric wihtout errors.
    derickdsouza authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    03c6f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    004c675 View commit details
    Browse the repository at this point in the history
  3. bump version to 2.5.1

    kevinongko committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    0d41010 View commit details
    Browse the repository at this point in the history
  4. Create node.js.yml

    kevinongko authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    e85c792 View commit details
    Browse the repository at this point in the history
  5. Update node.js.yml

    kevinongko authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5f9f5cc View commit details
    Browse the repository at this point in the history
  6. Update README.md

    kevinongko authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    fdba099 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    kevinongko authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    226c491 View commit details
    Browse the repository at this point in the history
  8. remove travis

    kevinongko committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    1c8a8f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bc7129 View commit details
    Browse the repository at this point in the history
Loading