Skip to content

Releases: Dev-Thought/nx-plugins

Support custom webpack for angular applications

18 Dec 05:20
Compare
Choose a tag to compare

Feature

  • custom webpack support for angular applications are supported now (#65 thx to @kleberksms )

Update ncc owner package

09 Dec 04:36
Compare
Choose a tag to compare

The dependency @zeit/ncc is available under @vercel/ncc now

Fixes for Nx DeployIt

24 Apr 17:04
Compare
Choose a tag to compare

Fix:

  • Enable cors "*" per default for Azure Functions

Angular Universal for Google Cloud Platform

16 Apr 19:46
Compare
Choose a tag to compare

Feature

  • add Angular Universal support google cloud platform
  • add permission rights for google cloud functions invocation. Not necessary to do it manually anymore.

Angular Universal is here

13 Apr 21:40
Compare
Choose a tag to compare

Features

  • Support of angular universal for AWS and Azure (GCP will follow).

Bugfixes

  • azure express wrong import
  • azure remove suffix api from deployment
  • azure moved to file sync based and removed own implementation
  • webapp add mime package to all

Predictive Setup & Serverless NestJS for AWS

08 Mar 20:49
Compare
Choose a tag to compare

We are happy to announce a new release with great features!

  • Support for predictive setup
  • NestJS supports deployments on AWS lambda via API Gateway

Predictive Setup
ng-deploy-it autodetects supported applications after ng add and asks you which one you want to set up for deployment. For NX native user the schematic @dev-thought/ng-deploy-it:predictive-setup must be invoked after the package was installed.

Support for nx native cli and ng cli

25 Feb 21:24
Compare
Choose a tag to compare
  • refactor: pulumi dep is installed by ng-deploy-it now
  • refactor: ng-add is renamed in predictive-setup now
  • refactor: predictive-setup has ng-add as an alias (preparing #23 )

New abstraction layer for development

24 Feb 18:10
Compare
Choose a tag to compare
  • refactor: init schematic to abstract adapters and remove pulumi interaction and use own
  • feat: adjust deploy job with new config
  • feat: pulumi config can be found in angular.json now and will be used on deployments and destroys

Now it is much easier to adapt to other application types.

NestJS support for google cloud platform

23 Feb 07:45
Compare
Choose a tag to compare
  • feat: add GCP support for nestjs deployment
  • feat: update pulumi to the newest version

Deploy NestJS on Azure now!

20 Feb 06:22
Compare
Choose a tag to compare
  • add support to deploy NestJS in Azure as azure function
  • add support for multiple stacks (stack name contains project name now)