Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurgm committed Sep 10, 2023
1 parent ed42f61 commit ef7eb91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [0.5.0] - 2023-09-10
### Added
- Gothic glyphs now support stroke type 4 (otsu-curve as in 乙) and 6 (complex curve).
- Gothic glyphs now support reflection and rotation operations.
Expand Down Expand Up @@ -78,7 +80,8 @@
## [0.2.0] - 2020-06-05


[Unreleased]: https://github.com/kurgm/kage-engine/compare/v0.4.0...master
[Unreleased]: https://github.com/kurgm/kage-engine/compare/v0.5.0...master
[0.5.0]: https://github.com/kurgm/kage-engine/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/kurgm/kage-engine/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/kurgm/kage-engine/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/kurgm/kage-engine/compare/v0.2.3...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const { Kage, Polygons } = require("@kurgm/kage-engine");

Alternatively, you can also load the bundled file from CDN to your web page:
```html
<script src="https://unpkg.com/@kurgm/kage-engine@0.4.0/dist/kage.min.js"></script>
<script src="https://unpkg.com/@kurgm/kage-engine@0.5.0/dist/kage.min.js"></script>
```
This way, only `Kage` is defined in the global scope. You can access `Polygons` and `Buhin` as `Kage`'s properties:
```js
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurgm/kage-engine",
"version": "0.4.0",
"version": "0.5.0",
"description": "An engine that generates glyph image file from KAGE data",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit ef7eb91

Please sign in to comment.