Skip to content

Releases: konrad-szychowiak/git-smelt

v0.3

16 Oct 10:57
Compare
Choose a tag to compare

Added

  • support for getGroupByName
  • support for getGroupByID

Removed

  • Gulp was neither used, nor necessary.

v0.2.3

11 Oct 13:47
Compare
Choose a tag to compare

Added

Smelter API:

  • support for getRepoByName to gitlab smelter
  • support for getRepoByID to github smelter

v0.2.2

11 Oct 10:29
Compare
Choose a tag to compare

Changed

  • Increased code coverage with Jest tests.
  • Reduced compiled library size via bundling (with Rollup).

v0.2.1

10 Oct 15:03
8463682
Compare
Choose a tag to compare

[0.2.1] – 2020-10-10

Added

  • Testing with Jest.
  • Custom error types: ResourceNotOnInstanceError and WIPError (second is a draft).

Changed

  • Smelter API:
    • getRepo for github is now getRepoByName to better describe its functionality
    • getRepo for gitlab is now getRepoByID to better describe its functionality
    • note: opposite methods in smelters will throw WIPError

v0.2

07 Oct 15:20
Compare
Choose a tag to compare

[0.2.0] - 2020-10-07

Added

  • Smelter API: getRepo for github and gitlab.
  • TypeDoc for creating documentation.

v0.1

07 Oct 13:57
Compare
Choose a tag to compare
v0.1.0

v0.1.0