Releases: jxstxn1/dockerize
Releases · jxstxn1/dockerize
v0.8.0
v0.7.0
v0.6.0
- Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
- Environments are now abstract
- run will automatically call build
- removed build_scripts command
- Solved the issue that every build changes your git diff
- add dockerize_registrant
- handle handles all requests
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
- Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
- BuildCommand
- Use dockerx for builds
- Improved Build Output
- Add build information to version file
- Run Command
- Kill with ctrl c once
- Hot rebuild
- General:
- Add www Folder to .gitignore* Remove dcli
- Use Sidekick Core 1.0.0
- Add Docker Garbage Collector
v0.2.1
- Fixed a bug where the CSP Rules where enforced instead of reportOnly
- You can regenerate dockerize_sidekick_plugin with the new version to fix this.
or you can change inmiddlewares.dart
the following line:reportOnly: shouldEnforceCsp,
toreportOnly: !shouldEnforceCsp,
- You can regenerate dockerize_sidekick_plugin with the new version to fix this.
v0.2.0
- Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
- Improved Documentation
- Run in foreground
- Set CSP to reportOnly
- Auto generate Hashes for scripts in index.html
- Be able to use other ports
- Add readme to server
- Add environment
- Kill container on Ctrl+C