0.1.0
Pre-release
Pre-release
Bigger features:
- Added comments with the following syntax
/* This is a comment */馃帀 - Added
mint docscommand 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.jsonfile external JavaScripts can now be specified usingexternal-javascriptsfield.
These files are compiled in the head of the bundle. encodekeyword is now implemented to convert values to anObject, this is the counterpart of thedecodekeyword
Small features / fixes:
- Fixed a bug during the build process related to sub directories in the
publicfolder #38 mint initnow 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.