Skip to content

Latest commit

 

History

History
156 lines (86 loc) · 6.55 KB

CHANGELOG.md

File metadata and controls

156 lines (86 loc) · 6.55 KB

Changelog

3.3.2 (2024-03-10)

Fixed

  • 🐛 Fix types for case where nesting in null target. [00396ae]

3.3.1 (2023-07-01)

Fixed

  • 🐛 Fix PHP typing when exporting wildcards from collections (like Laravel relations). [9f04ef0]

3.3.0 (2023-02-22)

Changed

  • ⬆️ Upgrade PHPUnit. [f125b93]
  • ⬆️ Upgrade versions and requirements. [2b947b7]

Fixed

  • 💚 Upgrade Github actions versions. [312a834]
  • 💚 Fix coverage upload. [48b7d47]

Miscellaneous

  • 🤖 Upgrade to GitHub-native Dependabot (#18) [a877dde]
  • 🏷️ Update types and syntax to PHP8. [b1e5ff9]

3.2.0 (2020-12-08)

Added

  • ✨ Add getter usage with different case than camel. [9d735c6]

3.1.0 (2020-12-08)

Added

  • ✅ Add test to validate behaviour of nested, wildcard and aliases. (fix #3) [ac796fa]
  • ✨ Add ability to export directly from an iterable with root wildcard. (fix #1) [539235e]
  • ✨ Add ability to export directly a value if single string or int field at root. (fix #17) [e43550d]

Miscellaneous

  • 📝 Update outdated readme screenshots. [2c7d032]

3.0.0 (2020-12-07)

💥 BREAKING CHANGE: The return of export method is not a TightenCo collection, but a standard Laravel Collection. See tighten/collect#217 (comment)

Added

Changed

  • ⬆️ Remove php7.2 compatibility (because of illuminate/collections requirement). [0bbb7a9]
  • 👽 Replace tightenco/collect with illuminate/collections. [dbf91ef]
  • ⬆️ Upgrade dev dependencies. [6774196]

Miscellaneous

  • 👷 Replace TravisCI with Github Actions. [fefaf33]

2.1.0 (2020-06-11)

Added

  • ✅ Add tests for aliases features. [0ed44eb]
  • ✨ Add syntax for aliasing keys of nested object. [dcaeeba]

Changed

  • ⬆️ Update tightenco/collect requirement from ^6.0 to ^7.0 (#9) [6901a82]

Miscellaneous

  • 📝 Update documentation. [4512799]

2.0.1 (2019-12-03)

Fixed

  • 🐛 Fix bug detected with php7.4 migration. "Object of class [...] could not be converted to string" [de48587]

Miscellaneous

  • 📦 Update tightenco/collect. (#8) [2dbfb29]
  • 📝 Fix typo in Readme. [c550112]

2.0.0 (2018-02-19)

Added

  • ✅ Add tests about private properties and getters. [8030957]
  • ✨ 💚 Add new static method exportFrom and increase quality code. [1f886f5]

Changed

  • 🎨 Increase code quality. [045f88b]

Miscellaneous

  • 📝 Update Readme. [4ce73e0]
  • 💥 💚 Update PHP version required. [5920533]

1.1.0 (2018-02-18)

Added

  • ✨ Export private property from getters. [c9a540f]

Changed

  • 🚨 Improve Scrutinizer code quality score, and add code coverage badge. [84a232c]

Miscellaneous

  • 📝 Add use cases. [be65d8f]
  • 📝 Fix readme indentation. [2d32547]

1.0.0 (2018-01-04)

Added

Miscellaneous