Skip to content

Commit

Permalink
__SEMANTIC RELEASE VERSION UPDATE__
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandBox Semantic Release authored and runner committed Dec 21, 2023
1 parent 4182c55 commit 0aa5cfb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# v7.3.0
## 21 Dec 2023 — 19:13:38 UTC

### chore

+ __tests:__ add test case for checking null attributes on newly created entities ([638754a](https://github.com/coldbox-modules/quick/commit/638754a701fda2a4500dae9b5bdcd744ce68bbc7))
+ __tests:__ add test case for deleteAll off of a hasMany relationship
([1626bc5](https://github.com/coldbox-modules/quick/commit/1626bc5cfd7d8e40e6b1033c872934d579e2271c))
+ __tests:__ add test case for belongsToMany withCount
([8bfad62](https://github.com/coldbox-modules/quick/commit/8bfad624eaa91a0a9ce506afcc92750968159f26))
+ __tests:__ add test case for firstOrNew with aliases and columns ([5dc81bf](https://github.com/coldbox-modules/quick/commit/5dc81bf9b6c2f0d29e49ed80b45d6c4c6797844f))

### feat

+ __QuickBuilder:__ Return optional QuickBuilder instances for `withCount` and `withSum` ([e1b17cf](https://github.com/coldbox-modules/quick/commit/e1b17cfeccb5e9693fa4b9dcaa7e65c100814a1a))

### fix

+ __BaseEntity:__ Fix clearAttribute when not setting to null ([4018d54](https://github.com/coldbox-modules/quick/commit/4018d541fdd3635924a9eddd4986a6704df1c187))
+ __QuickBuilder:__ Fix using a query builder instance to define a subselect ([8ac6ba7](https://github.com/coldbox-modules/quick/commit/8ac6ba727fb8e290a0fe620a5702fc8398d0383c))

### other

+ __\*:__ fix: revert server.json change
([4182c55](https://github.com/coldbox-modules/quick/commit/4182c55b22fa39e0e273b736daa4df635f280127))


# v7.2.0
## 15 Sep 2023 — 20:07:44 UTC

Expand Down
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"quick",
"version":"7.2.0",
"version":"7.3.0",
"author":"Ortus Solutions",
"location":"forgeboxStorage",
"homepage":"https://github.com/coldbox-modules/quick",
Expand Down

0 comments on commit 0aa5cfb

Please sign in to comment.