All Versions
10
Latest Version
Avg Release Cycle
4 days
Latest Release
3883 days ago

Changelog History

  • v0.2.3 Changes

    September 01, 2013

    โœ… This version is for removing some external dependencies in tests. There are no other changes.

  • v0.2.2 Changes

    August 29, 2013

    ๐Ÿ“ฆ I just had to jump the version counter on this one, basically thanks to @elcuervo being an absolute boss johnny_deps now installs packages in parallel.

    This should speed up significantly the installation of large dependency lists, he also did it with three lines of bash , which is just ridiculous.

    ๐Ÿ“ฆ This is not much of a benchmark, but on my machine and using my test Godeps file (consisting basically of random packages with random versions) I got these results:

    johnny-deps 0.1.5 : 1m41s 
    johnny-deps 0.2.2 : 45s
    

    I love this man, give him your unending love and all the bacon he can eat <3.

  • v0.2.1

    August 29, 2013
  • v0.2.0

    August 28, 2013
  • v0.1.5 Changes

    August 08, 2013

    ๐Ÿ‘ Thanks to @nu7hatch johnny_deps now has better commenting, things like

    github.com/VividCortex/ewma v1.0 # Note: package robustly really needs this dependency.
    

    now work and the code has been tidied up a bit too, we are now in 12 lines of actual code. Pretty sweet. :)

  • v0.1.4 Changes

    August 07, 2013

    ๐Ÿš€ This release adds the ability to comment lines in the Godeps file, like so:

    github.com/pote/johnny-deps-testing-package v5.0
    #github.com/VividCortex/ewma v1.0
    # This line is a comment.
                              # this is an oddly-placed comment
    

    It should be noted thought that in the interest of simplicity only lines that begin with a # are comments , so therefore comments like the one below are not supported.

    github.com/pote/johnny-deps-testing-package v5.0 # This is an invalid comment.
    
  • v0.1.3

    August 01, 2013
  • v0.1.2

    July 30, 2013
  • v0.1.1

    July 30, 2013
  • v0.1.0

    July 29, 2013