CHANGELOG.md in loba-1.2.1 vs CHANGELOG.md in loba-2.0.0

- old
+ new

@@ -1,21 +1,35 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog (1.0.0)](https://keepachangelog.com/en/1.0.0/), and, as of version 0.3.0 and later, this project adheres to [Semantic Versioning (2.0.0)](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.0.0] - 2023-07-07 +### Added +- `Loba.ts`: `log` option to allow logging to Rails.logger (ignored if unavailable) +- `Loba.val`: `log` option to allow logging to Rails.logger (ignored if unavailable) +- SECURITY.md to specify security policy + +### Changed +- Dropped support for Ruby prior to 3.0.6 +- Changed output to always write to STDOUT (regardless whether Rails is present) +- Changed to only write to Rails.logger (when present) when `log` option is set to `true` +- Updated YARD documentation for improved completeness +- Refreshed gems and dependencies + ## [1.2.1] - 2021-09-05 ### Added - Optional specs for developers to check Loba performance (no surprising issues found) ### Changed - Updated README reference links - Updated to support Ruby 2.2.2 as minimum (retreated from 2.5 for broader support) -- Refactored to seperate stripping quotes from .inspect-generated strings +- Refactored to separate stripping quotes from .inspect-generated strings ## [1.2.0] - 2021-09-05 [YANKED] ## [1.1.0] - 2021-08-20 ### Added @@ -76,10 +90,11 @@ ## 0.1.0 - 2016-01-06 ### Added - Initial implementation -[Unreleased]: https://github.com/rdnewman/loba/compare/v1.2.1...HEAD +[Unreleased]: https://github.com/rdnewman/loba/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/rdnewman/loba/compare/v1.2.1...v2.0.0 [1.2.1]: https://github.com/rdnewman/loba/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/rdnewman/loba/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/rdnewman/loba/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/rdnewman/loba/compare/v0.3.1...v1.0.0 [0.3.1]: https://github.com/rdnewman/loba/compare/v0.3.0...v0.3.1