Skip to content

Latest commit

 

History

History
86 lines (45 loc) · 2.27 KB

File metadata and controls

86 lines (45 loc) · 2.27 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.0 (2021-09-16)

Features

  • change color schema in output console (f869055), closes #23

Bug Fixes

  • get user name from author.name if exists (4a54612), closes #34
  • read file error if no package json and release mode (27e325f)
  • update tests with added script (50e0f47)
  • unicode syntax error in template string appending to css style PR 31

Docs

0.3.0

Features

  • Skip empty meta info.
  • Remove default keyword in class declaration.
  • Remove code comments in release mode.

Bug Fixes

  • Remove git+ from source.

0.2.0

Features

  • Support for arrays of meta values

0.1.6

Bug Fixes

  • Default file extension .js is used if extension is not defined into import line

0.1.5

Bug Fixes

  • Remove source path comments in code built in release mode

0.1.4

Bug Fixes

  • Remove leading dot for entry file

0.1.3

Bug Fixes

  • Build progress available for css files

0.1.2

Bug Fixes

  • Add examples

0.1.1

Bug Fixes

  • Fix Current Working Directory using

0.1.0

Features

  • Dev and release modes support