Changelog¶
All notable functional changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Unreleased¶
Please see all Unreleased Changes for more information.
Added
New CLI config parameter
SphinxEmfCliConfig.emf_rst_write_default_values
(PR #13)
Fixed
Replaced deprecated importlib loader (PR #14)
0.2.0 - 2022-11-07¶
Main reason for this release is the naming change of configuration parameters. The (E)MOF terms M1/M2 were replaced by XMI (model) and ECore (metamodel) as they are clearly defined in EMF.
Changed
Renamed parameter
emf_path_m1_model
toSphinxEmfCliConfig.emf_path_xmi
Renamed parameter
emf_path_m2_model
toSphinxEmfCommonConfig.emf_path_ecore
Renamed parameter
emf_pre_read_hook
toSphinxEmfCommonConfig.emf_pre_xmi_read_hook
Renamed parameter
emf_post_read_hook
toSphinxEmfCommonConfig.emf_post_xmi_read_hook
0.1.0 - 2022-11-03¶
Added
Initial extension version
Initial start of the changelog