UNPKG

875 BMarkdownView 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.1.0] - 2019-12-05
12### Added
13- convert module functions key2id and id2key
14
15## [1.0.2] - 2019-10-31
16### Added
17- core modules of fsw, fswquery, swu, swuquery, style, and convert
18- documentation for core modules
19
20### Fixed
21- unpkg example for individual module
22- documentation
23
24
25[Unreleased]: https://github.com/sutton-signwriting/core/compare/v1.1.0...HEAD
26[1.1.0]: https://github.com/sutton-signwriting/core/compare/v1.1.0...v1.0.2
27[1.0.2]: https://github.com/sutton-signwriting/core/releases/tag/v1.0.2