mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
a9940f9855
all ui frontend code is now in typescript. we no longer need jshint, and we build the frontend code during "make build". this also changes tlsrpt types for a Report, not encoding field names with dashes, but to keep them valid identifiers in javascript. this makes it more conveniently to work with in the frontend, and works around a sherpats limitation. |
||
---|---|---|
.. | ||
packages.txt | ||
README.txt | ||
v0.0.9.txt |
This directory lists incompatible changes between released versions for packages intended for reuse by third party projects, as listed in packages.txt. These files are generated using golang.org/x/exp/cmd/apidiff (see https://pkg.go.dev/golang.org/x/exp/apidiff) and ../apidiff.sh. There is no guarantee that there will be no breaking changes. With Go's dependency versioning approach (minimal version selection), Go code will never unexpectedly stop compiling. Incompatibilities will show when explicitly updating a dependency. Making the required changes is typically fairly straightforward.