Astro: @astrojs/node@3.0.0 Release

Release date:
November 7, 2022
Previous version:
@astrojs/node@2.0.2 (released October 27, 2022)
Magnitude:
3,895 Diff Delta
Contributors:
12 total committers
Data confidence:
Commits:

60 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored October 27, 2022
Authored November 1, 2022
Authored November 1, 2022
Authored November 3, 2022
Authored October 28, 2022
Authored November 3, 2022
Authored November 4, 2022
Authored November 4, 2022
Authored October 28, 2022
Authored November 3, 2022
Authored November 2, 2022
Authored October 28, 2022
Authored October 28, 2022
Authored November 1, 2022
Authored November 3, 2022
Authored October 28, 2022
Authored October 28, 2022
Authored November 1, 2022
Authored November 2, 2022
Authored October 31, 2022
Authored October 28, 2022

Top Contributors in @astrojs/node@3.0.0

ematipico
Princesseuh
tony-sull
mrienstra
MoustaphaDev
VladCuciureanu
sarah11918
JerryWu1234
MontelAle
aleksa-codes

Directory Browser for @astrojs/node@3.0.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Major Changes

  • #5290 b2b291d29 Thanks @matthewp! - Handle base configuration in adapters

    This allows adapters to correctly handle base configuration. Internally Astro now matches routes when the URL includes the base.

    Adapters now also have access to the removeBase method which will remove the base from a pathname. This is useful to look up files for static assets.

Patch Changes