Skip to content

Releases: jxstxn1/dockerize

v0.8.0

13 Jun 11:03
Compare
Choose a tag to compare
  • Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
  • Migrate Server folder to Dart >3.0.0
  • Use newest helmet version
  • Go back to build

v0.7.0

13 Jun 10:48
79b488a
Compare
Choose a tag to compare

upgrade everything to dart 3

v0.6.0

18 Apr 14:46
9a2a4ca
Compare
Choose a tag to compare
  • 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

14 Apr 21:55
0737266
Compare
Choose a tag to compare

v0.4.0

14 Apr 21:34
Compare
Choose a tag to compare
  • Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
  • Refactored server folder by @jxstxn1
  • Allow injecting docker build arguments by @passsy
  • Check if docker engine is running by @passsy

v0.3.2

03 Feb 16:13
Compare
Choose a tag to compare
  • Fix: Automatically ignored build-folder

v0.3.1

03 Feb 15:46
Compare
Choose a tag to compare
  • Fix: .gitignore install error

v0.3.0

25 Jan 17:49
b4dcfd1
Compare
Choose a tag to compare
  • 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

03 Jan 13:34
bc4400e
Compare
Choose a tag to compare
  • 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 in middlewares.dart the following line: reportOnly: shouldEnforceCsp, to reportOnly: !shouldEnforceCsp,

v0.2.0

03 Jan 13:32
Compare
Choose a tag to compare
  • 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