Skip to content

Releases: 11ty/dev-server

Dev Server v3.0.0-alpha.9

Pre-release

Choose a tag to compare

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

Note

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

Dev Server v3.0.0-alpha.10

Pre-release

Choose a tag to compare

@zachleat zachleat released this 10 Jun 22:47
Immutable release. Only release title and notes can be modified.
ffe91fe
  • 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

Pre-release

Choose a tag to compare

@zachleat zachleat released this 09 Apr 16:11
Immutable release. Only release title and notes can be modified.
  • 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

Pre-release

Choose a tag to compare

@zachleat zachleat released this 09 Apr 15:13
Immutable release. Only release title and notes can be modified.

Important

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

Eleventy Dev Server v3.0.0-alpha.6

Pre-release

Choose a tag to compare

@zachleat zachleat released this 10 Dec 22:59
Immutable release. Only release title and notes can be modified.
  • Internal dependency simplification (move from please-upgrade-node to @11ty/node-version-check) also on core 11ty/buildawesome@edab239

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

Eleventy Dev Server v3.0.0-alpha.5

Pre-release

Choose a tag to compare

@zachleat zachleat released this 05 Dec 18:58
Immutable release. Only release title and notes can be modified.
  • 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

Pre-release

Choose a tag to compare

@zachleat zachleat released this 02 Dec 20:38
  • 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

Pre-release

Choose a tag to compare

@zachleat zachleat released this 01 Aug 16:31

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

Pre-release

Choose a tag to compare

@zachleat zachleat released this 30 Jul 16:51
  • 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

Pre-release

Choose a tag to compare

@zachleat zachleat released this 29 Jul 18:14
  • 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