Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gdotdesign gdotdesign released this 05 Jul 12:48
· 1687 commits to master since this release

Bigger features:

  • Added comments with the following syntax /* This is a comment */ 🎉
  • Added mint docs command to start a documentation server where you can browse the documentation of the current application / package and all of it's installed packages. 📖
  • Changed the implementation of the type checker to use the Hindley Milner algorithm. This results in a more stable type checking phase.
  • In the mint.json file external JavaScripts can now be specified using external-javascripts field.
    These files are compiled in the head of the bundle.
  • encode keyword is now implemented to convert values to an Object, this is the counterpart of the decode keyword

Small features / fixes:

  • Fixed a bug during the build process related to sub directories in the public folder #38
  • mint init now works on existing directories #39 (thanks to @manveru)
  • There is a nice error message when dependencies are not installed #40 (thanks to @manveru)
  • Added default tests cases to the scaffolded project #41 (thanks to @manveru)
  • Make the test runner work in osx.
  • Fix a bug in where module calls are not scoped to the module / store.