Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 1.01 KB

Changelog

[0.1.6] - 2024-09-16

CI

  • Configure GitHub Actions to run tests on PR creation by @ahasunos in #1
  • Fix version bumper failure due to missing semantic gem by @ahasunos in #2

Fixes

  • Rename old commit files from nse_gem project by @ahasunos in #3

Features

  • Implement caching mechanism in the library by @ahasunos in #5
  • Implement client to handle HTTP requests by @ahasunos in #6
  • Implement API manager with API configuration & caching support by @ahasunos in #8
  • Implement ApiWrapper interface for end users by @ahasunos in #9

Documentation

  • Update documentation for ApiWrapper by @ahasunos in #11