/SectionComment

A utility class to work with section comments.

Primary LanguagePHP

SectionComment

2021-03-19 -> 2021-08-10

A utility class to work with section comments.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.SectionComment

Using the uni command.

uni import Ling/SectionComment

Or just download it and place it where you want otherwise.

Summary

History Log

  • 1.0.4 -- 2021-08-10

    • update BabyYamlSectionCommentUtil->addSection, now add extra carriage returns after section
  • 1.0.3 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.0.2 -- 2021-05-27

    • add BabyYamlSectionCommentUtil->removeSection method
  • 1.0.1 -- 2021-03-22

    • fix BabyYamlSectionCommentUtil->init not creating the dest file if it doesn't exist
  • 1.0.0 -- 2021-03-19

    • initial commit