Граф коммитов

130 Коммитов

Автор SHA1 Сообщение Дата
rosen-vladimirov 0b8176aac8 chore: set version to 1.21.2 2020-06-03 09:41:03 +03:00
rosen-vladimirov 804e364794 chore: set version to 1.21.1 2020-06-03 08:32:38 +03:00
rosen-vladimirov fd409b0ce1 chore: set version to 1.21.0 2020-06-02 12:31:51 +03:00
rosen-vladimirov 27d22c9a74 chore: update version 2020-06-01 13:29:20 +03:00
rosen-vladimirov 1d6de38fd0 release: cut 1.20.1 release 2020-02-05 09:46:08 +02:00
TsvetanMilanov 3a217bb66b Bump the version to 1.20.0 2019-11-22 11:17:10 +02:00
rosen-vladimirov 17d3067a4e chore: set version to 1.19.3 2019-11-13 17:56:23 +02:00
rosen-vladimirov e661378ecf fix: update nativescript-doctor to latest version
The currently used nativescript-doctor version is very old and it has non-direct dependency to the `natives` package, which does not work with latest Node.js versions. It needs to be updated every time when a new Node.js is released.
The latest nativescript-doctor version does not depend on natives package, so the errors with `natives` packages are not propagated anymore.
2019-11-13 16:05:23 +02:00
tsvetie eb9b5180b8 Update version for release 2019-09-18 19:01:40 +03:00
tsvetie 7941fe5e8f Update version for release 2019-09-13 11:48:26 +03:00
rosen-vladimirov 19f6f3307b chore: set version to 1.19.0 2019-09-03 09:14:16 +03:00
rosen-vladimirov 556943d45a chore: bump version to 1.18.2 2019-09-03 09:00:40 +03:00
DimitarTachev f7562239b2 fix: handle errors API changes in CLI 6.1 2019-08-13 11:22:25 +03:00
fatme 5a646d67b6 chore: bump version 2019-07-29 11:27:47 +03:00
fatme 66aa5eed7a fix: don't call prepare method twice on livesync related commands
CLI 6.0 prepares the project on initial sync for all livesync related commands and the `nativescript-cloud` tries to prepare it again. Hopefully there is a caching based on the platforms for which the webpack compilation is started. This way, a second webpack compilation is not started, but the prepare method is called for the second time. This led to the problem that nativePrepare method is called twice. However, for cloud related operations (when `skipNativePreapare` is true), `prepareNativePlatform` method only checks if there are changes in the project. This way, `checkForChanges` method is called twice. In order to remove the second `checkForChanges` we can remove preparing the project from cloud lib. This will led to the issue that if `tns cloud build ` command is executed and after that `tns cloud run`, the project will be built again. In order to avoid this behavior, we'll force the project preparation on `tns cloud build` command.
2019-07-16 12:42:14 +03:00
rosen-vladimirov e4cd0376b9 chore: add @types/minimatch as devDependency 2019-06-27 11:03:11 +03:00
fatme 83f4ef30af chore: bump version to 1.18.0 2019-06-26 08:00:20 +03:00
fatme ae289fc757 chore: fix version in package.json 2019-06-19 18:13:11 +03:00
fatme 841a3c476e feat: support only webpack workflow 2019-06-18 18:01:27 +03:00
rosen-vladimirov 9f250a1a22 release: cut 1.17.6 release 2019-06-17 12:50:47 +03:00
TsvetanMilanov 5c81bd5aa9 Fix cloud build command hang
The encryption service must not clone deep $usersSettingsService because
it will lead to start up of two cleanup processes and one of them will
live forever keeping the CLI alive!
2019-05-15 19:46:17 +03:00
TsvetanMilanov 682895527c Bump the version to 1.17.4 2019-04-08 14:55:02 +03:00
TsvetanMilanov 2096b6b6b5 Remove the cloud-emulators related code 2019-04-08 14:54:34 +03:00
rosen-vladimirov 3978df7bd7 release: cut 1.17.3 release 2019-04-08 12:02:57 +03:00
rosen-vladimirov 0a294a65d1 chore: update dev dependencies
Update devDependencies to latest TypeScript related versions as CLI had updated its own versions and current build fails. Remove `--type-check` from tslint spawn as the option is deprecated.
Remove tslint rule as it is also deprecated.
2019-04-02 01:51:07 +03:00
TsvetanMilanov 771dd16ef8 Bump the version to 1.17.2 2019-03-22 13:49:22 +02:00
TsvetanMilanov 1ab8093101 Bump the version to 1.17.1 2019-02-28 18:27:13 +02:00
TsvetanMilanov 13edb99497 Bump the version to 1.17.0 2019-02-22 12:10:44 +02:00
TsvetanMilanov a1b07b3bdc Add cloud operation v2 2019-02-21 13:33:08 +02:00
Tsvetan Milanov 2ab4735eda
Bump the version to 1.16.0
Bump the version to 1.16.0
2019-02-15 10:44:47 +02:00
Tsvetan Milanov 71184bf468
Remove the unused dependencies from package.json 2019-01-31 17:28:19 +02:00
TomaNikolov bcb919f09c Bump version. 2019-01-25 11:25:57 +02:00
TsvetanMilanov 1994875085 Bump the version to 1.15.2 2019-01-16 14:17:36 +02:00
rosen-vladimirov 969d9d4837 release: cut 1.15.1 release 2019-01-15 10:21:06 +02:00
rosen-vladimirov d2630a48bc fix: update @types/promise-retry to latest version
Fix the master build by updating `@types/promise-retry` to latest version. Currently the build fails as `@types/promise-retry`'s 1.1.1 version depends on `@types/retry` package with `*`, which means it always installs the latest version.
The `.d.ts` files in the latest `@types/retry` package are for newer version, which has breaking change in the API, so our transpilation fails. The issue is fixed in `@types/promise-retry` by using specific version of the `@types/retry` package.
2019-01-10 22:53:52 +02:00
TsvetanMilanov f6ef7de6f5 Use custom http-client temporary
We need to remove the stuck request check because it works for GET
requests, but for POST/PUT, we won't receive response until the whole
payload is transfered. The request.on("request") event is emitted even
if the SSL handshake is not complete and that's why we will remove this
check for now.
2019-01-03 13:31:59 +02:00
TsvetanMilanov 4fa21f29f9 Bump the version to 1.15.0 2018-12-21 15:11:32 +02:00
rosen-vladimirov ebe1ce9fac feat: add docs location
Add docs location in the package.json, so CLI will now where to search for the help of the extension's commands.
Ignore the html folder, which CLI will generate at the root of the extension once it is installed.
2018-12-13 15:58:59 +02:00
TsvetanMilanov 6a682c857c Bump the version to 1.14.4 2018-11-02 12:30:44 +02:00
TsvetanMilanov 290d0a8219 Bump the version to 1.14.3 2018-11-02 12:00:53 +02:00
rosen-vladimirov 0a8f13bcb9 release: set version to 1.14.2 2018-10-16 14:01:23 +03:00
rosen-vladimirov 1b067551a1 release: set version to 1.14.1 2018-10-12 16:33:28 +03:00
rosen-vladimirov 93c7448aa0 fix: transpilation fails due to new Node.js typings in CLI 2018-10-01 18:07:58 +03:00
rosen-vladimirov cf252fb1dd release: set version to 1.14.0 2018-10-01 18:02:24 +03:00
Kristian Dimitrov 44d4342468 fix: remove mobile-cli-lib dependency and add hmr option 2018-09-25 17:59:07 +03:00
rosen-vladimirov ee17d72b48 chore: Set version to 1.13.0 2018-07-18 08:29:39 +03:00
rosen-vladimirov e430db10df chore: Set version to 1.12.0 2018-07-03 11:17:51 +03:00
rosen-vladimirov c2d55507d0 chore: Bump version to 1.11.1 2018-06-27 15:52:58 +03:00
rosen-vladimirov bda331d741 chore: Update version to 1.11.0 2018-06-06 13:35:31 +03:00
Toma Nikolov 09a56b3402 Generate and store password for the macOS encrypted workspace. 2018-06-04 18:10:13 +03:00