Nativescript Cli Versions Save

Command-line interface for building NativeScript apps

v8.7.0

3 weeks ago

8.7.0 (2024-04-08)

Bug Fixes

  • autocomplete: fix the generation of the autocomplete script and prevent duplication on enable/disable (#5794) (7c87b49)
  • debug-ios: don't explicitly bind ws to localhost (#5788) (280b10d)
  • ios: only allow IPHONEOS_DEPLOYMENT_TARGET to be explicitly set vs entire xcconfig (ac8afcc)
  • ios: skip package validation on xcodebuild (#5782) (e47cff4)
  • plugins: parse name issue with invalid plugins (#5770) (f826248)
  • remove python six requirement (#5785) (25ae1f0)
  • tests (13b0bdb)

Features

v8.6.5

3 months ago

Full Changelog: https://github.com/NativeScript/nativescript-cli/compare/v8.6.4...v8.6.5

v8.6.4

3 months ago

8.6.4 (2024-01-17)

Bug Fixes

v8.6.3

4 months ago

Android SDK 34 support

v8.6.1

6 months ago

Bug Fixes

v8.6.0

6 months ago

Bug Fixes

  • bump resolve-package-path to fix aliased module resolution (3307155)
  • check if interactive before attaching key commands (27d3940)
  • get framework name from Info.plist (#5759) (6bc6ca9)
  • hash plugin files after prepare (#5753) (ecf1959)
  • ios-device-lib: use 0.9.3 with device core handling (5cc76f4)
  • logs: android log detection fixes (b5cc32e)
  • logs: correctly trim ios logs + fix tests (be1e737)
  • logs: don't trim leading whitespace (f522401)
  • use valid interface (a35dfa6)

Features

  • add key commands (5dbc780)
  • allow android plugins to have cpp code (#5758) (c5f7b85)
  • allow running on visionOS (#5745) (f6a0fdd)
  • angular: use 16.2.0 on ns update (a31b3bb)
  • extension: initial per-extension provisioning (#5749) (c564e18)
  • extensions: add extension podfile and setup extension with provision (#5751) (ba3293c)
  • extensions: allow seperate release/debug build configuration (#5741) (fdcc98e)
  • ios: always override xcconfig with user values (#5735) (5b88e06)
  • logs: improve android logging (#5755) (8c5ef04)
  • spm: add support for local SPM packages (#5748) (c40e217)

v8.5.3

1 year ago

8.5.3 (2023-04-12)

Bug Fixes

v8.5.1

1 year ago

8.5.1 (2023-03-29)

Reverts

  • "fix: build plugins using same gradle config structure as apps (#5671)" (2c2c964)

v8.5.0

1 year ago

8.5.0 (2023-03-28)

Bug Fixes

  • publish: various apple publish/sign-in fixes (#5718) (1c27c2b)
  • build plugins using same gradle config structure as apps (#5671) (40e459a)
  • android: support unsigned apks (#5706) (32d3a0f)
  • doctor: check for python3 instead of python (f21156c)

Features