Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 665 Bytes

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 665 Bytes

Changelog

V 0.0.5

  • First public Release

V 0.0.6

  • Now you can define port in the serve command

Ex:

   mots serve path/to/folder -p 8080
  • Now you can serve multiple folders using the serve command separating with ","

Ex:

   mots serve path/to/folder1,path/to/folder2

V 0.0.7

  • Adds Prefabs System
  • Improve console outputs
  • Fix some bugs

V 0.0.8

General

  • Some bug fixed
  • Improve console outputs
  • Clean code

Prefabs

  • Add Reload hability to serve prefabs
  • Add $DATADIR property to Prefabs`s folder property. You can use this to define custom folders inside Mots data directory