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: cloydlau/json-editor-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: cloydlau/json-editor-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 26, 2024

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

Commits on Apr 28, 2024

  1. chore: code optimization

    cloydlau committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    16d562f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. types: improve the type of Record key

    * fix(vue-type-check): fix vue type check issues
    
    - 🏷️ Added helper type `EditorMode`
    - 🏷️ Added the `boolAttrs` explicitly to the props to enhance type check
    - 🐛 Fixed vue type check errors
    
    * refactor(vue-type-check): revert unrelated changes
    
    - Updated the `propsGlobal` and `attrsGlobal` record key type to `string | number | symbol`
    - ⏪ Revert model value type.
    - ⏪ Revert `booleanAttrs`
    - ⏪ Use the `Mode` enum and remove `EditorMode` type.
    
    * Revert "refactor(vue-type-check): revert unrelated changes"
    
    This reverts commit 200cfa6.
    
    * Revert "fix(vue-type-check): fix vue type check issues"
    
    This reverts commit 301a749.
    
    * types: improve the type of Record key
    
    ---------
    
    Co-authored-by: Cloyd Lau <31238760+cloydlau@users.noreply.github.com>
    HELWATANY and cloydlau authored May 2, 2024
    Configuration menu
    Copy the full SHA
    26cc483 View commit details
    Browse the repository at this point in the history
  2. fix: #86

    cloydlau committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3256080 View commit details
    Browse the repository at this point in the history
  3. release: v0.15.1

    cloydlau committed May 2, 2024
    Configuration menu
    Copy the full SHA
    058110a View commit details
    Browse the repository at this point in the history
Loading