File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010# rspec failure tracking
1111.rspec_status
12+
13+ # IDE Files
14+ .idea *
15+
16+
Original file line number Diff line number Diff line change 11## openFDA API
22
3+ ## [ 0.2.0] - 2026-04-09
4+ - Add Transparency API endpoint with support for Complete Response Letters (` crl.json ` )
5+ - Update README with Transparency endpoint usage examples
6+
7+ ## [ 0.1.0] - 2026-04-09
8+ - Upgrade Faraday from 1.x to 2.x (removes ` faraday_middleware ` dependency)
9+ - Upgrade RuboCop to 1.86, RSpec to 3.13, Rake to 13.3
10+ - Drop support for Ruby < 3.1 (2.7 and 3.0 are EOL); add ` .ruby-version ` pinned to 3.2.2
11+ - Add SimpleCov with 80% minimum coverage threshold
12+ - Split CI into separate lint and test jobs; test against Ruby 3.1, 3.2, and 3.3
13+ - Add Dependabot for automated dependency updates
14+ - Remove unused field validation scaffolding and all associated TODO comments
15+ - Improve test assertions across all endpoint specs
16+
317## [ 0.0.13] - 2022-01-27
418- Set API key if it is available and send it in with every request
519
You can’t perform that action at this time.
0 commit comments