UNPKG

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