Skip to content

Latest commit

 

History

History
202 lines (105 loc) · 9.68 KB

CHANGELOG.md

File metadata and controls

202 lines (105 loc) · 9.68 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2021-12-17)

Note: Version bump only for package @napi-rs/cli

2.0.0-beta.5 (2021-12-10)

Bug Fixes

  • cli: enum TypeScript type should be const enum (f4b0a2e)
  • cli: preserve authors field while creating npm dir (ecb6522)

Features

  • cli: provide rename command to rename everything in package-template project (b977265)

2.0.0-beta.4 (2021-12-07)

Features

  • cli: workaround for Windows i686 ICE in dev mode (11a5a35)

Reverts

  • Revert "build(deps): bump chalk from 4.1.2 to 5.0.0" (8b362d8)

2.0.0-beta.3 (2021-12-03)

Features

  • napi: add -p flag which will be bypassed to cargo (8de30a9)

2.0.0-beta.2 (2021-12-02)

Bug Fixes

  • cli: android armv7 CI config in new command (d495cc1)

2.0.0-beta.1 (2021-12-02)

Bug Fixes

  • cli: missing exported enum (d58e488)

2.0.0-beta.0 (2021-12-02)

Features

  • cli: fail the pipeline if artifacts not been built (5f22203)
  • cli: support android armv7 target (68b0483)
  • napi: support TypedArray input and output (d9c53d7)

2.0.0-alpha.12 (2021-11-30)

Features

  • napi: output Rust doc comments in definitions as jsdoc comments (18d2743)

2.0.0-alpha.11 (2021-11-25)

Features

  • napi: support export rust mod as ts namespace (1fe39ff)

2.0.0-alpha.10 (2021-11-21)

Features

  • cli: create pre-release if tag includes alpha/beta/rc (7b797d3)

2.0.0-alpha.9 (2021-11-21)

Bug Fixes

  • cli: wrong release assets content (458c5c9)

2.0.0-alpha.8 (2021-11-21)

Features

  • cli: export android toolchains to PATH before build (dca5ada)

2.0.0-alpha.7 (2021-11-21)

Bug Fixes

  • cli: ExternalObject type decalare (1f64f9f)

2.0.0-alpha.6 (2021-11-21)

Features

  • cli: refactor cli build (4c3fe26)
  • napi: implement external value (bdfb150)

2.0.0-alpha.5 (2021-11-16)

Bug Fixes

  • always add a newline at the end of the file when generating js-binding.js (753bb1e)

Features

  • napi: add pipe flag to pipe the generated files into custom command (e37c3fd)

2.0.0-alpha.4 (2021-11-09)

Features

  • cli: generate js binding to avoid dynamic require logic (179f20a)

2.0.0-alpha.3 (2021-10-27)

Bug Fixes

  • cli: workflow file generated by new command (cbb71a9)

2.0.0-alpha.2 (2021-10-01)

Features

  • cli: strip android binary in CI (1c9a307)

2.0.0-alpha.1 (2021-10-01)

Bug Fixes

  • cli: missing main and types field in created package.json (860a02a)

Features

  • cli: dts flag for build command (0e8de17)

2.0.0-alpha.0 (2021-09-22)

1.3.3 (2021-09-19)

Bug Fixes

  • cli: version of binary optional dependencies should be pinned (27dbca8)

1.3.2 (2021-09-14)

Bug Fixes

  • cli: cargo config path and ci template in new command (c385254)

1.3.1 (2021-09-02)

Bug Fixes

  • cli: ci template (45d3e68)
  • cli: missed inquirer dependency (c303f35)

1.3.0 (2021-09-01)

Features

  • cli: add back new command (2c23f44)

1.2.1 (2021-08-09)

Bug Fixes

  • cli: create dist dir if not existed while building (e90ea93)

1.2.0 (2021-08-06)

Features

  • cli: upgrade clipanion v3 (67ad0a4)

1.1.0 (2021-06-07)

Features

  • cli: support skip gh-release in prepublish command (253360e)
  • cli: update new project template (9aac626)

1.0.3 (2021-02-06)

Bug Fixes

  • cli: new command without npm scope (5ef1887)

1.0.2 (2021-01-15)

Bug Fixes

  • cli: mkdir -p is not valid command in powershell (84a6ea9)

1.0.1 (2021-01-07)

Bug Fixes

  • cli: fix random node process got killed issue (58d4634)

1.0.0 (2020-12-29)