Skip to content

0.5.1

Compare
Choose a tag to compare
@tmattio tmattio released this 18 Mar 02:33
· 130 commits to main since this release

CHANGES:

Added

  • Add versionning for the official templates to ensure updates on the templates don't break old version of Spin.
  • Sort spin ls result by name.

Templates

  • Rename react to bs-react. All the upcoming Bucklescript templates will be prefixed by bs-.
  • Add a lib template that is releasable on Opam.
  • Make the cli and ppx templates releasable on Opam.
  • Add support for Alcotest as an alternative to Rely in the native templates.
  • Add support for Opam as an alternative to Esy in the native templates.
  • Stop using Pesy and the dune files manually in each sub-directories.
  • Move the test_runner to a subdirectory support in test.
  • Extract the Contributing section of the README to a CONTRIBUTING.md file.
  • Add a CHANGES.md file that complies with dune-release requirements.
  • Use dune-release in the release scripts.
  • Remove homebrew Formula from the cli template that was a bad practice and didn’t allow users to update the generated projects.
  • Enable Windows in CI/CD of generated projects