Skip to content

Releases: TA-Lib/ta-lib-ruby

v0.3.0

23 Feb 04:13
08b085f

Choose a tag to compare

What's Changed

  • Update project references and documentation for TA-Lib Ruby gem by @Youngv in #5
  • feat: add YARD documentation generation and insert by @Youngv in #7
  • chore: Configure YARD documentation generation options by @Youngv in #8
  • docs: Improve input parameter documentation for TA-Lib functions by @Youngv in #9
  • Release version 0.3.0: Enhance documentation and testing infrastructure by @Youngv in #10

Full Changelog: v0.2.0...v0.3.0

v0.2.0

21 Jan 11:01
cbb5ff1

Choose a tag to compare

[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

What's Changed

  • Update to version 0.2.0 with significant changes by @Youngv in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

21 Jan 06:44
b33ae50

Choose a tag to compare

0.1.0 - 2024-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

Fixed

  • N/A

Security

  • N/A