Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

59 lines (36 loc) · 1.52 KB

0.4.2 (12/07/2017)

  • adds https support

0.4.1 (12/04/2017)

  • fixes type to be the same as the event names

0.4.0 (12/03/2017)

  • [BREAKING] changes the interface for authentication to make it more flexible
  • when error is sent back to client ensure error is string

0.3.4 (11/10/2017)

  • updates duplex lib to fix cork, uncork and add some chaining
  • adds extensive docs to Git, Util and Service
  • adds named function to events to trace errors more easily

0.3.3 (11/05/2017)

  • Removes dependency on http-duplex package replacing w/ internal replacement lib
  • updates [email protected] and updates Docs

0.3.2 (11/02/2017)

  • fixes pathing issues on non linux/unix based operating systems (windows)

0.3.1 (10/17/2017)

  • allow authenticate to handle promises

0.3.0

  • removes authentication logic and makes it a configurable middleware
  • passes username to listener objects

0.2.1 (09/15/2017)

  • fixes bug that would let anyone publish to a repo regardless of permissions that were set
  • fixes bug in test that didn't properly test auth based operations

0.2.0 (09/05/2017)

  • abstracts server into lib/git.js
  • fixes list to only return valid .git directories
  • adds tests for basicAuth middleware
  • isolate helper functions into util.js
  • refactor unit tests to subside in files they are relevant to
  • adds jsdoc

0.1.0 (05/08/2017)

  • adds basic authentication protection for repositories
  • updates docs to expose information

0.0.3 (05/08/2017)

  • fixes bug with mkdir function that caused random directories to be created