Phoenix v1.2.0 Release Notes

Release Date: 2020-03-16 // about 4 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”„ changed comparation == to === and added strict parameter to in_array

    โž• Added

    • ๐Ÿ‘Œ support for CURRENT_TIMESTAMP for columns with type timestamp
    • ๐Ÿ‘Œ support for json column type for newer versions of mysql (>= 5.7.8) (To keep using text instead of json, force version in [config](docs/configuration/index.md))

    ๐Ÿ›  Fixed

    • โœ… tests on travis