UNPKG

1.26 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- update parse for style string that drops empty style of '-'
10
11## [1.2.0] - 2020-02-27
12### Fixed
13- documentation for library, module, and functions
14correct module and function names
15- parse style for parsing non-style strings
16- compose functions with empty call
17### Added
18- original source JavaScript
19- link to online training
20- fsw.compose and swu.compose functions
21
22## [1.1.0] - 2019-12-05
23### Added
24- convert module functions key2id and id2key
25
26## [1.0.2] - 2019-10-31
27### Added
28- core modules of fsw, fswquery, swu, swuquery, style, and convert
29- documentation for core modules
30
31### Fixed
32- unpkg example for individual module
33- documentation
34
35
36[Unreleased]: https://github.com/sutton-signwriting/core/compare/v1.2.0...HEAD
37[1.2.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.2.0
38[1.1.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.1.0
39[1.0.2]: https://github.com/sutton-signwriting/core/releases/tag/v1.0.2