Releases: jpagh/docassemblecli3
v0.3.3
Fixed slow startup time on watch
due to scanning directories that weren't going to be monitored or installed. The following directories are always ignored by watch
: .git
, __pycache__
, .mypy_cache
, .venv
, .history
, build
.
Added an advanced feature that doesn't have any built-in creation/modification support (yet), but if you want to try it early then you can manually add a path
key to a server in your .docassemblecli
config file, it will cause that server to be used if no server
is provided and the path
matches the directory
that watch
was given [default: current directory]. Additionally, if you manually add a playground
key to that server, it will be used when using watch
.
Full Changelog: v0.2.2...v0.3.3
v0.2.2
Fixed a crash when attempting to get the docassemble
server version due to updated package names.
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
v0.1.0
Full Changelog: v0.0.5...v0.1.0
watch
now uses the package's .gitignore file and ignores the same files that it does, reducing package install
s to only relevant file changes.
v0.0.5
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
First published release on GitHub
Added --version
flag. Fixed a bunch of build stuff that I just learned about and moved away from Poetry, which I thought would be good to use, but I don't like that it doesn't support the pyproject.toml file properly and I wanted something that built with build and GitHub Actions more easily. Also, fixed direct execution of the package by adding main.py.