UNPKG

963 BMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7## [Unreleased]
8
9## [2.0.0] - 2022-04-22
10### Changed
11- function callbacks to async/await
12
13### Added
14- svg body functions for symbols and signs
15- svg and png column images for FSW and SWU
16
17### Fixed
18- symbol normalization for FSW and SWU
19
20### Removed
21- Individual symbol resizing and offset inside of signs
22
23## [1.0.1] - 2019-11-06
24### Added
25- core modules of fsw and swu for individual symbols and complete signs
26- documentation for core modules
27
28
29[Unreleased]: https://github.com/sutton-signwriting/font-db/compare/v2.0.0...HEAD
30[2.0.0]: https://github.com/sutton-signwriting/font-db/releases/tag/v2.0.0
31[1.0.1]: https://github.com/sutton-signwriting/font-db/releases/tag/v1.0.1