- 🐛 Fix types for case where nesting in null target. [00396ae]
- 🐛 Fix PHP typing when exporting wildcards from collections (like Laravel relations). [9f04ef0]
- ✨ Add getter usage with different case than camel. [9d735c6]
- ✅ 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]
- 📝 Update outdated readme screenshots. [2c7d032]
💥 BREAKING CHANGE: The return of export method is not a TightenCo collection, but a standard Laravel Collection. See tighten/collect#217 (comment)
- ✨ Add changelog. [bf0dffa]
- ⬆️ Remove php7.2 compatibility (because of illuminate/collections requirement). [0bbb7a9]
- 👽 Replace tightenco/collect with illuminate/collections. [dbf91ef]
- ⬆️ Upgrade dev dependencies. [6774196]
- 👷 Replace TravisCI with Github Actions. [fefaf33]
- ✅ Add tests for aliases features. [0ed44eb]
- ✨ Add syntax for aliasing keys of nested object. [dcaeeba]
- 📝 Update documentation. [4512799]
- 🐛 Fix bug detected with php7.4 migration. "Object of class [...] could not be converted to string" [de48587]
- ✅ Add tests about private properties and getters. [8030957]
- ✨ 💚 Add new static method exportFrom and increase quality code. [1f886f5]
- 🎨 Increase code quality. [045f88b]
- ✨ Export private property from getters. [c9a540f]
- 🚨 Improve Scrutinizer code quality score, and add code coverage badge. [84a232c]
- 🎉 First commit. [374d143]
- 📝 Add Readme. [7972bdf]