UNPKG

1.28 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### Todo
9- ???
10
11## [1.2.0] - 2022-11-08
12### Changed
13- font
14- dependencies
15- URL links
16
17## [1.1.2] - 2020-12-12
18### Fixed
19- symbol compose function
20
21### Added
22- tests for compose and parse
23
24## [1.1.1] - 2020-12-11
25### Fixed
26- font-family name to NotoSansSignWriting
27
28## [1.1.0] - 2020-12-10
29### Added
30- font module with OTF file and font-face declaration and cssAppend function
31
32## [1.0.0] - 2020-12-06
33### Added
34- unicode 8 modules of symbol, string, and convert
35- documentation for unicode 8 modules
36
37
38[Unreleased]: https://github.com/sutton-signwriting/unicode8/compare/v1.2.0...HEAD
39[1.2.0]: https://github.com/sutton-signwriting/unicode8/releases/tag/v1.2.0
40[1.1.2]: https://github.com/sutton-signwriting/unicode8/releases/tag/v1.1.2
41[1.1.1]: https://github.com/sutton-signwriting/unicode8/releases/tag/v1.1.1
42[1.1.0]: https://github.com/sutton-signwriting/unicode8/releases/tag/v1.1.0
43[1.0.0]: https://github.com/sutton-signwriting/unicode8/releases/tag/v1.0.0