Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

55 lines (35 loc) · 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is inspired by Keep a Changelog and this project adheres to Semantic Versioning.

Change Types

  • Add: for new features.
  • Change: for changes in existing functionality.
    • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
    • refactor: A code change that neither fixes a bug nor adds a feature
    • perf: A code change that improves performance
    • test: Adding missing or correcting existing tests
    • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
  • Breaking Change: for changes which incompatible with previous version in existing functionality
  • Deprecate: for soon-to-be removed features.
  • Remove: for now removed features.
  • Fix: for any bug fixes.
  • Security: in case of vulnerabilities.
  • Documentation: Documentation only changes.

Unreleased

v0.4.0 - 2018-02-09 14:16:03 +0800

Full Changelog

Add

  • support itmz --cache-clean

Fix

  • itmz should print help while no more arguments passed

Documentation

  • update search usage for more details

v0.3.0 - 2018-01-01 19:28:00 +0800

Full Changelog

Add

  • Initial stable version release
  • Support itmz --completion to generate completion.sh