Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 2.13 KB

Changelog

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

0.4.0 (2019-05-27)

chore

  • style: remove I prefix from generated types (80e7b78)

BREAKING CHANGES

  • style: Interfaces are now generated without leading I prefix.

0.3.0 (2018-11-24)

Features

  • add global keywords (inherit, initial, unset) to all property types, fixes #10 (#11) (8a3ecd3)
  • support curly braces multipliers for groups and map infinite multipliers to capped finite versions, fixes #2 (#13) (347f251)

0.2.0 (2018-11-24)

Bug Fixes

Features