Skip to content

Latest commit

 

History

History
69 lines (36 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

69 lines (36 loc) · 2.43 KB

Changelog

3.0.1 (20.06.2023)

Fixed the way Beatrix works with file paths, just to be sure that it won't blow up the directories outside of its ___domain.

Also ensured that the tool works properly on Node.js 18.

3.0.0 (02.05.2023)

Added lnum into the list of supported OpenType features.

No need to migrate anything, but your font files may become bigger a bit. Override LAYOUT_FEATURES config option if you want to turn some OpenType features off.

2.1.0 (11.10.2021)

Now it's possible to pass desired layout features using config file.

List the features you want to keep using the LAYOUT_FEATURES config field. See the default config for example.

2.0.1 (10.06.2021)

Fixed several security vulnerabilities:

2.0.0 (25.09.2020)

The package was fully refactored to make it ready to be published on GitHub.

As a result:

  1. CLI was added.
  2. Demo page generation was removed.
  3. Styles files generation was removed.
  4. Russian and other Cyrillic symbols were removed from the default config.
  5. Font files loading scheme was highly simplified. Now the source directory may have any structure.

Finally, the MIT license file was added.

There is no migration guide for this update, because the purpose of the package was changed, and 2.0.0 is a completely new thing.

1.2.0 (13.07.2020)

Added kern option into the list of enabled font features, to enhance font kerning.

1.1.0 (27.01.2020)

Added tnum option into the list of enabled font features, to make font-variant-numeric: tabular-nums CSS rule work.

1.0.0 (16.01.2020)

Initial version.