Changelog | Psychgus
[v1.3.7] - 2025-05-01
Fixed
- Fixed up code examples in README and doc.
[v1.3.6] - 2025-05-01
Fixed
- Fixed deref aliases for Psych v5.2.0+.
Changed
- Renamed
master
branch to main
.
- Applied RuboCop suggestions.
- Refactored tests.
[v1.3.5] - 2024-09-06
Fixed
- Fixed to_yaml() to work with older-style gems.
- Fixed deref aliases to work with Psych v5.1.2.
Changed
- Updated min Ruby to v2.2.
- Updated Gems.
[v1.3.4] - 2021-06-20
Fixed
- Fixed test file to use
unsafe_load()
for Psych v4+.
Changed
- Changed
SuperSniffer::Parent
to use SimpleDelegator
.
- Updated Gems.
- Formatted files with RuboCop.
[v1.3.3] - 2020-04-25
Fixed
- SuperSniffer::Parent
- Added require of
delegate
for Delegator
- Rake test task didn't catch this (must already include it)
[v1.3.2] - 2020-04-23
Changed
- SuperSniffer::Parent
- Changed to use Delegator to delegate all methods of
node
- Psychgus.dump_file()/parse_file()
- Changed
opt
to expect a Hash
Fixed
- Fixed some Ruby 2.7 warnings in tests
[v1.2.2] - 2020-03-15
Fixed
- Fixed Psych version to be >= 3.0 for
to_yaml/encode_with
warnings
[v1.2.1] - 2019-12-18
Added
- Use of YardGhurt gem for Rakefile tasks
Changed
- Some comments/doc in SuperSniffer, README
- yard_fix task in Rakefile to be cleaner
- Test constants in PsychgusTest
- Summary & files in Gemspec
Fixed
[v1.2.0] - 2019-07-11
Added
- Commonly-used Stylers and Stylables
- Changelog
- Psychgus.hierarchy()
- SuperSniffer::Parent#child_key?() & #child_value?()
Changed
- SuperSniffer's parent will never be nil, so don't have to check for nil in Stylers
- Some doc comments & README
- Gemspec's included files to be more specific (to prevent accidentally adding non-gem-related files)
Fixed
- Psychgus.dump_stream() if you only pass in a Hash w/ symbols as keys (options would be set to it, instead of objects)
[v1.0.0] - 2019-07-03
Added
Changed
Deprecated
Removed
Fixed
Security