- Ignore temporary files created by the vi editor.
- Fix issue introduced in previous version that prevented the initial upload.
- Avoid problem where a delete event and a modification event come in at the same moment.
- More regular expressions for avoiding temporary files.
- The
--debug
option.
dacreate
now creates a standard.gitignore
file.dawatchinstall
replaced withdainstall --watch
.- When uploading to the Playground,
dainstall --watch
uploads only the file or files that changed, instead of uploading the whole package. It also uses checksums to verify that the content of the file actually changed.
- Added
packaging
as a dependency.
- When deciding whether to restart, look at dependencies.
- Bug in a line that raised an exception.
- Additional documentation.
dacreate
command.
- The ZIP files were not using compression.
- Bug in a line that raised an exception.
- Avoid additional types of temporary files.
- If the
project
does not exist, create it. - Avoid additional types of temporary files.
- Avoid additional types of temporary files.
- Fixed issue with waiting for server when Playground is used.
- Switched
dawatchinstall
frominotifywait
tofswatch
for MacOS compatibility. - If a restart is triggered, script will wait for the server to restart.
- Added instructions for running on Windows Subsystem for Linux.
- Automatic installation of the
dawatchinstall
script.
- The
dawatchinstall
script.
- The
--playground
option.
Initial version