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.3.1
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.3.2
Choose a head ref
  • 17 commits
  • 59 files changed
  • 3 contributors

Commits on Nov 21, 2020

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

Commits on Nov 23, 2020

  1. chore(deps): update dependency run-rs to v0.7.2 (#1108)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    c138918 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency ts-morph to v9 (#1109)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    447530c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a17c59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c44ffb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4d9c48 View commit details
    Browse the repository at this point in the history
  6. fix(core): fix computing changesets with reference as PK

    Using reference wrapped in FK as PK was not properly expanded to the PK value.
    
    Closes #1111
    B4nan committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    5504436 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    6e5a63f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed12748 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46fe98b View commit details
    Browse the repository at this point in the history
  4. chore(deps): update docusaurus monorepo to v2.0.0-alpha.69 (#1122)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b1e86ff View commit details
    Browse the repository at this point in the history
  5. fix(core): fix comparison of object properties and bigints

    When comparing object types, we did not consider `null === undefined`,
    also the bigints in sqlite were wrongly hydrated, causing extra update
    queries when nothing changed.
    
    Closes #1117
    B4nan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2119a65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ef8980 View commit details
    Browse the repository at this point in the history
  7. fix(core): do not use custom toJSON when storing result cache

    When we stored cached entities, previously custom toJSON methods
    of its relations would be called. Those methods might not produce
    a valid DTO that can be used as input for `em.create()`.
    
    This introduces new method on the `WrappedEntity` helper: `toPOJO`,
    that acts like `toObject`, but never uses custom overridden methods.
    B4nan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    86ec3b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e6c810 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f6a204 View commit details
    Browse the repository at this point in the history
  10. chore(release): v4.3.2

    B4nan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4f3acd2 View commit details
    Browse the repository at this point in the history
Loading