Releases: SocialConnect/vk
Releases · SocialConnect/vk
0.4 Release
- Fixes for getUser method
- TravisCI use container builds
- Fix testing on TravisCI
- Parallel phpunit testing
- TravisCI cache vendor folders
- Welcome to ScrutinizersCI
- Up code quality
- Fix PSR2
- Update to socialconnect/common:~0.5
- More test and other fixes
Full log:
0.3...0.4
0.3 Release
- Added new method setEntities, and rewrite code
- Fix getUsers
And another small fixes
0.2.0 Alpha Release
- Latest socialconnect/common
- Use HttpClient trait
- Bug fixes
- Added examples in README
0.1.6 Alpha Release
- Use socialconnect/common 0.1 (not dev-master)
- Split exceptions
- Entity\User add isOnline() method
- Remove php 5.3 support
- Client->getUser add $fields param
0.1.5 Alpha Release
- Collection implements \Iterator
- Response\Wall
Added new tests and another fixes
0.1.4 VK-SDK Alpha release
Rename project to vk-sdk
- Inval applicationId in tests
- Entity\User added deactivated, hidden columns
- Fix docblocks
0.1.3 Release
- Fix hydration bug, clone instance
- Implement getStatus($id = null)
- Implement getFriends method
- Start writting Response\Collection
- Rewrite test with dynamic application options load
0.1.2 Release
Fix hydrateCollection method
0.1.1 Release
- Pass accessToken if it needed
- Rewrite method for hydrateCollection with (d9e3960)
- Fix test name
0.1 First release
- Implement client
- User entity
- Tests
- Travis
- Coveralls