Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 1.75 KB

0.4.4

  • Allow to configure the root_path of moirai

0.4.3

  • Do not initialize moirai if we don't have a database connection. (@coorasse)

0.4.2

  • Fix bug when the params is defined but is nil. (@coorasse)

0.4.1

  • Fix bug when the string is not a string, but a boolean. (@coorasse)

0.4.0 - Breaking Changes ⚠️

  • Inline editing is now disabled by default. To enable it, specify the following in application.rb:
config.moirai.enable_inline_editing = ->(params:) { your_options_here }

move in here the conditions you had previously defined in the helper.

  • Moirai now works also in emails. That's why we have a breaking change. (@coorasse)

0.3.1

  • Fixes a problem when running a rake command and no database exists yet using postgres. (@coorasse)

0.3.0

0.2.0

  • Support for strings coming from gems (@coorasse)
  • Support for new strings (not yet translated) (@coorasse)

0.1.1

0.1.0