Releases · gabrielcsapo/node-git-server

1.0.0

1.0.0-beta.31

1.0.0-beta.30

1.0.0-beta.21

  • Avoid using self in service.ts - to avoid issue with through (#95) (@willstott101)

1.0.0-beta.1

0.6.1

  • Fixes bug with being able to overwrite git repos that a user doesn't have access to. @masasron

0.6.0

  • Augments the authenticate function declaration to accept an object as the first argument and a callback for the second. This allows us to make changes without having to cause breaking changes.
    • Adds the ability to introspect on the header (fixes #49)

0.5.1

  • bump dependencies
    • tap ^11.0.1 -> ^12.5.3
    • tryitout ^2.0.6 -> ^2.1.1

0.5.0

  • adds log functionality for event streams and response streams

0.4.3

  • removes deprecated Buffer interface