Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.46 KB

File metadata and controls

59 lines (43 loc) · 1.46 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.0 - 2025-02-23

Added

  • Auto-generated YARD documentation
  • GitHub Actions PR Agent workflow
  • Cross-platform test support (Ubuntu, macOS, Windows)

Changed

  • Optimized function documentation generator
  • Improved error handling and validation
  • Updated development dependencies

Fixed

  • Fixed prices handling in multiple technical analysis functions

0.2.0 - 2025-01-21

Added

  • Added Zeitwerk inflector configuration for proper constant loading

Changed

  • Renamed module from TALib to TALibFFI for better clarity
  • Renamed main file from lib/ta_lib.rb to lib/ta_lib_ffi.rb
  • Updated require statements in specs and gemspec

0.1.0 - 2025-01-21

Added

  • Initial release of ta_lib_ffi
  • Basic FFI wrapper for TA-Lib
  • Cross-platform support:
    • Windows (64-bit)
    • macOS (via Homebrew)
    • Linux (Debian/Ubuntu packages)
  • Automated tests with GitHub Actions
  • Basic documentation and usage examples

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Security

  • N/A