UNPKG

1.82 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- clean up generated regular expressions for consistency
11
12## [1.3.1] - 2021-10-15
13### Fixed
14- tmpl version to 1.0.5
15- link to draft-slevinski-formal-signwriting
16
17## [1.3.0] - 2021-06-26
18### Added
19- OR searching improvement for FSW and SWU query string
20
21## [1.2.1] - 2021-06-24
22### Fixed
23- updated dependencies to fix warnings
24
25## [1.2.0] - 2020-02-27
26### Fixed
27- documentation for library, module, and functions
28correct module and function names
29- parse style for parsing non-style strings
30- compose functions with empty call
31### Added
32- original source JavaScript
33- link to online training
34- fsw.compose and swu.compose functions
35
36## [1.1.0] - 2019-12-05
37### Added
38- convert module functions key2id and id2key
39
40## [1.0.2] - 2019-10-31
41### Added
42- core modules of fsw, fswquery, swu, swuquery, style, and convert
43- documentation for core modules
44
45### Fixed
46- unpkg example for individual module
47- documentation
48
49
50[Unreleased]: https://github.com/sutton-signwriting/core/compare/v1.3.1...HEAD
51[1.3.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.3.1
52[1.3.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.3.0
53[1.2.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.2.1
54[1.2.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.2.0
55[1.1.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.1.0
56[1.0.2]: https://github.com/sutton-signwriting/core/releases/tag/v1.0.2