Changelog | Psychgus

Format is based on Keep a Changelog.

[Unreleased]

[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

[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

  • Updated gems

[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