Releases: hipsterjazzbo/LaraParse
Upversioning Parse and Laravel 5.2 changes
v0.1.6 updating User subclass to implement contract
Return subclasses when creating/updating
Properly returns subclasses when creating/updating as per #35
Use username if it's passed into the registrar
v0.1.4 Use username if it's passed in
Fixing placeholder validation message
v0.1.3 Fixing placeholder validation message.
Fixing Ridiculous Typo with Include Keys
This highlights the need for some tests!
Adding Include Keys to Repository Methods
Drafting this as a new release as it may introduce breaking changes. This release adds the ability to use include keys for including pointers when retrieving records from Parse (to avoid extensive overriding of methods).
Also adds some additional functionality to find all records by a given key
Fixes to Artisan Commands
This fixes issues being seen with the Artisan Commands for generating repositories and classes
Session Fixes and Refactoring
Releasing the fixes for Parse Session storage, updating composer JSON to Laravel 5.1, tidying up of previous code
Update to Repositories to return Collections
Updating the Abstract Repository to return collections to make things easier. If this breaks anything you probably just need to change your code to use the Collection equivalent of whatever you were doing
v0.0.7: Setting Parse Session Storage and Binding Repository Implementations
Setting the Parse Session, documentation updates and binding repository implementations to contracts