Skip to content

Commit

Permalink
Bump version 2.1.0 + uUpdate NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Jun 29, 2022
1 parent f459932 commit aa7ce97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# TODO
- Refactor Ava test
- New test: Create simple vala classes, build the gir files from that, generate the typescript type definitions for that and test if the result looks good
- Create a Reporter to create a text or json file with warnings like unknown types, renamings, etc and a summary of all that (e.g. 5 type conflicts resolved, 8 unknown types of *gint)

# Dev
# v2.1.0
- Expect error on gi ESM imports, see #69, thanks to @HeavenVolkoff
- Add typing definition for `imports.package`, see #67, thanks to @HeavenVolkoff
- Allow Node.js versions greater or equal than v16 , see #65, thanks to @HeavenVolkoff
- Ported Gjs for http server + client example to node-gtk
- Split GObject template for separate templates for gjs and node-gtk
- Do not skip generation of GObject fields anymore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir",
"version": "2.0.0",
"version": "2.1.0",
"description": "Typescript .d.ts generator from GIR for gjs and node-gtk",
"module": "lib/index.js",
"type": "module",
Expand Down

0 comments on commit aa7ce97

Please sign in to comment.