Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 #39

Merged
merged 49 commits into from Jan 26, 2020
Merged

V3 #39

merged 49 commits into from Jan 26, 2020

Conversation

simonhaenisch
Copy link
Owner

@simonhaenisch simonhaenisch commented Aug 5, 2019

Changes:

  • Requires at least Node 10
  • Convert to Typescript
  • Expose --port CLI flag
  • Change license to MIT
  • use stdio to read from stdin and maybe output to stdout (will add later)
  • allow shell globbing to input multiple files from different directories (breaking change)
  • ensure correctness of relative paths (Stylesheet paths are not relative to the file they are in #37 (comment))
  • auto-set displayHeaderFooter if either a header template or footer template is set

Closes #22.
Closes #23.
Closes #28.
Closes #34.
Fixes #36.
Fixes #37.

@simonhaenisch simonhaenisch self-assigned this Aug 27, 2019
@simonhaenisch simonhaenisch merged commit 20ca196 into master Jan 26, 2020
@karlhorky
Copy link

Nice one @simonhaenisch, cheers for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment