Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Releases: typographist/core

v5.0.1

17 Jan 22:04
Compare
Choose a tag to compare

5.0.1 (2019-01-17)

Bug Fixes

  • travis: add script postbuild (fc7db31)

v5.0.0

17 Jan 20:29
Compare
Choose a tag to compare

5.0.0 (2019-01-17)

Bug Fixes

  • move tests from single directory (e73fd40)
  • remove key name from UserConfig type (4694971)

Features

  • public-api: remove convertors object (c933b8d)
  • add greenkeeper ignore (02c2478)
  • postbuild script for automatic type generation (29126be)

BREAKING CHANGES

  • public-api: Object converters is no longer available outside.
    Now each function converter is requested separately

v4.1.0

15 Jan 16:35
Compare
Choose a tag to compare

4.1.0 (2019-01-15)

Features

  • flow: add flow types available to end users (115520f)

v4.0.1

12 Jan 23:49
Compare
Choose a tag to compare

4.0.1 (2019-01-12)

Bug Fixes

  • lint-staged: fixed lint-staged (4c87b6f)
  • prettier: fix prettier 🐛 (bd1aed1)

v4.0.0

10 Jan 12:36
Compare
Choose a tag to compare

4.0.0 (2019-01-10)

Code Refactoring

  • modular-scale: made the function curry (1c5496b)
  • to-rem: changed the type of parameters (0a761d0)

BREAKING CHANGES

  • to-rem: instead of root function accepts an object of breakpoint type
  • modular-scale: instead of root the function accepts an object of breakpoint type

v3.0.5

06 Jan 11:20
Compare
Choose a tag to compare

3.0.5 (2019-01-06)

Bug Fixes

  • ci: add gh token (baafa70)
  • ci: update gh token (150b10a)
  • semantic-release: add github plugin (6eef8fa)
  • to-rem: add pasefloat for font-size (92b866b)

v3.0.1

27 Dec 20:39
Compare
Choose a tag to compare

3.0.1 (2018-12-27)

Bug Fixes

  • package.json: fix path for es.js files (6d95927)

v3.0.0

27 Dec 19:38
Compare
Choose a tag to compare

3.0.0 (2018-12-27)

Features

  • index.js: changed the number of exported files (3c37402)

BREAKING CHANGES

  • index.js: added the ability to export helpers, calculators, convertors and constants

v2.0.0

25 Dec 14:27
Compare
Choose a tag to compare

2.0.0 (2018-12-25)

Bug Fixes

  • percentage function: returns the result as a percentage (d591187)

BREAKING CHANGES

  • percentage function: Percentage function returns a string instead of a number.

v1.2.0

25 Dec 11:13
Compare
Choose a tag to compare

1.2.0 (2018-12-25)

Features

  • package.json: add commit script (4173200)
  • add semantic-release icon (3ff2cba)