Skip to content

Latest commit

 

History

History
604 lines (417 loc) · 27.9 KB

CHANGELOG.rst

File metadata and controls

604 lines (417 loc) · 27.9 KB

Change Log

Inspired by Keepachangelog.com.

  • 2023-02-28 - Breathe v4.35.0
    • Pull lone literal blocks in paragraphs up to produce correct doctree. #833
    • Fix tests for changes in Sphinx 5.3. #865
    • Bump Python requirement to 3.7. #866
    • Support Sphinx 6. #885
    • Support :sort: option to sort sections by name. #879
  • 2022-06-20 - Breathe v4.34.0
    • Treat .unparsed as plain text. #806
    • Remove unneeded type: ignore annotations. #813
    • Fix internal NodeFinder visitor for when non-Docutils nodes are present in the content of a directive. #812
    • Rename lint workflow. #814
    • Type check pygments and limit docutils stub version. #819
    • Convert dot files' relative path to absolute. #821
    • CI, update Sphinx versions to test. #834
    • CI, update for Sphinx 5.0.1. #846
    • Fix inconsistency in example. #843
    • Fix C# enum rendering crash. #849
    • Drop Sphinx 3 support, add Sphinx 5 support. #850
    • CICD: Disable python 3.6 for Sphinx master tests. #853
    • Populate default include text-node's data field instead of raw-source. #828
  • 2022-02-14 - Breathe v4.33.1
    • Avoid warning about multiple graphviz directives. #804
  • 2022-02-14 - Breathe v4.33.0
    • Fix duplicate static in variable declarations. #794
    • Update CICD for Sphinx 4.4.0 series. #795
    • Pin version of black in CICD and reformat files. #792
    • Fix code block highlighting. #760
    • Refactoring, cleanup and typing improvements. #802
    • Doxygen dot graphs to Sphinx graphviz. #757
    • Support externally hosted images. #705
    • Address a peculiarity in Doxygen aliases in doc. #770
    • Add flag to doxygengroup, doxygennamespace to display only the description. #718
    • Add support for MD block quotes with attribution(s). #759
  • 2022-01-30 - Breathe v4.32.0
    • Added breathe_doxygen_aliases config variable. #729
    • Render \remark/\remarks and \see/\sa using Sphinx/Docutils admonition style nodes. #756
    • Render C++ scoped enums differently than unscoped enums, and with their underlying type. #753
    • Render \retval lists using dedicated field list when Sphinx >= 4.3 is used. #749
    • Make .. doxygenfunction handle function template specializations. #750
    • Properly handle field-lists and admonitions in the detailed description of classes and functions. #764
    • Add :confval:`breathe_show_include to control whether #include lines are shown. Defaults to True. #725 <#725>`__
    • Fix sys.path adjustment in doc config. #734
    • Fix sphinx renderer variable and function visitors for C#. #737
    • Fix sphinx renderer class visitor for C#. #738
    • Auto-format python code with black. #743
    • Extend flake8 and address some style issues. #745
    • Fix black formatting warning. #747
    • Update Sphinx and Python versions tested against. #765
    • Fix friend functions for older Doxygen versions. #769
    • Doxygen >= 1.9.2 supports C++20 concepts, add support for them. #779
    • Change the way directives are added to adhere to the interface, e.g., avoiding myst-parser to crash. #780
    • Improved list of included files (with cross-references for local includes). #763
    • Update flake8 and mypy related stuff. #781
    • Update readme with logo and sponsorship info. #784
    • Store version number in both setup.py and __init__.py. #789
    • CICD: lint: continue with other jobs if black fails. #791
  • 2021-09-14 - Breathe v4.31.0
    • Collapse multiple retvals into a single bullet list. #697
    • Fix mypy issues on CI. #731
    • Print usage message from 'compare' doc script. #727
    • Test against Sphinx 4.0.3, 4.1.2 and 4.1.x branch. #721
    • Fix duplicate static in function declarations. #717 #720
    • Directive refactoring. #698
    • Handle parsing errors. #711
    • Make doxygenfunction more robust when matching parameters. #722 #723
    • Separate, link and style the changelog. #735
    • Update changelog and readme ahead of release. #739
    • CICD: Track Sphinx 4.2.x development series. #741
  • 2021-05-06 - Breathe v4.30.0
    • Fix retval rendering. #687
    • Correctly label example as C. #690
    • apidoc: add -m, --members option flag. #694
  • 2021-04-30 - Breathe v4.29.2
    • Remove stale six dep. #682
    • Render fields with multiple names instead of crashing. #685
    • Start pytest via module instead of exe. #686
  • 2021-04-23 - Breathe v4.29.1
    • Splice out parameter direction in field lists. #675
    • Fixes for Sphinx v4. #676
    • Fix paragraph in paragraph rendering. #678
    • Strip names before lookup in doxygenfunction. #679
    • When rendering template params, insert name by parsing. #681
  • 2021-04-09 - Breathe v4.29.0
    • Do not add inline modifier for C#. #668
    • Use add_css_file instead of deprecated/removed add_stylesheet. #669
    • Use native docutils for field lists, notes, and warnings. #670
    • Handle directives returning no nodes on error. #672
  • 2021-03-29 - Breathe v4.28.0
    • Code and documentation for membergroups and members-only options. #637
    • Add example.tag to gitignore as it gets modified during build process. #644
    • Add support for content-only flag when rendering pages. #645
    • When rendering a section, add target after title. #647
    • Render pages content in order. #651
    • Adds an ID to the rubric created for each section of a group. #658
    • Add missing getter and setter for C#. #661
    • Add support for rowspan/colspan to tables. #642
  • 2021-02-16 - Breathe v4.27.0
    • Add various specifiers to functions and variables. #628
    • Add multiply inherited class for PHP objects. #630
    • Initial support for table rendering. #632
    • Add rendering of section, subsection and subsubsection. #635
    • Sphinx 3.5 compatibility. #640
    • Fix linking to sections. #639
    • Add table examples to documentation. #638
  • 2021-01-21 - Breathe v4.26.1
    • Fix doxygenfile causing duplicate IDs for unspecified sections. #622
    • Fixes for doxygenfunction (friend keyword, friend class, arg checks). #623
  • 2021-01-08 - Breathe v4.26.0
    • Add test for ellipsis ('...') in args. #610
    • Sphinx 3.4.x compatibility. #617
    • Adapt friendclass to Doxygen 1.9. #618
  • 2020-12-16 - Breathe v4.25.1
    • Addendum to #606, for functions with '...'. #609
  • 2020-12-15 - Breathe v4.25.0
    • Add support for parblock parsing and rendering. #603
    • Allow lookup in doxygenfunction without writing param names. #606
  • 2020-12-01 - Breathe v4.24.1
    • Fix anchors on pages generated by Doxygen >= 1.8.17. #602
  • 2020-11-15 - Breathe v4.24.0
    • Update CI for Sphinx 3.3.x and fix test mock. #597
    • Add support for xrefitem based page generation (doxygenpage). #596
  • 2020-10-20 - Breathe v4.23.0
    • Add initial xrefsect support. #589
  • 2020-09-26 - Breathe v4.22.1
    • Fix anonymous struct/union usage in C domain. #585
  • 2020-09-19 - Breathe v4.22.0
    • Fix Read the Docs build (again). #576
    • New boolean breathe_show_enumvalue_initializer option specifying whether value of enumvalue should be displayed. #581
  • 2020-09-10 - Breathe v4.21.0
    • Fix Read the Docs build. #567
    • Document doxygenclass template specialisation spacing. #570
    • Update upper Sphinx release to <3.4. #571
    • Reuse breathe.__version__ in setup.py. #572
    • Document :inner: for the doxygengroup section. #573
    • Add support for verbatim inline elements. #560
    • Fix wrong refid when Doxygen SEPARATE_MEMBER_PAGES is YES. #566
  • 2020-08-19 - Breathe v4.20.0
    • Allow Sphinx 3.2. #561
    • Update CI scripts with new Sphinx versions. #552
    • Add support for C# using sphinx-csharp. #550
    • Doc, fix typo, :source: -> :project:. #551
    • Add support for innergroup. #556
    • Avoid duplicate doxygen targets when debug tracing. #563
    • Remove Travis badge from README file. #564
  • 2020-06-17 - Breathe v4.19.2
    • Fix crash when visiting typedef. #547
  • 2020-06-08 - Breathe v4.19.1
    • Mark package as compatible with Sphinx 3.1.
  • 2020-06-07 - Breathe v4.19.0
    • Refactoring. #528
    • Make debug config variables available in conf.py. #533
    • Fix warning formatting for function lookup. #535
    • Correctly reverse nested namespaces in get_qualification. #540
  • 2020-05-10 - Breathe v4.18.1
    • Fix friend class rendering and allow friend struct. #522
    • Add extern examples to doc and remove variable hack. #526
    • Render function candidates without using Sphinx directives. #524
  • 2020-05-02 - Breathe v4.18.0
    • Support tiles in verbatim blocks. #517
  • 2020-05-01 - Breathe v4.17.0
    • Scoped rendering, better integration with Sphinx, misc fixes. #512
  • 2020-04-19 - Breathe v4.16.0
    • Strictly depend on Sphinx's minor version. #498
    • Simplifications and fixes, use more of modern Sphinx natively. #503
    • Add section option to the doxygen(auto)file directive. #501
    • Fix link generation when enum is inside a group (enum FQDN). #508
    • Fix creation of LaTeX math formulas. #506
    • Improve documentation for doxygen(auto)file section option. #509
  • 2020-04-07 - Breathe v4.15.0
    • Add license file to distribution. #492
    • Update for Sphinx 3. #491
  • 2020-04-07 - Breathe v4.14.2
    • Add GitHub actions. #474
    • Fixes to use Sphinx 2.4.4. #486
    • Add nose to python development requirements. #484.
    • Switch to pytest from nose. #487
  • 2020-02-02 - Breathe v4.14.1
    • Use sphinx core instead of mathbase ext. #469
    • Fix test failure for Sphinx >= 2.2.2. #472
    • Update travis to Sphinx 2.3.1. #471
  • 2019-11-26 - Breathe v4.14.0
    • Add events attribute to MockApp. #452
    • Add bit field support for C/C++. #454
    • Add alias and variable template support. #461
  • 2019-08-01 - Breathe v4.13.1
    • Fix for template method pointer parameter issue. #449
  • 2019-04-23 - Breathe v4.13.0.post0
    • Drop support for python 2, require Sphinx >= 2.0. #432
  • 2019-04-21 - Breathe v4.13.0
    • Adapt to upcoming Sphinx 2.0. #411
    • Add support for rendering parameter direction information. #428
  • 2019-03-15 - Breathe v4.12.0
    • Adapt to Sphinx 1.8. #410
    • Let Sphinx handle more things. #412
    • Use standard windows EOL for batch file. #417
    • Fix flake8 F632 warnings. #418
    • Update dep versions in readme, setup, requirements. #419
    • Add option to render function parameters after the description. #421
    • Remove spurious "typedef" in type declaration when using "using". #424
  • 2018-12-11 - Breathe v4.11.1
    • Sphinxrenderer: handle typeless parameters gracefully. #404
  • 2018-10-31 - Breathe v4.11.0
    • Fix typo in quickstart. #393
    • Add support for QtSignals. #401
  • 2018-08-07 - Breathe v4.10.0
    • Explicitly use Sphinx 1.7.5 for CI and dev. #385
    • Print filename when printing ParserException. #390
  • 2018-06-03 - Breathe v4.9.1
    • Don't append separator for paragraph type. #382
  • 2018-06-01 - Breathe v4.9.0
    • Render newlines as separate paragraphs. #380
  • 2018-05-26 - Breathe v4.8.0
    • Add quiet option to apidoc. #375
    • Add PHP domain. #351
    • Keep templates on adjacent lines. #300
    • Show reference qualification for methods. #332
    • Adapt tests/CI to newest Sphinx version. #377
    • More robust name regex in renderer. #370
    • Show base classes using Sphinx's cpp domain. #295
    • Fix domain detection when rendering groups. #365
    • Return parallel{read,write}_safe true for Sphinx's -j. #376
  • 2017-10-09 - Breathe v4.7.3
    • Support for enums in the cpp domain.
    • Handle case where compoundref does not have a refid value associated.
  • 2017-08-15 - Breathe v4.7.2
    • Fix issue with packaging on Python 2.7 with wheels.
  • 2017-08-13 - Breathe v4.7.1
    • Fixed bug regarding code snippets inside Doxygen comments.
  • 2017-08-09 - Breathe v4.7.0
    • New outtypes option to prevent documenting namespace and files
    • New boolean breathe_show_define_initializer option specifying whether value of macros should be displayed.
    • New boolean breathe_use_project_refids option controlling whether the refids generated by breathe for doxygen elements contain the project name or not.
    • Fixed
      • Support for Sphinx 1.6
  • 2017-02-25 - Breathe v4.6.0
    • Support for the Interface directive
    • Display the contents of defines
  • 2017-02-12 - Breathe v4.5.0
    • Improve handling of c typedefs
    • Support new desc_signature_line node
    • Add --project flag to breathe-apidoc helper
    • Dropped testing for Python 3.3 and added 3.6
  • 2016-11-13 - Breathe v4.4.0
    • Improve single line parameter documentation rendering
  • 2016-11-05 - Breathe v4.3.1
    • Version bump package confusion with wheel release
  • 2016-11-05 - Breathe v4.3.0
    • Rewritten rendering approach to use the visitor pattern
    • Dropped support for 2.6 & added testing for 3.5
    • Fixed
      • Issue with running breathe-apidoc for the first time.
      • Improved handling of qualifiers, eg. const & volatile.
      • Supports functions in structs
      • Supports auto-doxygen code path on Windows
  • 2016-03-19 - Breathe v4.2.0
    • Added
      • Output links to a class' parents & children.
      • Support for Sphinx's needs_extensions config option.
      • breathe-apidoc script for generating ReStructuredText stub files with Breathe directives from doxygen xml files.
    • Fixed
      • Handling default values in parameter declarations
      • Output order not being reproducible due to iteration over Set.
      • Handling of multiple pointers and references
      • SEVERE: Duplicate ID warnings when using function overloads.
      • Use project name for link references when using default project. So we use the project name instead of 'project0'.
  • 2015-08-27 - Breathe v4.1.0
    • Added
      • breathe_doxygen_config_options config variable which allows for adding more config lines to the doxygen file used for the auto-directives.
    • Fixed
      • Display of array & array reference parameters for functions.
      • Handling of links to classes with template arguments.
      • Handling of unnamed enums in C.
      • Naming of template parameter section.
      • Finding functions that are within groups.
      • Rendering of 'typename' and 'class' keywords for templates.
  • 2015-04-02 - Breathe v4.0.0
    • Significant work on the code base with miminal reStructureText interface changes. To be documented.
  • 2014-11-09 - Breathe v3.2.0
    • Nothing Added, Deprecated or Removed
    • Fixed
      • Changed docutils/Sphinx node usage to fix latex/pdf output.
      • When checking for path separators check for both / and \ regardless of the platform.
      • KeyError when using auto directives without specifying the :project: option even though the default project config setting was set.
      • Use of doxygenfunction no longer inappropriately triggers the duplicate target check and fails to output link targets.
      • Support for inline urls in the doxygen comments.
      • Support for array notation in function parameters.
      • Reduced intention by changing section-defs to use container & rubric nodes rather than desc nodes with signatures & content. Now headings like 'Public Functions' appear inline with their subject matter.
  • 2014-09-07 - Breathe v3.1.0
    • Nothing Deprecated or Removed
    • Added
      • The doxygenclass directive can now reference template specialisations by specifying the specialisation in the argument name.
    • Fixed
      • Displaying function parameters for Qt slots output. Previously they were missing even though Qt Slots are essentially just functions.
      • Displaying headings from doxygen comments as emphasized text.
      • Crash when generating warning about being unable to find a define, variable, enum, typedef or union.
      • Only output the definition name for a function parameter if the declartion name is not available. Previously, where they were both available we were getting two names next to each other for no good reason.
  • 2014-08-04 - Breathe v3.0.0
    • Improve output of const, volatile, virtual and pure-virtual keywords.
    • Fix css class output for HTML so that object types rather than names are output as the css classes. eg. 'function' instead of 'myFunction'.
    • Fix issue with Breathe getting confused over functions appearing in header and implementation files.
    • Improve matching for overloaded functions when using doxygenfunction directive. Also, provide a list of potential matches when no match is found.
    • Improved :members: implementation to handle inner classes properly.
    • Updated doxygenstruct to share the doxygenclass implementation path which grants it the options from doxygenclass directive.
    • Added :outline: option support to doxygengroup & doxygennamespace directives.
    • Added doxygennamespace directive.
    • Added :undoc-members: option to doxygenclass & doxygengroup directives.
    • Breaking change: Removed :sections: option for doxygenclass & doxygengroup directives and replaced it with :members:, :protected-members: and :private-members:, and changed breathe_default_sections config variable to breathe_default_members. This is designed to more closely match the Sphinx autodoc functionality and interface.
  • 2014-06-15 - Breathe v2.0.0
    • Add compare script for checking changes to documentation caused by changes in the implementation.
    • Switched to https reference for MathJax Javascript.
    • Breaking change: Change autodoxygen* directives to require explicitly declared source files in the conf.py rather than attempting to detect them from the directive arguments.
    • Switch documentation hosting to ReadTheDocs.org.
    • Breaking change: Switch to assuming all relative paths are relative to the directory holding the conf.py file. Previously, it would assume they were relative to the user's current working directory. This breaks projects which use separate build & source directories.
    • Add doxygenunion directive.
    • Add doxygengroup directive.
    • Add support for lists in the output. They were previously ignored.
    • Updated implementation to use the docutils nodes that Sphinx does where possible.
  • 2014-06-01 - Breathe v1.2.0
    • Change log not recorded.