Skip to content

Releases: piyoppi/chiritori

v1.3.0

23 Nov 14:05
1dc67f8
Compare
Choose a tag to compare

Features

Add --removal-marker-target-config option. See README.

v1.2.1

21 Nov 09:59
50afdc4
Compare
Choose a tag to compare

Bug fixes

  • Fixes an error failing to parse if there is a newline after an attribute (#26)

v1.2.0

17 Nov 03:08
Compare
Choose a tag to compare

Features

  • Add --list-all Option: The feature of displaying a list of source code to be removed or pending.

v1.1.0

10 Nov 06:59
1605399
Compare
Choose a tag to compare

Features

Add --list (-l) Option: The feature of displaying a list of source code to be removed.

$ chiritori --filename="./samples/sample-code.html" -l

--------[ 1 ]--------
    _start
    <!-- <time-limited to="2019-12-31 23:59:59"> -->
      <p>This content is only available until the end of the year.</p>
      <p>After that, it will be removed from the page.</p>
    <!-- </time-limited> -->
                           ‾end
--------[ 2 ]--------
      _start
      <!-- <time-limited to="2001-12-31 23:59:59"> -->
        40% off! Only until the 2001/12/31!
      <!-- </time-limited> -->
                             ‾end
--------[ 3 ]--------
    _start
    <!-- <time-limited to="2001-12-31 23:59:59"> -->
      <!-- <time-limited to="2999-12-31 23:59:59"> -->
        Campaign!
      <!-- </time-limited> -->
      until the 2001/12/31!
    <!-- </time-limited> -->
                           ‾end

v1.0.0

04 Nov 08:26
5077264
Compare
Choose a tag to compare
Merge pull request #13 from piyoppi/v1.0.0-release

Update README for release v1.0.0

v1.0.0-alpha.1

30 Oct 15:19
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
Prerelease workflow

v0.3.0

03 Apr 14:08
de9cfcb
Compare
Choose a tag to compare

See changelog for more information.

v0.2.0

16 Mar 08:47
329222d
Compare
Choose a tag to compare
  • Stdin is only received from pipes (#3)

v0.1.0

09 Mar 11:33
d8e8642
Compare
Choose a tag to compare

First Release 🎉