Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

52 lines (36 loc) · 2.88 KB

Changelog

1.0.1 - 2015.04.18.

  • Refactored whole framework with some automated tests
  • Added management to website - create and delete packages (#126)
  • Created new design (#125)
  • Added option to whitelist / blacklist packages (#115)
  • Added api for manually refresh repository caches (#117)
  • fixed git-daemon crashes (#112)
  • fixed confusing return codes (#118)

1.1.0 - 2015.06.29.

  • Added bower.json package details to web ui (#109)
  • Make private-bower closed network friendly (#144)
  • bug fix (#148)

1.1.1 - 2015.07.26.

  • Added help text to package detail errors (#149)
  • Added process.env.PORT and process.env.IP support (#141)
  • Added tip for API usage in README.md (#154)
  • Registering a public package for the first time, hit count fixed (#157)

1.1.2 - 2015.08.09.

  • Added configurable protocol to mirrored packages (#161)
  • Fixed error flow when git cloning fails (#156)

1.1.4 - 2015.08.29.

  • enable version consultation (#168)
  • Added stdout to log message in case util.exec() fails. (#164)
  • fixed JSON parse errors (#170)
  • never used utils.process.env.PORT (#159)

1.1.5 - 2015.10.10.

  • change registry url (#179)

1.1.6 - 2015.11.08.

  • Added some documentation to clear up confusion regarding public registry. (#184)
  • Show the git url of a package (as a link) (#182)

1.1.7 - 2015.12.02.

  • private-bower sometimes fails to refresh certain cached repositories (#171)
  • Support unvalued options for git/svn daemons. (#200)
  • Avoid https error on the website (#191)
  • Several fixes by @royrico