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: mikro-orm/mikro-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.3
Choose a base ref
...
head repository: mikro-orm/mikro-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.4
Choose a head ref
  • 19 commits
  • 95 files changed
  • 4 contributors

Commits on Sep 16, 2020

  1. fix(deps): update dependency escaya to ^0.0.44 (#839)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fedb41c View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency escaya to ^0.0.45 (#842)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 16, 2020
    5 Configuration menu
    Copy the full SHA
    d9f9f05 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. perf: move reference to metadata to entity prototype + more improveme…

    …nts (#843)
    
    Various small performance improvements:
    - adding meta.root to get rid of excessive usage of `Utils.getRootEntity()`
    - store lists of properties on metadata instead of using `Object.values()` all the time
    - use Set instead of array for change sets and extra updates
    - improve lookup of extra updates
    - simplify entity diffing via precomputed `prop.comparable`
    - add hot path for `em.persist()` when its called with single entity
    
    Related: #732
    B4nan authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    f71e4c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e505358 View commit details
    Browse the repository at this point in the history
  3. 4 Configuration menu
    Copy the full SHA
    da8fbfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2188f62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b3401f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b97af8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4378ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9799e70 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    72c3ace View commit details
    Browse the repository at this point in the history
  2. Revert "refactor: return target from decorator definition"

    This reverts commit 72c3ace.
    B4nan committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    e021617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1089c86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a46281e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. refactor: fix previous commit

    Related #849
    B4nan committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    eeb4ec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5840405 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a955120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e048b26 View commit details
    Browse the repository at this point in the history
  5. chore(release): v4.0.4

    B4nan committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    b3fc119 View commit details
    Browse the repository at this point in the history
Loading