Safe v1.2.0 Release Notes

Release Date: 2020-09-03 // over 3 years ago
  • ๐Ÿ”„ Changelog:

    โž• Added DateTimeImmutable->getInnerDateTime() and DateTimeImmutable::createFromRegular() (technically already existed but it is now a public method) to switch easily between safe and regular versions (see #229 )
    โช This is because a bug with DatePeriod was found (thanks @rodnaph in #227). Since the bug comes fromphp itself, we can only add workarounds: like reverting to a regular DateTimeImmutable with ->getInnerDateTime()

    ๐Ÿ›  Fixed a bug with rector0.7 (the RenameFunction rule was, ironically, renamed) (#234 )

    ๐Ÿ‘Œ improved our github workflows (for example #230 )