Releases: alm-tools/alm
Releases · alm-tools/alm
v2.2.0
v2.1.0
Second Major
- Breaking : You now need node 6. This is because of sourcemaps not working in node v5
- Released intergrated test runner (with sourcemap support) :) https://basarat.gitbooks.io/alm/content/features/testing.html
First Major
- Breaking:
filesGlob
is no more as TypeScript now has official glob support. Please useinclude
/exclude
. Docs : https://basarat.gitbooks.io/typescript/content/docs/project/files.html 🌹 - Breaking: virtual projects don't emit
.js
anymore : #171