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: CodeDredd/pinia-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: CodeDredd/pinia-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.2
Choose a head ref
  • 17 commits
  • 30 files changed
  • 6 contributors

Commits on May 24, 2024

  1. fix(pinia-orm): Two same belongsToMany with inverse keys on same mo…

    …del are causing wrong saved data (#1860)
    
    * fix(pinia-orm): Two same `belongsToMany` with inverse keys are causing wrong saved data on same model
    
    * refactor(pinia-orm): linting
    
    closes #1857
    CodeDredd authored May 24, 2024
    Configuration menu
    Copy the full SHA
    ed747cb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 11, 2024

  1. fix(pinia-orm): Avoid attr default value modification by reference (#…

    …1869)
    
    * test: add default modify by reference test
    
    * fix: lint
    
    * fix: rerun default function for attributes types
    
    * chore: restore eslintcache
    
    closes #1868
    Graphmaxer authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2bfcb33 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update devdependency c8 to v10 (#1870)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ab7c979 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update devdependency uuid to v10 (#1867)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    10ed87d View commit details
    Browse the repository at this point in the history
  4. chore(deps): update actions/checkout digest to a5ac7e5 (#1856)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7af5df6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 16, 2024

  1. fix(pinia-orm): Serialization was wrong with custom cast with custom …

    …serialization (#1866)
    
    * chore: add casts feature test
    
    * fix: hydrate record data on update
    
    * chore: lint
    
    * chore: restore eslintcache
    
    * feat(pinia-orm): Add support for custom serialize in custom casts
    
    * refactor(pinia-orm): fix typescript error
    
    closes #1864
    
    ---------
    
    Co-authored-by: Gregor Becker <gregor.becker@bpcs-consult.com>
    Graphmaxer and CodeDredd authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    608f3dd View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/checkout digest to 692973e (#1872)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5cf3de4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update all non-major dependencies (#1854)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5813664 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. refactor(pinia-orm): returning type of find is still any (#1876)

    * fix(pinia-orm): `.find` returning type `any` when using `useRepo`
    
    * refactor(pinia-orm): returning type of `find` is still any
    
    * refactor(pinia-orm): linting
    
    * refactor(pinia-orm): add example custom repo
    
    related #1863
    CodeDredd authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    417ef5c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

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

Commits on Jun 28, 2024

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

Commits on Jun 29, 2024

  1. fix(pinia-orm): namespace + BelongsToMany throws error on query (#1883)

    * fix(pinia-orm): namespace + BelongsToMany throws error on query
    
    * refactor(pinia-orm): linting
    CodeDredd authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    9747a33 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. chore(deps): update all non-major dependencies (#1874)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1d9ea10 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. chore(deps): update devdependency @types/uuid to v10 (#1877)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    1e76c05 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. v1.9.2 (#1852)

    Co-authored-by: Gregor Becker <gregor@codedredd.de>
    github-actions[bot] and CodeDredd authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ba65169 View commit details
    Browse the repository at this point in the history
Loading