Skip to content

Releases: NativeScript/nativescript-cli

v8.3.0

25 Jul 22:18
Compare
Choose a tag to compare

8.3.0 (2022-07-25)

Bug Fixes

Features

v8.2.3

23 Mar 16:01
Compare
Choose a tag to compare

Bug Fixes

  • doctor: improve target and sdk compatibility detection on <8.2 (#5648) (fa257dd)
  • ios-publish: changes in Apple API to set Team (#5653) (5ceb254)
  • spawn: resolve relative paths to prevent ENOENT errors (37d576b), closes #5649
  • test: node17 resolves localhost to ipv6 instead of ipv4 (81cb9c3)

v8.2.2

09 Mar 22:28
Compare
Choose a tag to compare

Bug Fixes

Features

  • read gradle versions from local runtime first (#5646) (1b9cde3)

v8.2.1

09 Mar 01:35
Compare
Choose a tag to compare

Bug Fixes

  • node17 debugger can't attach (fc84d92)

v8.2.0

08 Mar 23:15
Compare
Choose a tag to compare

Bug Fixes

  • remove deprecated property (f7b4a74)
  • pnpm: escape + in podfile path string (#5638) (a11cace)
  • add a missing newline to the clean command (#5611) (46c396d)
  • correctly allow plugins build to detect before-plugins.gradle (#5631) (3b42042)
  • import performance from perf_hooks (fade332)
  • move additionalPathsToClean under cli object (d16a932)
  • write project settings to gradle.properties (#5640) (e0ed7f2)
  • doctor: Cannot read property 'toLowerCase' of null (#5604) (0be52e9)
  • test: exit test command if karma finishes execution (#5618) (9f73e96)

Features

v8.1.5

26 Nov 19:32
Compare
Choose a tag to compare

Bug Fixes

  • clean: report failures to remove item (#5601) (3902257)
  • config: handle invalid/unset projectDir (b844498)
  • migrate: create polyfills.ts if missing for angular projects (#5593) (8728335)

Features

v8.1.4

11 Oct 16:00
Compare
Choose a tag to compare

8.1.4 (2021-10-11)

Bug Fixes

  • migrate: loosen up migrate condition for missing dependencies (96af85b)
  • runtime version detection for tags (#5587) (a0663f4), closes #5574

v8.1.3

30 Sep 17:52
Compare
Choose a tag to compare

8.1.3 (2021-09-30)

Bug Fixes

  • ios-publish: update API (#5580) (63acaa6)
  • m1: cocoapods command when installed natively (#5584) (65dcf01)
  • metadata-filtering: only add when there are items to add (ab9fc0f)
  • test-execution-service: canStartKarma condition (c68d58e)
  • fix source map path (#5583) (8ecb335)
  • require.resolve for packages with exports field in package.json (#5579) (56ed35b)
  • source-map appPath prefix detection (77a8ce7)

Features

v8.1.2

15 Sep 16:27
Compare
Choose a tag to compare

8.1.2 (2021-09-15)

Bug Fixes

  • http-client: requests with no proxy configured (#5573) (d5121b4)

v8.1.1

12 Sep 17:50
Compare
Choose a tag to compare

8.1.1 (2021-09-12)

Bug Fixes

  • launching android 11 and 12 emulators (f32642e)
  • order package.json keys the right way on project creation (e68dcc8)
  • create-project: local template handling (4f8d644)
  • gradle build error when building some plugins (58a0e60)
  • runtime versions with a range (e0bbf1b)

Features

  • create-project: allow --force to forcefully create git repo inside another one (30d42d2)
  • create-project: cleaner post-create message (7c8741e)
  • create-project: detect git repo before initializing and --no-git support (6d9b7df)
  • new ns update handling (bff78e3)
  • updated migration rules (b2d51da)

Performance Improvements

  • implement a memoize decorator with smart caching (6521671)