Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 758 Bytes

CHANGES.md

File metadata and controls

44 lines (23 loc) · 758 Bytes

Change Log

0.5.0 (2018/06/18)

Added

  • Support positional parameters which are variables or method calls.

0.4.1 (2018/06/14)

Fixed

  • --version command line argument should now work.

0.4.0 (2018/06/14)

Added

  • Support keyword arguments to xhr.
  • Support the format keyword argument to xhr.

0.3.0 (2018/05/26)

Added

  • Added conversion support for the flash parameter.

Fixed

  • The second parameter is correctly named session and not headers.

0.2.0 (2018/05/25)

Added

  • Filenames can be provided via STDIN when not provided on the command line.

0.1.0 (2018/05/24)

Added

  • Initial version of rails5_xhr_update with --write option and takes filenames as command line arguments.