Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.87 KB

File metadata and controls

48 lines (29 loc) · 2.87 KB

Changelog

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

0.3.1 (2020-06-16)

Bug Fixes

  • Pass proper arguments through cli, wrap call in async IIFE (5a8d5e0)

0.3.0 (2020-06-03)

⚠ BREAKING CHANGES

  • Change options API, throw errors and return fixed data on -f

Features

  • Add excess symbols validation (f99e1a5)
  • Add id fixing (22aaa76)
  • Add id generation (eddac96)
  • Change options API, throw errors and return fixed data on -f (18a4462)
  • Update type declaration (01f8a79)

0.1.0 (2020-05-28)

Features

  • Add babel-preset-minify on production (a939eeb)
  • Add error handler (bd0e8a1)
  • Add type declaration (7da24e2)
  • Remove @babel/plugin-proposal-class-properties (f56a06d)
  • Replace service classes with functions (50a1933)
  • Throw an error for empty options, add process.exit in the end (03dc8ca)

0.1.0-beta.0 (2020-05-25)

Features