Releases: dmy/elm-doc-preview
Releases · dmy/elm-doc-preview
6.0.1
6.0.0
5.0.5
Security fix
- Update
ini
npm package to 1.3.7 to fix a potential security vulnerability
This is mainly to avoid the warning in projects including elm-doc-preview
as a dependency as no effort is made to make elm-doc-preview
secure in the first place. This is a development and build tool and it is not designed to be exposed on internet.
5.0.4
5.0.3
Critical fix
- Add missing library in package
5.0.2 does not work, the library is not included.
Warning for npm users: If you set ignore-scripts=true
in your npm configuration, remember that the prepare/prepack/prepublish
steps of npm publish
will be silently ignored 😠
Minor change
- Remove irrelevant "are you offline" log when elm/compiler#2095 occurs.
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
Breaking changes
--no-browser
is now-b
instead of-n
DocServer
constructor now takes an optionalobject
for options.
See https://github.com/dmy/elm-doc-preview#api.
New features:
- Add
-r, --no-reload
option to disable hot reloading.
This can be useful for large applications. The documentation can be refreshed manually by reloading the page in the browser (usually F5). - Add
-o, --output
to generate the documentation without starting the server (fix #30, #31) - Update style to match package.elm-lang.org changes
- Add support for modules symbols index (use a space in modules search box)
Bug fixes
- Update nodejs dependencies raising potential security vulnerabilities
- Fix source code bold font
- Fix links to
README
and operators fragments - Remove unreliable (offline) release dates
- Prevent most signature overflows