Skip to content

Releases: gulpjs/theming-log

theming-log v3.0.0

01 Oct 05:25
b6ae282
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Remove pre-built browser files—consumers should use a bundler
  • Normalize repository, dropping node <10.13 support (#4)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#4) (7865176)
  • Remove pre-built browser files—consumers should use a bundler (7865176)

2.1.1

22 Dec 08:04
Compare
Choose a tag to compare

Update

  • Bugfix: Prevent extra output when a specified logger can receive multiple arguments.

2.1.0

22 Dec 02:19
Compare
Choose a tag to compare

Update

  • Enable to output multiple logs by lines with flag when a converted text contains newline codes.

2.0.0

20 Dec 11:52
Compare
Choose a tag to compare

Update

  • [Breaking change] A string property in a theme object was treated as a reference name to another theme property. Since this version, it is treated as another template text. It is parsed and converted with a theme object equally.

Test

  • Add node v10 and v11 to ci test target.

Doc

  • Modify README.md about the above update.

Build

  • Update dependencies versions: eslint, nyc.

1.0.1

15 Apr 01:54
Compare
Choose a tag to compare

Docs

  • Add notice about escape marks and modify other parts in README.md

0.2.1

01 Apr 14:44
Compare
Choose a tag to compare
  • Not use a block text of an arg theme as a default value
  • Update version of devDependencies: browserify

0.2.0

28 Jan 14:16
Compare
Choose a tag to compare
  • Add .format function

0.1.0

21 Jan 20:26
Compare
Choose a tag to compare

First release.