Releases: NativeScript/nativescript-cli
Releases · NativeScript/nativescript-cli
v8.3.0
8.3.0 (2022-07-25)
Bug Fixes
- ios-publish: Update API calls to get applications (#5678) (4abe2c9)
- unit-test-runner: node 18 binding family (#5673) (1da28bc)
- ios log filtering (#5679) (8446000)
Features
- bump @nativescript/doctor version (893989b)
- cleaner log output (#5680) (5330207)
- doctor: add android-33 to supported sdks (b8f15a0)
- migrate: use Angular 14.1 (#5681) (d5d4206)
- add watchAction hooks (#5661) (bb3a696)
- alias --simulator to --emulator (e9d9d5a)
- re-enable preview command (#5676) (98124e7)
v8.2.3
v8.2.2
v8.2.1
v8.2.0
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
- --gradlePath argument support (#5628) (387c7c0)
--gradleArgs
option to pass gradle parameters (#5630) (02d179a)- build transient native dependencies (#5643) (1435eef)
- bump migrate versions for 8.2.0 (#5645) (6726ccc)
- compute and log build time (#5602) (fb0a7b8)
- improved --json output from devices (#5565) (8446795)
- reduce aar size by removing R.class and BuildConfig.class (#5644) (9ad80bf)
- android: add gradle 7+ support (#5614) (be6706a)
- clean: allow overriding pathsToClean in config (b33507d)
- typings: support --aar inputs (#5641) (67fdd0a)
- launch last used simulator instead of iPhone 6 (289317d)
v8.1.5
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
ns -v --json
to skip update checks (d7330b0)- github issue forms (#5609) (676630b)
- nativescript-envinfo package (#5600) (fd3b3a8)
- unit-test-runner 3.0 with optional coverage report handling (#5610) (ae7f286)
- config: cli.packageManager override support (#5596) (3c03579)
- hooks: project persistent hooks in config (#5597) (97bbe33)
v8.1.4
v8.1.3
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
v8.1.1
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)