This repository has been archived by the owner on May 1, 2023. It is now read-only.
Releases: inyono/copyright-headers
Releases · inyono/copyright-headers
0.2.0
0.1.0
0.0.2
0.0.1
v0.0.1 - November 8, 2018
Added
- Add function
updateCopyrightHeader
with slightly different API as a replacement forupdateLicenseHeader
.
Deprecated
updateLicenseHeader
will be removed with the next breaking change. Use the newupdateCopyrightHeader
instead.
Fixed
- Handle
language.after
(e.g.?>
for PHTML) correctly when input already starts withlanguage.begin
(e.g.<?php
)
Internal
- Add tests.