Skip to content

Releases: adrianrudnik/mjml-server

2.5.2

17 Sep 11:39
63b918c
Compare
Choose a tag to compare
  • Added eslint for code review
  • Upgraded docker base image to node:lts-alpine3.18
  • Upgraded mjml to 4.14.1
  • Upgraded express to 4.18.2, commander to 9.5.0 and body-parser to 1.20.2
  • Inline beautify and minify options, like mjml-cli does, to get rid of the deprecation warnings.

2.5.1

16 Aug 14:08
Compare
Choose a tag to compare

What's Changed

  • Upgraded MJML to v4.13
  • Fixed bad docker run example in README #21
  • Optimized release makefile
  • Added .nvmrc
  • Added updated ca-certificates to the alpine docker image
  • Switched based docker image from 16-alpine to lts-alpine3.16

Full Changelog: 2.3.0...2.5.1

2.3.0

21 Oct 15:00
5ceba75
Compare
Choose a tag to compare

What's Changed

  • Upgraded to node 16 lts, updated dependencies and docker images
  • Reworked the Makefile for build and release targets, added multiple archs thanks to the template from chrisamti.
  • Moved the docker image insides into /app for better review.
  • Changed port mentioned in the docs to 8080, cleaned up test.http example
  • Moved tests to subfolder, included a simple curl test as well to be run on local docker host
  • Added docker section to readme, detailing about multi arch builds with buildx
  • Updated mjml dependency by @Vinarnt in #17
  • Fixed beautify env in dockerfile by @Vinarnt in #16
  • added utf-8 support. by @chrisamti in #18

New Contributors

Full Changelog: 2.2.2...2.3.0

2.2.2

31 Aug 18:20
9555f3b
Compare
Choose a tag to compare
  • Added HEALTHCHECK env to enable/disable healthchecks.
  • Added some troubleshooting info for kubernete probes #14.
  • Fixed an error in the healthcheck script if a different port was configered through the PORT env.

2.2.1: Merge pull request #13 from Vinarnt/exception_response

23 Aug 13:52
e5344e9
Compare
Choose a tag to compare

Added support for MJML_BEAUTIFY @Vinarnt
Return exception message as response on error @Vinarnt
Update vendors for security fixes.