DannyBen/dot_options

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
Changelog
========================================

v0.1.2 - 2024-08-13
----------------------------------------

- Add hash access (`#[]`) [`097411b`](https://github.com/DannyBen/dot_options/commit/097411b)
- Raise `NameError` on invalid keys [`7856fc0`](https://github.com/DannyBen/dot_options/commit/7856fc0)
- Compare [`v0.1.1..v0.1.2`](https://github.com/dannyben/dot_options/compare/v0.1.1..v0.1.2)


v0.1.1 - 2024-08-02
----------------------------------------

- Simplify `initialize` for easier subclassing [`d61e0f5`](https://github.com/DannyBen/dot_options/commit/d61e0f5)
- Add ability for initializing values with a block [`1022bb8`](https://github.com/DannyBen/dot_options/commit/1022bb8)
- Allow using string keys in input hashes [`cf6028d`](https://github.com/DannyBen/dot_options/commit/cf6028d)
- Refactor to set attr_accessors instead of using method_missing [`d372177`](https://github.com/DannyBen/dot_options/commit/d372177)
- Add `#to_h` [`b607f34`](https://github.com/DannyBen/dot_options/commit/b607f34)
- Compare [`v0.1.0..v0.1.1`](https://github.com/dannyben/dot_options/compare/v0.1.0..v0.1.1)


v0.1.0 - 2024-07-30
----------------------------------------

- Initial commit [`3c110e5`](https://github.com/DannyBen/dot_options/commit/3c110e5)
- Compare [`v0.1.0`](https://github.com/dannyben/dot_options/compare/v0.1.0)