Skip to content

Releases: hipsterjazzbo/LaraParse

Upversioning Parse and Laravel 5.2 changes

28 Apr 20:30
Compare
Choose a tag to compare
v0.1.6

updating User subclass to implement contract

Return subclasses when creating/updating

14 Sep 04:05
Compare
Choose a tag to compare

Properly returns subclasses when creating/updating as per #35

Use username if it's passed into the registrar

22 Jul 06:54
Compare
Choose a tag to compare
v0.1.4

Use username if it's passed in

Fixing placeholder validation message

12 Jul 23:33
Compare
Choose a tag to compare
v0.1.3

Fixing placeholder validation message.

Fixing Ridiculous Typo with Include Keys

29 Jun 22:26
Compare
Choose a tag to compare

This highlights the need for some tests!

Adding Include Keys to Repository Methods

29 Jun 19:48
Compare
Choose a tag to compare

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

29 Jun 19:46
Compare
Choose a tag to compare

This fixes issues being seen with the Artisan Commands for generating repositories and classes

Session Fixes and Refactoring

17 Jun 18:45
Compare
Choose a tag to compare

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

08 Jun 19:57
Compare
Choose a tag to compare

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

06 Jun 13:31
Compare
Choose a tag to compare

Setting the Parse Session, documentation updates and binding repository implementations to contracts