Skip to content

Latest commit

 

History

History
82 lines (41 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

82 lines (41 loc) · 1.98 KB

Version 1.1.0

Enhancements

  • #5: Add additional option for deciding resultant file names: -l.

Bug Fixes

  • #12: Fix missing arguments with optionals like -p with an error message (in case argument not provided).
  • #10: Fix parent declarations system. Single-line comments and line breaks before and between the parent declaration are now permitted.
  • #6: Parent Declarations were previously Retained in the Generated HTML Files. The behaviour is changed to make the parent declarations not get written to the file.

Additional Notes

  • Imports made more readable.
  • #14: Docker image build released.

Version 1.0.0

Enhancements

  • #1: Fix rogue indentations in the resultant HTML file.

Bug Fixes

None.

Additional Notes

  • Official release for Windows and Linux systems.
  • Formal specification of conventions established.
  • Formal draft of documentation started.

Version 0.2.1

Enhancements

  • Minor refactoring and standardization of code.
  • #2: Add Black formatter.

Bug Fixes

None.

Additional Notes

None.

Version 0.2.0

  • #3: Improved CLI error and success messages.
  • Add additional option of enabling low-level verbose logs: -l.
  • Change extensions of the parent and chasse files from .html to .chasse.html to avoid confusion between resultant files and enforce a standard.

Bug Fixes

None.

Additional Notes

None.

Version 0.1.0

Additional Notes

  • Initial deation and execution of design.
  • Basic child HTML file parsing to get required components.
  • Parsing parent HTML file for extracting components.
  • Generation of resultant HTML files with the components.