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: jinzhu/copier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: jinzhu/copier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.5
Choose a head ref
  • 10 commits
  • 3 files changed
  • 5 contributors

Commits on Oct 10, 2021

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

Commits on Nov 6, 2021

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

Commits on Dec 2, 2021

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

Commits on Dec 10, 2021

  1. Copy unexported struct fields in DeepCopy

    Josh Hardy committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    15ca5e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b369e8a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Merge pull request #113 from joshhardy/fix-deepcopy-unexported-fields

    Copy un-exported struct fields in DeepCopy
    jinzhu authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    633a171 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from math-nao/master

    Add support to copy from a nil slice pointer to a slice field when DeepCopy is enabled
    jinzhu authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ab50287 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

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

Commits on Jan 19, 2022

  1. Merge pull request #115 from tomdevelops/feature/type-converter-option

    added converter option for type conversions
    jinzhu authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    54aaef3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from cavanwang/master

    fix bug from issue 117 that 'Copy map with slice-type value panic'
    jinzhu authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    d132b06 View commit details
    Browse the repository at this point in the history
Loading