gopkg.in/tools/godep.v38@v38.0.0-20151216225452-4154dbb67855/Changelog.md (about)

     1  # v38 2015/12/16
     2  
     3  * Replace `go get`, further fix up restore error handling/reporting.
     4      * Fixes #186
     5      * Don't bother restoring/downloading if already done.
     6  
     7  # v37 2015/12/15
     8  
     9  * Change up how download/restore works a little
    10      * Try to load the package after downloading/restoring. Previously
    11        that was done too early in the process.
    12      * make previous verbose output debug output
    13      * report a typed error instead of a string from listPackage so it can
    14        be asserted to provide a nicer error.
    15      * Catch go get errors that say there are no go files found. See code
    16        comment as to why.
    17      * do *all* downloading during download phase.
    18  
    19  # v36 2015/12/14
    20  
    21  * Fixes #358: Using wrong variable. Will add test after release.
    22  
    23  # v35 2015/12/11
    24  
    25  * Fixes #356: Major performance regressions in v34
    26      * Enable cpu profiling via flag on save.
    27      * Cache packages by dir
    28      * Don't do a full import pass on deps for packages in the GOROOT
    29      * create a bit less garbage at times
    30  * Generalize -v & -d flags
    31  
    32  # v34 2015/12/08
    33  
    34  * We now use build.Context to help locate packages only and do our own parsing (via go/ast).
    35  * Fixes reported issues caused by v33 (Removal of `go list`):
    36      * #345: Bug in godep restore
    37      * #346: Fix loading a dot package
    38      * #348: Godep save issue when importing lib/pq
    39      * #350: undefined: build.MultiplePackageError
    40      * #351: stow away helper files
    41      * #353: cannot find package "appengine"
    42  
    43  # v33 2015/12/07
    44  
    45  * Replace the use of `go list`. This is a large change although all existing tests pass.
    46  
    47  # v32 2015/12/02
    48  
    49  * Eval Symlinks in Contains() check.
    50  
    51  # v31 2015/12/02
    52  
    53  * In restore, mention which package had the problem -- @shurcool
    54  
    55  # v30 2015/11/25
    56  
    57  * Add `-t` flag to the `godep get` command.
    58  
    59  # v29 2015/11/17
    60  
    61  * Temp work around to fix issue with LICENSE files.
    62  
    63  # v28 2015/11/09
    64  
    65  * Make `version` an actual command.
    66  
    67  # v27 2015/11/06
    68  
    69  * run command once during restore -v
    70  
    71  # v26 2015/11/05
    72  
    73  * Better fix for the issue fixed in v25: All update paths are now path.Clean()'d
    74  
    75  # v25 2015/11/05
    76  
    77  * `godep update package/` == `godep update package`. Fixes #313
    78  
    79  # v24 2015/11/05
    80  
    81  * Honor -t during update. Fixes #312
    82  
    83  # v23 2015/11/05
    84  
    85  * Do not use --debug to find full revision name for mercurial repositories
    86  
    87  # v22 2016/11/14
    88  
    89  * s/GOVENDOREXPERIMENT/GO15VENDOREXPERIMENT :-(
    90  
    91  # v21 2016/11/13
    92  
    93  * Fix #310: Case insensitive fs issue
    94  
    95  # v20 2016/11/13
    96  
    97  * Attempt to include license files when vendoring. (@client9)
    98  
    99  # v19 2016/11/3
   100  
   101  * Fix conflict error message. Revisions were swapped. Also better selection of package that needs update.
   102  
   103  # v18 2016/10/16
   104  
   105  * Improve error message when trying to save a conflicting revision.
   106  
   107  # v17 2016/10/15
   108  
   109  * Fix for v16 bug. All vcs list commands now produce paths relative to the root of the vcs.
   110  
   111  # v16 2015/10/15
   112  
   113  * Determine repo root using vcs commands and use that instead of dep.dir
   114  
   115  # v15 2015/10/14
   116  
   117  * Update .travis.yml file to do releases to github
   118  
   119  # v14 2015/10/08
   120  
   121  * Don't print out a workspace path when GO15VENDOREXPERIMENT is active. The vendor/ directory is not a valid workspace, so can't be added to your $GOPATH.
   122  
   123  # v13 2015/10/07
   124  
   125  * Do restores in 2 separate steps, first download all deps and then check out the recorded revisions.
   126  * Update Changelog date format
   127  
   128  # v12 2015/09/22
   129  
   130  * Extract errors into separate file.
   131  
   132  # v11 2015/08/22
   133  
   134  * Amend code to pass golint.
   135  
   136  # v10 2015/09/21
   137  
   138  * Analyse vendored package test dependencies.
   139  * Update documentation.
   140  
   141  # v9 2015/09/17
   142  
   143  * Don't save test dependencies by default.
   144  
   145  # v8 2015/09/17
   146  
   147  * Reorganize code.
   148  
   149  # v7 2015/09/09
   150  
   151  * Add verbose flag.
   152  * Skip untracked files.
   153  * Add VCS list command.
   154  
   155  # v6 2015/09/04
   156  
   157  *  Revert ignoring testdata directories and instead ignore it while
   158  processing Go files and copy the whole directory unmodified.
   159  
   160  # v5 2015/09/04
   161  
   162  * Fix vcs selection in restore command to work as go get does
   163  
   164  # v4 2015/09/03
   165  
   166  * Remove the deprecated copy option.
   167  
   168  # v3 2015/08/26
   169  
   170  * Ignore testdata directories
   171  
   172  # v2 2015/08/11
   173  
   174  * Include command line packages in the set to copy
   175  
   176  This is a simplification to how we define the behavior
   177  of the save command. Now it has two distinct package
   178  parameters, the "root set" and the "destination", and
   179  they have clearer roles. The packages listed on the
   180  command line form the root set; they and all their
   181  dependencies will be copied into the Godeps directory.
   182  Additionally, the destination (always ".") will form the
   183  initial list of "seen" import paths to exclude from
   184  copying.
   185  
   186  In the common case, the root set is equal to the
   187  destination, so the effective behavior doesn't change.
   188  This is primarily just a simpler definition. However, if
   189  the user specifies a package on the command line that
   190  lives outside of . then that package will be copied.
   191  
   192  As a side effect, there's a simplification to the way we
   193  add packages to the initial "seen" set. Formerly, to
   194  avoid copying dependencies unnecessarily, we would try
   195  to find the root of the VCS repo for each package in the
   196  root set, and mark the import path of the entire repo as
   197  seen. This meant for a repo at path C, if destination
   198  C/S imports C/T, we would not copy C/T into C/S/Godeps.
   199  Now we don't treat the repo root specially, and as
   200  mentioned above, the destination alone is considered
   201  seen.
   202  
   203  This also means we don't require listed packages to be
   204  in VCS unless they're outside of the destination.
   205  
   206  # v1 2015/07/20
   207  
   208  * godep version command
   209  
   210  Output the version as well as some godep runtime information that is
   211  useful for debugging user's issues.
   212  
   213  The version const would be bumped each time a PR is merged into master
   214  to ensure that we'll be able to tell which version someone got when they
   215  did a `go get github.com/tools/godep`.
   216  
   217  # Older changes
   218  
   219  Many and more, see `git log -p`