2.0.9 (2024-10-24)
- plugin: improve regex pattern for finding ModuleFederationPlugin (dcfa975)
2.0.8 (2024-10-24)
- compileTypesAsync: improve worker termination logic (e4c8264)
2.0.7 (2024-10-20)
2.0.6 (2024-10-16)
- worker process termination and logging (aacc3f5)
2.0.5 (2024-10-15)
- getAllFilePaths: reassign updated array of files (d756825)
2.0.4 (2024-10-15)
- retrieving compiler options (12bc59b)
2.0.3 (2024-10-14)
2.0.2 (2024-10-14)
- update getTSConfigCompilerOptions to handle TypeScript >= 5.4, resolves issue introduced by #40 (767c771)
2.0.1 (2024-10-14)
- update import statement for mkdirp (8007ad0)
2.0.0 (2024-10-14)
- feat!: NGU-2227 async compilation (9e8f204)
- import ts (ed54ab1)
-
- Added worker to handle compilation
1.18.0 (2024-02-20)
- substitute aliased modules (2479783)
1.17.0 (2024-02-19)
- removed cloudbeds-specific config (0ccc0cd)
1.16.0 (2024-02-04)
- support Rspack ModuleFederationPluginV1 (b02b9c5)
1.15.4 (2024-01-31)
- bin: fallback for webpack config path (355429a)
1.15.3 (2024-01-19)
- alias replace in internal imported declares (10db038)
1.15.2 (2024-01-18)
- support webpack config as function (2dfe60c)
1.15.1 (2024-01-09)
- download-types: default webpack config (44366ba)
- download-types: default webpack config, require from cwd (c5ab635)
1.15.0 (2024-01-08)
- added download-federated-types script (15a3500)
1.14.0 (2023-10-17)
- trigger (72707d0)
- custom module federation plugin name (51dd83f)
1.13.12 (2023-09-29)
- trigger (21c6587)
1.13.11 (2023-09-29)
- trigger (b58ddef)
1.13.10 (2023-09-29)
- trigger (7c23020)
1.13.9 (2023-09-29)
- trigger (01cbe60)
1.13.8 (2023-09-29)
- trigger (0774e48)
1.13.7 (2023-09-29)
- trigger (6d3842e)
1.13.6 (2023-09-29)
- trigger (25a6817)
1.13.5 (2023-09-29)
- trigger (4bfe21f)
1.13.4 (2023-09-29)
- added npmrc (4cde7e2)
1.13.3 (2023-09-29)
- trigger (17e1004)
1.13.2 (2023-09-28)
- updated stage url (5fe179f)
1.13.1 (2023-08-18)
- trigger (67b823f)
1.13.0 (2023-08-18)
- support passing --tsconfig as CLI param (b1bdb7e)
1.12.13 (2023-08-18)
- drop support for legacy manifest (4f17ce5)
1.12.12 (2023-06-18)
- absence of artifacts base url (12c49a2)
1.12.11 (2023-06-18)
- remote manifest url (168847f)
1.12.10 (2023-06-18)
- mkdirp (1d467ea)
1.12.9 (2023-06-18)
- ci trigger (5796c46)
1.12.8 (2023-06-18)
1.12.7 (2023-06-18)
- support base url for stage and prod env (7ca2f02)
1.12.6 (2023-06-18)
- support base url for versioned artifacts (b2531fb)
1.12.5 (2023-06-15)
- support legacy manifest (7064c42)
1.12.4 (2023-06-15)
- support other dev envs (9d03a86)
1.12.3 (2023-06-15)
- removed deprecated manifest support (a87526e)
1.12.2 (2023-06-15)
- support dynamic version in url (cbd0cd7)
1.12.1 (2023-06-13)
- dependencies: bump (2f2745e)
1.12.0 (2023-06-13)
- NGU-503 support remote entry manifest with object syntax (b9700eb)
1.11.5 (2023-03-17)
- ci: changed publish workflow (927ba17)
1.11.4 (2023-03-16)
- ci: removed permission field (c808f1e)
1.11.3 (2023-03-16)
- collision with @ alias (50f4140)
1.11.2 (2022-09-26)
- watch hook (1ccd15a)
1.11.1 (2022-09-22)
- changed startup compilation order in watch mode (49113a9)
1.11.0 (2022-09-22)
- 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)
- replace original remote name with aliased in downloaded types (cdc3fd0)
- test for remoteEntryUrls (98e6d8e)
- added remoteEntryUrls option (2a96245)
1.9.5 (2022-09-02)
- added info about the .d.ts URL location (ec3ddbd)
1.9.4 (2022-08-29)
- release (b10c292)
1.9.3 (2022-08-29)
- expand tsconfig lib name to a file name (aedae51)
- support exposed module paths with file extension (292517a)
1.9.2 (2022-08-29)
- compile on startup only on afterEmit hook, fixes compatibility with CleanWebpackPlugin (47fef2b)
- docs: added TOC (f09c017)
1.9.1 (2022-08-28)
- override noEmit to emit types, needed when used alongside create-react-app (3fc283a)
1.9.0 (2022-08-28)
- ci: switch to actions (288dadb)
- added --federation-config option (17a91e1)
1.8.2 (2022-08-10)
- ci-test (59dc329)
1.8.1 (2022-08-10)
- ci: set secrets to inherit (8430bc9)
- ci: set secrets to inherit (dd98493)
- ci: set secrets to inherit (a077148)
- docs (14c2b5b)
- docs (d2cc961)
- docs (de9a5b4)
- update README (0cec2ae)
1.8.0 (2022-08-05)
- docs: remove duplicate feature tables (ebd3802)
- added options to configure paths (6022a8d)
1.7.2 (2022-07-25)
- use-domain-name keyword to define remotes URL (0d9b349)
1.7.1 (2022-07-25)
- node_module types for CLI tool (68c384d)
1.7.0 (2022-07-24)
- include types from node_modules (1512c84)
1.6.0 (2022-07-24)
- added awareness for devbox DEPLOYMENT_ENV to minimize configuration in microapps (5fc80f7)
1.5.1 (2022-07-22)
- changed name for downloadTypesWhenIdleIntervalInSeconds field (832819a)
1.5.0 (2022-07-22)
- added options to disable compilation of types and download of remote types (f426c5d)
1.4.5 (2022-07-22)
- changed prefix for types that must not be imported (1d71479)
1.4.4 (2022-07-22)
- excessive relative path prefix (5e782fe)
1.4.3 (2022-07-22)
- relative path for readDir (feb207c)
1.4.2 (2022-07-22)
- relative path for readDir (8024ec7)
1.4.1 (2022-07-22)
1.4.0 (2022-07-22)
- changed destination path for downloaded types (521485f)
1.3.2 (2022-07-21)
- crlf in typings (0b1c7b0)
1.3.1 (2022-07-21)
- @remote-types path in generated typings file (76964b1)
1.3.0 (2022-07-21)
- use Cloudbeds remote manifests by default, making it a drop-in configuration-less plugin (d154b38)
1.2.0 (2022-07-21)
- added Cloudbeds remote manifest files support (9be6a53)
1.1.0 (2022-07-19)
- added ability to download remote entry configs (manifest files for microapp bundles) (c50c0ee)
1.0.2 (2022-07-19)
- cli bin path (42e4b6e)
1.0.1 (2022-07-19)
- automatically create destination folders (12bb309)
- added support for templated remote origin URLs (00cbad0)