Skip to content

Commit d6e803c

Browse files
committed
v0.15.0
1 parent d8476fa commit d6e803c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
### [0.14.0] - 2022-12-24
9+
### [0.15.0] - 2023-01-10
10+
### Added
11+
- Added `Query::queryBind()` method to return query string with the bind's.
12+
- Added support `Query::class` limit using `offet`.
13+
- Added `Collection::shuffle()`, `Collection::rand()`, `Collection::current()`, `Collection::next()` and `Collection::prev()`.
14+
1015
### Fixed
16+
- Fixed concat between join and where condition in query builder.
17+
- Fixed return query bind boolean return as boolean.
18+
19+
### [0.14.0] - 2022-12-24
1120
- Allowed schadule logging event job execute has error (#90).
1221
- Fixed query limit less that 0 (#91).
1322

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Angger Pradana
3+
Copyright (c) 2023 Angger Pradana
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)