Skip to content

Releases: 11ty/dev-server

Dev Server v3.0.0-alpha.9

10 Jun 22:43
Immutable release. Only release title and notes can be modified.
398d0e3

Choose a tag to compare

Pre-release

Note

Immutable publish was unsuccessful. Use identical v3.0.0-alpha.10 instead.

Dev Server v3.0.0-alpha.10

10 Jun 22:47
Immutable release. Only release title and notes can be modified.
ffe91fe

Choose a tag to compare

Pre-release
  • Breaking: Node 22.15 minimum (from Node 20.19) matches upcoming v4 core changes.
  • Show reload reason in reload client when reloading the page
  • Incremental backoff on reconnect retries
  • Remove ssri dependency by @tmcw in #134
  • Bump ws from 8.20.0 to 8.21.0 #138 #139

Full Milestone: https://github.com/11ty/dev-server/milestone/12?closed=1
Full Changelog: v3.0.0-alpha.8...v3.0.0-alpha.10

Dev Server v3.0.0-alpha.8

09 Apr 16:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Pre-release
  • Minor dependency updates
  • Fix regression with standalone CLI use and the missing please-upgrade-node dependency.

Full Changelog: v3.0.0-alpha.6...v3.0.0-alpha.8

Dev Server v3.0.0-alpha.7

09 Apr 15:13
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Pre-release

Important

Publish failed due to npm regression. Use identical v3.0.0-alpha.8 instead.

Eleventy Dev Server v3.0.0-alpha.6

10 Dec 22:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Pre-release
  • Internal dependency simplification (move from please-upgrade-node to @11ty/node-version-check) also on core 11ty/eleventy@edab239

Full Changelog: v3.0.0-alpha.5...v3.0.0-alpha.6

Eleventy Dev Server v3.0.0-alpha.5

05 Dec 18:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Pre-release
  • Breaking: Dependency upgrade chokidar from v4 to v5 #126
  • Breaking: Dependency upgrade ssri from v12 to v13 #127

Relevant breaking changes from those major dependency upgrades:

  • Node minimum now 20.19+

Full Changelog: v3.0.0-alpha.4...v3.0.0-alpha.5

Eleventy Dev Server v3.0.0-alpha.4

02 Dec 20:38

Choose a tag to compare

Pre-release
  • Uses npm Trusted Publishers (OIDC) publish workflow
  • (No plugin code changes)

Full Changelog: v3.0.0-alpha.3...v3.0.0-alpha.4

Eleventy Dev Server v3.0.0-alpha.3

01 Aug 16:31

Choose a tag to compare

Pre-release

Milestone: https://github.com/11ty/eleventy-dev-server/milestone/12?closed=1
Full Changelog: v3.0.0-alpha.2...v3.0.0-alpha.3

Eleventy Dev Server v3.0.0-alpha.2

30 Jul 16:51

Choose a tag to compare

Pre-release
  • Adds messageOnClose function callback option to return a CLI message when the dev server is closed (similar to messageOnStart #79)
  • Adds chokidarOptions: {} option to configure chokidar dependency (for emulated passthrough copy feature in Eleventy core, related #119)

Milestone: https://github.com/11ty/eleventy-dev-server/milestone/12?closed=1
Full Changelog: v3.0.0-alpha.1...v3.0.0-alpha.2

Eleventy Dev Server v3.0.0-alpha.1

29 Jul 18:14

Choose a tag to compare

Pre-release
  • Breaking: this package is now ESM #96
  • Breaking: Bump Node.js minimum from 18 to 20+ #122
  • Breaking: Bump chokidar from v3 to v4 by @talentlessguy in #94 #119
    • If you’re using this as a standalone library (independent of Eleventy core), note that this change drops support for globs passed to watch option (instead point to directories to watch files in that directory — or files directly)
  • Fix: Remove reserved word @jgarber623 in #114
  • Fix: Update MIME type handling, adds encoding for text file types by @Nooshu in #111 #112
  • Fix: Dev server resists leaving the page (Firefox) #109
  • Task: Upgrade ssri dependency from v11 to v12 (Node minimum bump) #121
  • Task: Upgrade mime dependency from v3 to v4 (Node minimum bump, ESM) #118
  • Task: Upgrade finalhandler dependency from v1 to v2 (Node minimum bump) #120

Thank you @jgarber623 @Nooshu and @talentlessguy!

Milestone: https://github.com/11ty/eleventy-dev-server/milestone/12?closed=1
Full Changelog: v2.0.8...v3.0.0-alpha.1