v4.0.0 #17
75lb
announced in
Announcements
v4.0.0
#17
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a refresher release - there are no functional or behavioural changes to the web server itself.
Breaking changes since v3.1.0
lws-
in plugin names, (i.e. you could use--stack static
instead of--stack lws-static
). This was ambigious and introduced the risk of incorrectly loading a module namedstatic
, if it existed.Lws.create
method. You now need toawait
it.New feature
lws.config.js
may now also be namedlws.config.mjs
orlws.config.cjs
if preferred.Other improvements
require(lws)
.Upgrade notes
--stack static
) please use the full name (e.g.--stack lws-static
)await
the result.This discussion was created from the release v4.0.0.
Beta Was this translation helpful? Give feedback.
All reactions