UNPKG

5.06 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
7Evaluation report: https://www.skypack.dev/view/@sutton-signwriting/core
8
9## [Unreleased]
10### Todo
11- update parse for style string that drops empty style of '-'
12- clean up generated regular expressions for consistency
13- copy QuerySignbox types for QueryPrefix
14- investigate why types: core.d.ts in package.json causes problems and how to fix
15
16## [1.6.0] - 2023-10-29
17### Added
18- symbol id array and functions
19
20## [1.5.11] - 2023-10-21
21### Fixed
22- security issue
23
24## [1.5.10] - 2023-10-01
25### Removed
26- inaccurate total download count
27
28## [1.5.9] - 2023-10-01
29### Fixed
30- total download count
31
32## [1.5.8] - 2023-10-01
33### Fixed
34- security issue
35
36## [1.5.7] - 2023-03-13
37### Fixed
38- swuquery for ranges
39
40### Added
41- swuquery range tests
42
43## [1.5.6] - 2023-01-09
44### Fixed
45- security issue
46
47## [1.5.5] - 2022-11-07
48
49### Changed
50- donate link
51
52## [1.5.4] - 2022-10-12
53### Added
54- additional style functions for merge and rgb
55
56### Fixed
57- type definitions for optional properties
58- swu.parse.symbol, swu.compose return type
59
60## [1.5.3] - 2022-09-25
61### Fixed
62- README.md links
63
64## [1.5.2] - 2022-09-25
65### Fixed
66- typescript definition script
67
68### Changed
69- entry points in package.json to point to non-minified code
70
71### Removed
72- types and exports from package.json
73
74## [1.5.1] - 2022-09-18
75### Added
76- object type definition
77
78### Fixed
79- TypeScript definitions for core and modules
80
81## [1.5.0] - 2022-08-21
82### Added
83- type definitions for TypeScript as .d.ts
84- export map in package.json
85
86## Changed
87- return types from generic object to QueryObject
88
89## Fixed
90- library import for security warning
91
92## [1.4.2] - 2022-04-10
93### Added
94- documentation types of ColumnOptions, ColumnData, ColumnSegment
95- function columnDefaultsMerge
96
97## [1.4.1] - 2022-03-30
98### Fixed
99- documentation for fsw.columns and swu.columns
100- security fix for dependency
101
102## [1.4.0] - 2022-03-14
103### Added
104- parse text for FSW and SWU
105- info functions from signs and symbols for FSW and SWU
106- FSW and SWU text to column segments
107
108### Fixed
109- various documentation fixes
110
111### Removed
112- zoom and offset for individual symbols in style string
113
114## [1.3.1] - 2021-10-15
115### Fixed
116- tmpl version to 1.0.5
117- link to draft-slevinski-formal-signwriting
118
119## [1.3.0] - 2021-06-26
120### Added
121- OR searching improvement for FSW and SWU query string
122
123## [1.2.1] - 2021-06-24
124### Fixed
125- updated dependencies to fix warnings
126
127## [1.2.0] - 2020-02-27
128### Fixed
129- documentation for library, module, and functions
130correct module and function names
131- parse style for parsing non-style strings
132- compose functions with empty call
133### Added
134- original source JavaScript
135- link to online training
136- fsw.compose and swu.compose functions
137
138## [1.1.0] - 2019-12-05
139### Added
140- convert module functions key2id and id2key
141
142## [1.0.2] - 2019-10-31
143### Added
144- core modules of fsw, fswquery, swu, swuquery, style, and convert
145- documentation for core modules
146
147### Fixed
148- unpkg example for individual module
149- documentation
150
151
152[Unreleased]: https://github.com/sutton-signwriting/core/compare/v1.6.0...HEAD
153[1.6.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.6.0
154[1.5.11]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.11
155[1.5.10]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.10
156[1.5.9]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.9
157[1.5.8]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.8
158[1.5.7]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.7
159[1.5.6]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.6
160[1.5.5]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.5
161[1.5.4]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.4
162[1.5.3]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.3
163[1.5.2]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.2
164[1.5.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.1
165[1.5.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.0
166[1.4.2]: https://github.com/sutton-signwriting/core/releases/tag/v1.4.2
167[1.4.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.4.1
168[1.4.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.4.0
169[1.3.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.3.1
170[1.3.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.3.0
171[1.2.1]: https://github.com/sutton-signwriting/core/releases/tag/v1.2.1
172[1.2.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.2.0
173[1.1.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.1.0
174[1.0.2]: https://github.com/sutton-signwriting/core/releases/tag/v1.0.2