Releases · gabrielcsapo/node-git-server
1.0.0
- Removes node support from node@<16 (@gabrielcsapo)
- Bugfix: Fix logging on response streams. (#96) (@willstott101)
- Avoid using self in service.ts - to avoid issue with through (#95) (@willstott101)
- Migrates to typescript (@5GameMaker @gabrielcsapo)
- Removes node support from node@<14
1.0.0-beta.31
- Removes node support from node@<16 (@gabrielcsapo)
1.0.0-beta.30
- Bugfix: Fix logging on response streams. (#96) (@willstott101)
1.0.0-beta.21
- Avoid using self in service.ts - to avoid issue with through (#95) (@willstott101)
1.0.0-beta.1
- Migrates to typescript (@5GameMaker @gabrielcsapo)
- Removes node support from node@<14
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
- tap
0.5.0
- adds
logfunctionality for event streams and response streams
0.4.3
- removes deprecated
Bufferinterface