Skip to content

Commit ac77595

Browse files
Merge branch 'master' of github.com:selahattinunlu/laravel-api-query-builder
2 parents 6f8df7f + bff1be1 commit ac77595

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Release Notes
2+
3+
## v1.5.0 (27 Nov 2016)
4+
5+
### Fixed
6+
- Pagination issue
7+
([#12](https://github.com/selahattinunlu/laravel-api-query-builder/issues/12))
8+
([#9](https://github.com/selahattinunlu/laravel-api-query-builder/issues/9))
9+
10+
### Added
11+
- Dynamic Appends Support
12+
([#12](https://github.com/selahattinunlu/laravel-api-query-builder/issues/12))
13+
14+
---
15+
16+
## v1.4.0 (11 Nov 2016)
17+
18+
### Added
19+
- whereIn and whereNotIn support
20+
21+
---
22+
23+
## v1.3.0 (24 Feb 2016)
24+
25+
### Added
26+
- Lumen Compatibility
27+
28+
---
29+
30+
## v1.2.0 (3 Dec 2015)
31+
32+
### Added
33+
- Excluded parameters feature
34+
35+
---
36+
37+
## v1.1.0 (12 Oct 2015)
38+
39+
### Added
40+
- Random sorting feature. (example: ?order_by=random)
41+
42+
---
43+
44+
## v1.0 (8 Oct 2015)
45+
46+
First release.

0 commit comments

Comments
 (0)