Releases: TA-Lib/ta-lib-ruby
Releases · TA-Lib/ta-lib-ruby
v0.2.0: Merge pull request #4 from Youngv/dev
[0.2.0] - 2025-01-21
Added
- Added Zeitwerk inflector configuration for proper constant loading
Changed
- Renamed module from
TALib
toTALibFFI
for better clarity - Renamed main file from
lib/ta_lib.rb
tolib/ta_lib_ffi.rb
- Updated require statements in specs and gemspec
v0.1.0
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