Skip to content

Latest commit

 

History

History
603 lines (265 loc) · 26.7 KB

File metadata and controls

603 lines (265 loc) · 26.7 KB

2.0.9 (2024-10-24)

Bug Fixes

  • plugin: improve regex pattern for finding ModuleFederationPlugin (dcfa975)

2.0.8 (2024-10-24)

Bug Fixes

  • compileTypesAsync: improve worker termination logic (e4c8264)

2.0.7 (2024-10-20)

2.0.6 (2024-10-16)

Bug Fixes

  • worker process termination and logging (aacc3f5)

2.0.5 (2024-10-15)

Bug Fixes

  • getAllFilePaths: reassign updated array of files (d756825)

2.0.4 (2024-10-15)

Bug Fixes

  • retrieving compiler options (12bc59b)

2.0.3 (2024-10-14)

2.0.2 (2024-10-14)

Bug Fixes

  • update getTSConfigCompilerOptions to handle TypeScript >= 5.4, resolves issue introduced by #40 (767c771)

2.0.1 (2024-10-14)

Bug Fixes

  • update import statement for mkdirp (8007ad0)

2.0.0 (2024-10-14)

  • feat!: NGU-2227 async compilation (9e8f204)

Bug Fixes

BREAKING CHANGES

    • Added worker to handle compilation

1.18.0 (2024-02-20)

Features

  • substitute aliased modules (2479783)

1.17.0 (2024-02-19)

Features

  • removed cloudbeds-specific config (0ccc0cd)

1.16.0 (2024-02-04)

Features

  • support Rspack ModuleFederationPluginV1 (b02b9c5)

1.15.4 (2024-01-31)

Bug Fixes

  • bin: fallback for webpack config path (355429a)

1.15.3 (2024-01-19)

Bug Fixes

  • alias replace in internal imported declares (10db038)

1.15.2 (2024-01-18)

Bug Fixes

  • support webpack config as function (2dfe60c)

1.15.1 (2024-01-09)

Bug Fixes

  • download-types: default webpack config (44366ba)
  • download-types: default webpack config, require from cwd (c5ab635)

1.15.0 (2024-01-08)

Features

  • added download-federated-types script (15a3500)

1.14.0 (2023-10-17)

Bug Fixes

Features

  • custom module federation plugin name (51dd83f)

1.13.12 (2023-09-29)

Bug Fixes

1.13.11 (2023-09-29)

Bug Fixes

1.13.10 (2023-09-29)

Bug Fixes

1.13.9 (2023-09-29)

Bug Fixes

1.13.8 (2023-09-29)

Bug Fixes

1.13.7 (2023-09-29)

Bug Fixes

1.13.6 (2023-09-29)

Bug Fixes

1.13.5 (2023-09-29)

Bug Fixes

1.13.4 (2023-09-29)

Bug Fixes

1.13.3 (2023-09-29)

Bug Fixes

1.13.2 (2023-09-28)

Bug Fixes

1.13.1 (2023-08-18)

Bug Fixes

1.13.0 (2023-08-18)

Features

  • support passing --tsconfig as CLI param (b1bdb7e)

1.12.13 (2023-08-18)

Bug Fixes

  • drop support for legacy manifest (4f17ce5)

1.12.12 (2023-06-18)

Bug Fixes

  • absence of artifacts base url (12c49a2)

1.12.11 (2023-06-18)

Bug Fixes

1.12.10 (2023-06-18)

Bug Fixes

1.12.9 (2023-06-18)

Bug Fixes

1.12.8 (2023-06-18)

Bug Fixes

1.12.7 (2023-06-18)

Bug Fixes

  • support base url for stage and prod env (7ca2f02)

1.12.6 (2023-06-18)

Bug Fixes

  • support base url for versioned artifacts (b2531fb)

1.12.5 (2023-06-15)

Bug Fixes

  • support legacy manifest (7064c42)

1.12.4 (2023-06-15)

Bug Fixes

1.12.3 (2023-06-15)

Bug Fixes

  • removed deprecated manifest support (a87526e)

1.12.2 (2023-06-15)

Bug Fixes

  • support dynamic version in url (cbd0cd7)

1.12.1 (2023-06-13)

Bug Fixes

1.12.0 (2023-06-13)

Features

  • NGU-503 support remote entry manifest with object syntax (b9700eb)

1.11.5 (2023-03-17)

Bug Fixes

  • ci: changed publish workflow (927ba17)

1.11.4 (2023-03-16)

Bug Fixes

  • ci: removed permission field (c808f1e)

1.11.3 (2023-03-16)

Bug Fixes

1.11.2 (2022-09-26)

Bug Fixes

1.11.1 (2022-09-22)

Bug Fixes

  • changed startup compilation order in watch mode (49113a9)

1.11.0 (2022-09-22)

Features

  • changed the way types are downloaded on startup to ensure that the types are included in the compilation (1565310)

1.10.0 (2022-09-13)

Bug Fixes

  • replace original remote name with aliased in downloaded types (cdc3fd0)
  • test for remoteEntryUrls (98e6d8e)

Features

  • added remoteEntryUrls option (2a96245)

1.9.5 (2022-09-02)

Bug Fixes

  • added info about the .d.ts URL location (ec3ddbd)

1.9.4 (2022-08-29)

Bug Fixes

1.9.3 (2022-08-29)

Bug Fixes

  • expand tsconfig lib name to a file name (aedae51)
  • support exposed module paths with file extension (292517a)

1.9.2 (2022-08-29)

Bug Fixes

  • compile on startup only on afterEmit hook, fixes compatibility with CleanWebpackPlugin (47fef2b)
  • docs: added TOC (f09c017)

1.9.1 (2022-08-28)

Bug Fixes

  • override noEmit to emit types, needed when used alongside create-react-app (3fc283a)

1.9.0 (2022-08-28)

Bug Fixes

Features

  • added --federation-config option (17a91e1)

1.8.2 (2022-08-10)

Bug Fixes

1.8.1 (2022-08-10)

Bug Fixes

1.8.0 (2022-08-05)

Bug Fixes

  • docs: remove duplicate feature tables (ebd3802)

Features

  • added options to configure paths (6022a8d)

1.7.2 (2022-07-25)

Bug Fixes

  • use-domain-name keyword to define remotes URL (0d9b349)

1.7.1 (2022-07-25)

Bug Fixes

  • node_module types for CLI tool (68c384d)

1.7.0 (2022-07-24)

Features

  • include types from node_modules (1512c84)

1.6.0 (2022-07-24)

Features

  • added awareness for devbox DEPLOYMENT_ENV to minimize configuration in microapps (5fc80f7)

1.5.1 (2022-07-22)

Bug Fixes

  • changed name for downloadTypesWhenIdleIntervalInSeconds field (832819a)

1.5.0 (2022-07-22)

Features

  • added options to disable compilation of types and download of remote types (f426c5d)

1.4.5 (2022-07-22)

Bug Fixes

  • changed prefix for types that must not be imported (1d71479)

1.4.4 (2022-07-22)

Bug Fixes

  • excessive relative path prefix (5e782fe)

1.4.3 (2022-07-22)

Bug Fixes

  • relative path for readDir (feb207c)

1.4.2 (2022-07-22)

Bug Fixes

  • relative path for readDir (8024ec7)

1.4.1 (2022-07-22)

Bug Fixes

1.4.0 (2022-07-22)

Features

  • changed destination path for downloaded types (521485f)

1.3.2 (2022-07-21)

Bug Fixes

1.3.1 (2022-07-21)

Bug Fixes

1.3.0 (2022-07-21)

Features

  • use Cloudbeds remote manifests by default, making it a drop-in configuration-less plugin (d154b38)

1.2.0 (2022-07-21)

Features

  • added Cloudbeds remote manifest files support (9be6a53)

1.1.0 (2022-07-19)

Features

  • added ability to download remote entry configs (manifest files for microapp bundles) (c50c0ee)

1.0.2 (2022-07-19)

Bug Fixes

1.0.1 (2022-07-19)

Bug Fixes

  • automatically create destination folders (12bb309)

1.0.0 (2022-07-19)

Features

  • added support for templated remote origin URLs (00cbad0)