Releases: hoodiehq/hoodie-server
Releases · hoodiehq/hoodie-server
v9.3.1
v9.3.0
v9.2.0
v9.1.0
v9.0.1
v9.0.0
<a name"9.0.0">
9.0.0 (2015-08-18)
Features
- bundle: create hoodie.bundle.js on server start (df161bdc)
Breaking Changes
- Does no longer watch the plugin file paths, because other parts of plugins aren't watched as well.
Applying these changes live without reloading the accompanying backend parts could result in inconsistent plugin behavior.
Now a clean restart of hoodie is required.
-
It's no longer possible to set a custom
hoodie.hoodiejs
property in the package.json, because it's no longer locked inside hoodie-server like it was before.
You can now use standard npm techniques to overwrite that dependency.(df161bdc)
v8.0.3
v8.0.2
v8.0.1
v8.0.0
<a name"8.0.0">
8.0.0 (2015-08-15)
Breaking Changes
-
Before hoodie-server was sending a subset of its configuration
to the process. The hoodie-cli could pick that up and log it out nicely. Now
is no longer started via the CLI and thus this is removed. It's breaking
nonetheless, because the CLI can no longer work with it.(359c1bfd)