Releases: danfuzz/lactoserv
Releases · danfuzz/lactoserv
v0.5.20
Breaking changes:
Other notable changes:
- Extracted base class
BaseSystem
from UsualSystem
, to help avoid code
duplication in downstream projects.
- Added ability to make hostnames use automatically-generated self-signed
certificates.
- A bunch of cleanup / rationalization around the configuration code, especially
with hostname and IP address parsing.
- Pulled in improved
bashy-lib
, and adjusted accordingly.
v0.5.19
Breaking changes:
- None. This is a build-only change. The built artifacts should remain the same.
Other notable changes:
- Pulled in improved
bashy-lib
, and adjusted accordingly.
v0.5.18
Breaking changes:
- None. Though there have been no intentionally-meaningful code changes, please
note that the ESLint update (see below) did require some code tweakage.
Other notable changes:
- Lint:
- Updated to latest ESLint. Adjusted comments and code accordingly.
- Un-janked how the linter gets built. It's now built using the same mechanism
as the main application build.
- Testing: As with the linter, un-janked how it gets built.
v0.5.17
Breaking changes:
- None. This is a build-only change. The built artifacts should remain the same.
Other notable changes:
- Updated automated build to use Node 20.
- Pulled in improved
bashy-lib
, and adjusted accordingly.
v0.5.16
v0.5.16 -- 2023-09-26
This is a build-only change. The built artifacts should remain the same.
Notable changes:
- Pulled in improved
bashy-lib
, and adjusted accordingly.
v0.5.15
Notable changes:
- Pulled in improved
bashy-lib
, and adjusted accordingly. This is a build-only
change. The built artifacts should remain the same.
v0.5.14
v0.5.14 -- 2023-06-01
Notable changes:
- Pulled in improved
bashy-lib
, and adjusted accordingly.
v0.5.13
v0.5.13 -- 2023-05-09
Notable changes:
- Somewhat better error checking on startup.
- Build infrastructure update:
- Introduced use of
package-lock.json
.
- Pulled in improved
bashy-lib
.
v0.5.12
v0.5.12 -- 2023-05-02
Notable changes:
- Officially support Node v20.
- Major build infrastructure update (new
bashy-lib
, new ESLint version).
v0.5.11
v0.5.11 -- 2023-04-18
Notable changes:
- Fixed a promise-related leak introduced in the fix for the FD-socket-reload
issue.