Releases: dmy/elm-doc-preview
Releases · dmy/elm-doc-preview
3.0.4
Remove npx
dependency to fix all remaining security vulnerabilities.
If you use nodejs < 8, you may need to install npx
globally if you use a local version of elm.
3.0.3
Fix npm dependency potential vulnerability to avoid github complaints for users that add elm-doc-preview in their dependencies.
3.0.2
Fixes #26 : allow applications source code to be deeper than one level below elm.json
3.0.1
New feature:
- Link to exact dependency package version in applications
Bug fixes
- #25: Replace unexisting recursive
fs.mkdirSync
on nodejs < 12.x.
Some applications documentation could fail to build with nodejs versions < 12.x.
- Add Source Sans/Code Pro fonts in LICENSE and Credits.
3.0.0
Major new features:
- Applications support
Write and preview your applications documentation.
See README#applications-support.
- Offline cache packages server
Browse offline your cached packages as if you were on package.elm-lang.org.
- Forked and local packages documentation for applications.
See README#forked-and-local-packages.
All known bugs have also been fixed.
2.0.5
- Add support for elm 0.19.1
- Fixes
Error: https://github.com/elm/core/blob/1.0.0/hints/4.md
in console
- Update dependencies
- Lighten filterbox
x
clear button
2.0.4
Minor fixes and improvements:
- don't watch
node_modules
and elm-stuff
in sub-directories (#19)
- ignore errors when checking for new versions (#20)
- allow to show dependencies even when there is a compilation error in the edited package
- add filter box clear button
- use a contextual page title
- update to
elm/file 1.0.5
- update node dependencies
- clear URL when changing the current package
- hide filter box when there are no modules
2.0.3
Also filter dependencies from regex filter.
2.0.2
Improve new packages detection for applications and remove warning.
2.0.1
Minor documentation updates