Skip to content

Latest commit

 

History

History
150 lines (82 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

150 lines (82 loc) · 8.26 KB

Changelog

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

1.8.1 (2023-11-09)

1.8.0 (2023-11-09)

Features

1.7.0 (2023-04-03)

1.6.2 (2023-03-27)

1.6.1 (2023-02-13)

1.6.0 (2022-08-06)

Features

  • add benchmark tests (977e008)
  • add ignoreHtmlTag option (c209f8c)
  • add mb-2px to Input paragraph (f3f7160)
  • make the utils directory into the utils package (45e34a3)

1.5.0 (2022-06-04)

Features

1.4.0 (2022-05-28)

Features

  • implement fixationPoint option field (53697f4)
  • implement getOptions() (100cb94)
  • implement isEmpty util function (9450ac9)
  • implement isNumberString util function (928c11b)
  • improve readability (5b2789a)
  • improve sandbox (2add790)
  • migrate to react (1f17c36)

Bug Fixes

  • fix footer style (f9aa436)
  • fix incorrect rendering for numbers (2308eea)
  • use br tag instead of linefeed char (f8ba04f)

1.3.2 (2022-05-27)

Bug Fixes

  • copy README for npm publishing (6cea4c8)

1.3.1 (2022-05-27)

Bug Fixes

  • fix npm publishing process (13a7278)

1.3.0 (2022-05-27)

Features

  • support multiple languages (5c9c200)

Bug Fixes

  • fix actions/cache key (139171f)
  • fix npm script (f6c6706)
  • set cache field for test and release pipelines to false (673f8fb)

1.2.3 (2022-05-26)

Features

  • implement splitMap util function (2b1db41)
  • improve to perform the same behavior as the real bionic-reading API (4e8d6bd), closes #12

1.2.2 (2022-05-23)

Features

  • define default options value (f71cc5d)
  • define Options type (d632ee7)
  • implement getBionicWordConvertor (b184fb4)
  • implement isEmptyString util (1ffa4e3)
  • implement omitBy util (05c4579)
  • implement publish-sandbox action (12888db)
  • implement sandbox (d56cb82)
  • supports strings with newlines (bce07f7)

Bug Fixes

  • add root field to test only src directory (f9e00fd)
  • handle if passing an empty style string (7b60e96)
  • use base field instead of publicDir (09cc18c)

1.2.1 (2022-05-22)

1.2.0 (2022-05-22)

Features

  • ensure valid text & options object (a79ac05)
  • implement bionicConvertor (c6ddb43)
  • implement defaults util function (58a16d5)
  • implement splitWord util function (6b84b32)
  • support markdown (d4f9892), closes #2

1.1.0 (2022-05-21)

Bug Fixes

1.0.2 (2022-05-21)

Bug Fixes

  • add registry-url field to publish workflow (0dbbb1d)

1.0.1 (2022-05-21)

1.0.0 (2022-05-21)

Features

  • implement bionicReading module (1813a8c)
  • implement ci & publish workflows (984bfda)