Skip to content

v3.8.0

Compare
Choose a tag to compare
@yohm yohm released this 28 Feb 07:53
· 113 commits to develop since this release

Feature Enhancements

  • A new parameter type Object was added. (#691)
    • You can give a free-format object as a parameter in JSON.
  • A new command oacis_dump_db, oacis_restore_db to make a backup of DB were added. (#675)

UI improvements

  • Improved error message when identical PS exists (#678)
    • Thanks @HarrisonHartle

Bug fixes

  • More proper parse of CSV is implemented. (#689)
  • Explicitly specify output format of date (#688)
  • Replace pry with irb in oacis_irb (#682)

Document updates