UNPKG

1.25 kBMarkdownView 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.2] - 2022-11-07
10### Changed
11- donate link
12- dependencies
13
14## [2.0.1] - 2022-06-24
15### Added
16- common dir in npm
17
18## [2.0.0] - 2022-04-22
19### Changed
20- function callbacks to async/await
21
22### Added
23- svg body functions for symbols and signs
24- svg and png column images for FSW and SWU
25
26### Fixed
27- symbol normalization for FSW and SWU
28
29### Removed
30- Individual symbol resizing and offset inside of signs
31
32## [1.0.1] - 2019-11-06
33### Added
34- core modules of fsw and swu for individual symbols and complete signs
35- documentation for core modules
36
37
38[Unreleased]: https://github.com/sutton-signwriting/font-db/compare/v2.0.2...HEAD
39[2.0.2]: https://github.com/sutton-signwriting/font-db/releases/tag/v2.0.2
40[2.0.1]: https://github.com/sutton-signwriting/font-db/releases/tag/v2.0.1
41[2.0.0]: https://github.com/sutton-signwriting/font-db/releases/tag/v2.0.0
42[1.0.1]: https://github.com/sutton-signwriting/font-db/releases/tag/v1.0.1