- The
dauninstallcommand.
- Code that tests if the server is responsive was using a Playground endpoint, which is not available if the server disables the Playground.
- The
dadownloadcommand.
- 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
--debugoption.
dacreatenow creates a standard.gitignorefile.dawatchinstallreplaced withdainstall --watch.- When uploading to the Playground,
dainstall --watchuploads 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
packagingas a dependency.
- When deciding whether to restart, look at dependencies.
- Bug in a line that raised an exception.
- Additional documentation.
dacreatecommand.
- The ZIP files were not using compression.
- Bug in a line that raised an exception.
- Avoid additional types of temporary files.
- If the
projectdoes 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
dawatchinstallfrominotifywaittofswatchfor 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
dawatchinstallscript.
- The
dawatchinstallscript.
- The
--playgroundoption.
Initial version