Skip to content

0.7.0

Compare
Choose a tag to compare
@tmattio tmattio released this 05 Oct 18:26
· 51 commits to main since this release

CHANGES:

Added

  • Added a new spa template to generate Single-Page-Application with Js_of_ocaml
  • Dune's --root argument in templates' Makefiles to better compose generated projects
  • The templates CI/CD is now caching Opam dependencies to improve build time
  • The templates are now installing locked dependencies by default during CI/CD
  • The Makefile of the templates include a small inlined python script to open the documentation with the default browser with the command servedoc

Changed

  • Removed the bs-react template from the official templates. The template now lives in tmattio/spin-rescript.
  • Removed dependency on Reason and use the generated project's Reason to convert .ml files to .re.

Fixed

  • Fixed NPM release by vendoring a Chamomille-free version of Inquire
  • Remove wrong release flags from all templates