UNPKG

2.58 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
13## [1.4.2] - 2022-04-10
14### Added
15- documentation types of ColumnOptions, ColumnData, ColumnSegment
16- function columnDefaultsMerge
17
18## [1.4.1] - 2022-03-30
19### Fixed
20- documentation for fsw.columns and swu.columns
21- security fix for dependency
22
23## [1.4.0] - 2022-03-14
24### Added
25- parse text for FSW and SWU
26- info functions from signs and symbols for FSW and SWU
27- FSW and SWU text to column segments
28
29### Fixed
30- various documentation fixes
31
32### Removed
33- zoom and offset for individual symbols in style string
34
35## [1.3.1] - 2021-10-15
36### Fixed
37- tmpl version to 1.0.5
38- link to draft-slevinski-formal-signwriting
39
40## [1.3.0] - 2021-06-26
41### Added
42- OR searching improvement for FSW and SWU query string
43
44## [1.2.1] - 2021-06-24
45### Fixed
46- updated dependencies to fix warnings
47
48## [1.2.0] - 2020-02-27
49### Fixed
50- documentation for library, module, and functions
51correct module and function names
52- parse style for parsing non-style strings
53- compose functions with empty call
54### Added
55- original source JavaScript
56- link to online training
57- fsw.compose and swu.compose functions
58
59## [1.1.0] - 2019-12-05
60### Added
61- convert module functions key2id and id2key
62
63## [1.0.2] - 2019-10-31
64### Added
65- core modules of fsw, fswquery, swu, swuquery, style, and convert
66- documentation for core modules
67
68### Fixed
69- unpkg example for individual module
70- documentation
71
72
73[Unreleased]: https://github.com/sutton-signwriting/core/compare/v1.4.2...HEAD
74[1.4.2]: https://github.com/sutton-signwriting/core/releases/tag/v1.4.2
75[1.4.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.4.1
76[1.4.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.4.0
77[1.3.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.3.1
78[1.3.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.3.0
79[1.2.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.2.1
80[1.2.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.2.0
81[1.1.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.1.0
82[1.0.2]: https://github.com/sutton-signwriting/core/releases/tag/v1.0.2