Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

71 lines (47 loc) · 2.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 – 2020-11-19

Security

0.3.0 – 2020-10-16

Added

  • support for getGroupByName
  • support for getGroupByID

Removed

  • Gulp was neither used, nor necessary.

0.2.3 - 2020-10-11

Added

  • Smelter API:
    • support for getRepoByName to gitlab smelter
    • support for getRepoByID to github smelter

0.2.2 – 2020-10-11

Changed

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

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

0.2.0 - 2020-10-07

Added

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

0.1.0 - 2020-10-07

Added

  • Basic smelters, including GitHubSmelter and GitLabSmelter.
  • Smelter API: getUser for github and gitlab.