Skip to content

Releases: hanami/hanami-cli

v2.3.5

06 Feb 02:42
v2.3.5
f6c95f4

Choose a tag to compare

Changed

  • In assets commands, provide the node command with the assets config path relative to app root instead of an absolute path (config/assets.js instead of /full/path/to/config/assets.js). This allows the assets commands to work in environments where Node.js is "sandboxed" in such a way that it doesn't share the same absolute path. (@haileys in #381).

v2.3.4

23 Jan 02:44
v2.3.4
8b89261

Choose a tag to compare

Fixed

  • Avoid an unhandled exception in the "are we inside a Hanami app?" check that happens at the beginning of every CLI invocation. This would occur when a bundled gem is already activated (from our testing: bigdecimal) but in conflict with the required version of that gem by a Hanami dependency. (@timriley in #380).

Compare v2.3.3 ... v2.3.4