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: nartc/mapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2.0
Choose a base ref
...
head repository: nartc/mapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2.1
Choose a head ref
  • 5 commits
  • 26 files changed
  • 4 contributors

Commits on Jan 10, 2022

  1. fix(core): skip key that is a method in getPathRecursive

    Class methods are stored on the prototype of the class. Hence, it does not make sense to try to
    automap any class methods. Naive approach is to check if the type of the property is function, then
    we skip it
    
    fix #396
    nartc committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    5a56529 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. fix(classes, core): add ability to map Date[] types (#399)

    * fix(classes, core): add ability to map Date[] types
    
    instantiate.util.ts@classes and map@core weren't mapping Date[] types correctly. Add checks for this
    case.
    
    #397
    
    * fix(pojos): adding pojos support for Date[] types
    
    Pojos instantiate util wasn't correctly handling Date[] types, adding support for them.
    
    #397
    
    Co-authored-by: Roberto <macbookpro@Robertos-MacBook-Pro.local>
    roblopz and Roberto authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    cb27b1a View commit details
    Browse the repository at this point in the history
  2. fix(core): relax addTypeConverter return to include undefined

    Chau Tran authored and Chau Tran committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    20c250c View commit details
    Browse the repository at this point in the history
  3. docs: add @roblopz as a contributor

    Chau Tran authored and Chau Tran committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a45bc0a View commit details
    Browse the repository at this point in the history
  4. chore: release 7.2.1

    Chau Tran authored and Chau Tran committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a023f9c View commit details
    Browse the repository at this point in the history
Loading