Files
sapper/CHANGELOG.md
Rich Harris cd91bf2ca4 -> v0.2.4
2017-12-20 16:33:54 -05:00

865 B

sapper changelog

0.2.4

  • Posixify path to HMR client

0.2.3

  • Posixify import paths, even on Windows (#31)
  • Pass url to 404 handler

0.2.2

  • Create destination directory when building, don't assume it's already there from dev mode
  • We have tests now!

0.2.1

  • Inject HMR logic in dev mode

0.2.0

  • Separate sapper build from prod server (#21)

0.1.3-5

  • Fix typo

0.1.2

  • Use atime.getTime() and mtime.getTime() instead of atimeMs and mtimeMs (#11)
  • Make dest dir before anyone tries to write to it (#18)

0.1.1

  • Expose resolved pathname to sapper/runtime/app.js as __app__ inside main.js

0.1.0

  • First public preview