Skip to content

Releases: runablejs/runable

1.0.0-alpha.21

1.0.0-alpha.21 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 17:41
e13fac8

1.0.0-alpha.21 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.21

Patch Changes

  • #82 ad00d67 Thanks @domutala! - Keep root lifecycle hooks working when the application renders through SSR or updates through HMR.

Contributors

1.0.0-alpha.20

1.0.0-alpha.20 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:51
a3bf973

1.0.0-alpha.20 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.20

Patch Changes

  • #80 c5dfc80 Thanks @domutala! - Rename the built-in welcome component file to match its public RunableWelcome name and load its scoped styles automatically.

Contributors

1.0.0-alpha.19

1.0.0-alpha.19 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 18:16
5bc66f8

1.0.0-alpha.19 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.19

Patch Changes

  • #77 c72c87f Thanks @domutala! - Serve generated client assets through every adapter in production.

  • #77 83d018f Thanks @domutala! - Serve .txt production assets with the text/plain MIME type so browsers display them inline.

  • #77 c72c87f Thanks @domutala! - Use RUNABLE_MODE instead of NODE_ENV to select Runable's production runtime.

@runablejs/cli 1.0.0-alpha.19

Patch Changes

Contributors

1.0.0-alpha.18

1.0.0-alpha.18 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 18:58
afd092e

1.0.0-alpha.18 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.18

Patch Changes

  • #75 61e3258 Thanks @domutala! - Inject Runable auto-imports and auto-components into application resources explicitly registered by installed modules.

Contributors

1.0.0-alpha.17

1.0.0-alpha.17 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 16:10
4b119a0

1.0.0-alpha.17 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.17

Patch Changes

  • #73 9cdc4da Thanks @domutala! - Load the production SSR manifest without a JSON module import and remove an invalid Rolldown manifest option.

@runablejs/cli 1.0.0-alpha.17

Patch Changes

  • #73 7c00343 Thanks @domutala! - Give every starter its own framework-specific gitignore file and Runable lifecycle scripts, and streamline the AdonisJS starter while retaining ESLint and Prettier.
  • Updated dependencies [9cdc4da]:
    • runable@1.0.0-alpha.17

Contributors

1.0.0-alpha.16

1.0.0-alpha.16 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 14:22
c0af4c4

1.0.0-alpha.16 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.16

Patch Changes

  • #71 6b0b398 Thanks @domutala! - Include the Oxc decorator runtime required by the compiled NestJS adapter.

Contributors

1.0.0-alpha.15

1.0.0-alpha.15 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 13:53
bf07c94

1.0.0-alpha.15 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.15

Minor Changes

  • #69 8841343 Thanks @domutala! - Add a configurable NestJS catch-all module and update the NestJS starter to register it.

@runablejs/cli 1.0.0-alpha.15

Patch Changes

  • #69 8841343 Thanks @domutala! - Add a configurable NestJS catch-all module and update the NestJS starter to register it.
  • Updated dependencies [8841343]:
    • runable@1.0.0-alpha.15

Contributors

1.0.0-alpha.14

1.0.0-alpha.14 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 01:54
0111b31

1.0.0-alpha.14 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.14

Patch Changes

  • #67 02ebe9a Thanks @domutala! - Add the internal Runable welcome component and use it as the home page of every generated starter.

@runablejs/cli 1.0.0-alpha.14

Patch Changes

  • #67 02ebe9a Thanks @domutala! - Add the internal Runable welcome component and use it as the home page of every generated starter.
  • Updated dependencies [02ebe9a]:
    • runable@1.0.0-alpha.14

Contributors

1.0.0-alpha.13

1.0.0-alpha.13 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 00:36
0999b95

1.0.0-alpha.13 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.13

Patch Changes

  • #65 1ace040 Thanks @domutala! - Use the ESM Lodash build in browser runtime entries so Vite can load the merge helper without CommonJS interop errors.

Contributors

1.0.0-alpha.12

1.0.0-alpha.12 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 00:11
09ec73d

1.0.0-alpha.12 is the next Runable prerelease.

Changelog

compare changes

runable 1.0.0-alpha.12

Patch Changes

  • #63 4dc97c8 Thanks @domutala! - Ship unctx as a runtime dependency so installed applications can load Runable's context implementation.

@runablejs/cli 1.0.0-alpha.12

Patch Changes

  • #63 4dc97c8 Thanks @domutala! - Wrap the NestJS starter initialization in a bootstrap function.

  • #63 e5785b2 Thanks @domutala! - Allow esbuild dependency scripts in generated pnpm projects so dependency installation completes without manual approval.

  • #63 4dc97c8 Thanks @domutala! - Use the current CLI package version for runable and @runablejs/cli when creating projects and modules.

  • Updated dependencies [4dc97c8]:

    • runable@1.0.0-alpha.12

Contributors