Skip to content

Releases: dmy/elm-doc-preview

3.0.4

29 Oct 12:11
Compare
Choose a tag to compare

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

29 Oct 11:35
Compare
Choose a tag to compare

Fix npm dependency potential vulnerability to avoid github complaints for users that add elm-doc-preview in their dependencies.

3.0.2

25 Oct 12:08
Compare
Choose a tag to compare

Fixes #26 : allow applications source code to be deeper than one level below elm.json

3.0.1

22 Aug 09:50
Compare
Choose a tag to compare

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

16 Aug 11:15
Compare
Choose a tag to compare

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

04 Aug 21:47
Compare
Choose a tag to compare
  • 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

12 Jun 14:23
Compare
Choose a tag to compare

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

18 Mar 11:25
Compare
Choose a tag to compare

Also filter dependencies from regex filter.

2.0.2

18 Mar 09:55
Compare
Choose a tag to compare

Improve new packages detection for applications and remove warning.

2.0.1

18 Mar 01:18
Compare
Choose a tag to compare

Minor documentation updates