Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version = "0.1.0-beta.7"
version = "0.1.0"
version_scheme = "semver2"
version_files = ["package.json:version"]
54 changes: 8 additions & 46 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,11 @@
## 0.1.0-beta.7 (2025-10-08)
## 0.1.0 (2025-10-08)

### Feat

- remove `processError` and redundant `private actor` class property (#70)
- remove additional features (#67)

### Fix

- remove unneeded unions on typed arrays (#74)

## 0.1.0-beta.6 (2025-10-07)

### Fix

- add space at the end of the doc comment (#63)
- doc comment above the variant field (#61)

## 0.1.0-beta.5 (2025-10-05)

### Fix

- improve logs (#55)

## 0.1.0-beta.4 (2025-10-02)

### Fix

- use interface in type declarations (#51)

## 0.1.0-beta.3 (2025-10-02)

### Fix

- ignore inline comments or separated by newlines (#46)

## 0.1.0-beta.2 (2025-10-01)

### Feat

- overwrite output only with `force` (#38)
- output package version in generated bindings (#33)

### Fix

- print error message in cli (#36)

## 0.1.0-beta.1 (2025-10-01)

## 0.1.0-beta.0 (2025-10-01)

### Feat

- merge the service wrapper file and the index file (#20)
- `output` option (#16)
- `interfaceDeclaration` flag (#11)
Expand All @@ -64,6 +19,13 @@

### Fix

- remove unneeded unions on typed arrays (#74)
- add space at the end of the doc comment (#63)
- doc comment above the variant field (#61)
- improve logs (#55)
- use interface in type declarations (#51)
- ignore inline comments or separated by newlines (#46)
- print error message in cli (#36)
- use constants directly in files
- pass additional features from plugin

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": "@icp-sdk/bindgen",
"version": "0.1.0-beta.7",
"version": "0.1.0",
"description": "Generate TypeScript bindings for Candid",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
Expand Down
Loading