Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

80 lines (46 loc) · 3.63 KB

Changelog

1.2.2 (2024-10-07)

Bug Fixes

  • Fix for function generator not working because class is not defined (#16) (09a1603)

1.2.1 (2024-09-19)

Bug Fixes

  • Add line with info about inherited method (cb963ee)
  • Add logic for adding inherited method info (e47b91e)
  • Fix broken tables (59549b2)
  • Fix hook reference (533b163)
  • Fix whitespace for table wrappers (03f93aa)
  • Only include parent methods that are not already present (6d3ab73)

1.2.0 (2024-09-13)

Features

  • Add .table-responsive CSS class for reference tables (#11) (8e04e6e)

1.1.0 (2024-07-03)

Features

  • Include parent methods in class reference (2165a5e)
  • Update dependencies (92255a1)

Bug Fixes

  • Add all ancestor class methods (200df60)
  • Add ancestor properties for class reference (dd5b5d6)
  • Add inherited methods to ApiTable (f740ab0)
  • Fix a bug when hook reference returned empty (4a07ec6)
  • Fix a bug when hook reference returned empty (6df2121)
  • Fix some issues with PHP 8 (c71f53e)
  • Rename class (704ede7)
  • Sort properties and methods by name (34a94d8)

Miscellaneous Chores

1.0.5 - 2022-02-07

  • Updated reflection dependencies.

1.0.4 - 2020-11-19

  • Fix regression bug with whitespace before headings.

1.0.3 - 2020-11-14

  • Add some spans to property and method tables to make it easier to style them.

1.0.2 - 2020-05-10

  • Improved how references to other classes are handled.
  • Removed anchor sanitization that’s specific to a certain markdown compiler.
  • Removed --front_matter_parent option.
  • Added basis for tests.

1.0.1 - 2019-05-09

Various improvements and bugfixes.

1.0.0 - 2019-04-05

Initial release.