Skip to content

Commit

Permalink
symbol id array and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Slevinski committed Oct 29, 2023
1 parent f69e02b commit 85b5863
Show file tree
Hide file tree
Showing 9 changed files with 1,309 additions and 32 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Evaluation report: https://www.skypack.dev/view/@sutton-signwriting/core
- copy QuerySignbox types for QueryPrefix
- investigate why types: core.d.ts in package.json causes problems and how to fix

## [1.6.0] - 2023-10-29
### Added
- symbol id array and functions

## [1.5.11] - 2023-10-21
### Fixed
- security issue
Expand Down Expand Up @@ -145,7 +149,8 @@ correct module and function names
- documentation


[Unreleased]: https://github.com/sutton-signwriting/core/compare/v1.5.11...HEAD
[Unreleased]: https://github.com/sutton-signwriting/core/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/sutton-signwriting/core/releases/tag/v1.6.0
[1.5.11]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.11
[1.5.10]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.10
[1.5.9]: https://github.com/sutton-signwriting/core/releases/tag/v1.5.9
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ The distribution is available in three flavors. 28 KB for the whole library min
#### Unpkg
// import entire library
// available as ssw.core
<script src="https://unpkg.com/@sutton-signwriting/core@1.5.11"></script>
<script src="https://unpkg.com/@sutton-signwriting/core@1.6.0"></script>

// import individual module
// available as ssw.fsw
<script src="https://unpkg.com/@sutton-signwriting/core@1.5.11/fsw/fsw.js"></script>
<script src="https://unpkg.com/@sutton-signwriting/core@1.6.0/fsw/fsw.js"></script>

## License
MIT
Expand Down
Loading

0 comments on commit 85b5863

Please sign in to comment.