File tree Expand file tree Collapse file tree 5 files changed +29
-3
lines changed
Expand file tree Collapse file tree 5 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 1+ [ Compare changes] ( https://github.com/stacksjs/bun-query-builder/compare/v0.1.8...v0.1.9 )
2+
3+ ### 🧹 Chores
4+
5+ - release v0.1.9 ([ df1b676] ( https://github.com/stacksjs/bun-query-builder/commit/df1b676 ) ) _ (by glennmichael123 < gtorregosa@gmail.com > )_
6+ - wip ([ c8e6687] ( https://github.com/stacksjs/bun-query-builder/commit/c8e6687 ) ) _ (by glennmichael123 < gtorregosa@gmail.com > )_
7+ - wip ([ b883eb2] ( https://github.com/stacksjs/bun-query-builder/commit/b883eb2 ) ) _ (by glennmichael123 < gtorregosa@gmail.com > )_
8+
9+ ### Contributors
10+
11+ - _ glennmichael123 < gtorregosa@gmail.com > _
12+
13+ [ Compare changes] ( https://github.com/stacksjs/bun-query-builder/compare/v0.1.8...HEAD )
14+
15+ ### 🧹 Chores
16+
17+ - wip ([ c8e6687] ( https://github.com/stacksjs/bun-query-builder/commit/c8e6687 ) ) _ (by glennmichael123 < gtorregosa@gmail.com > )_
18+ - wip ([ b883eb2] ( https://github.com/stacksjs/bun-query-builder/commit/b883eb2 ) ) _ (by glennmichael123 < gtorregosa@gmail.com > )_
19+
20+ ### Contributors
21+
22+ - _ glennmichael123 < gtorregosa@gmail.com > _
23+
124[ Compare changes] ( https://github.com/stacksjs/bun-query-builder/compare/v0.1.7...v0.1.8 )
225
326### 🧹 Chores
Original file line number Diff line number Diff line change 11{
22 "name" : " bun-query-builder" ,
33 "type" : " module" ,
4- "version" : " 0.1.8 " ,
4+ "version" : " 0.1.9 " ,
55 "private" : true ,
66 "description" : " A simple yet performant query builder for TypeScript. Built with Bun." ,
77 "author" : " Chris Breuer <chris@stacksjs.org>" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @bun-query-builder/benchmark" ,
33 "type" : " module" ,
4- "version" : " 0.1.8 " ,
4+ "version" : " 0.1.9 " ,
55 "private" : true ,
66 "description" : " Performance benchmarks for bun-query-builder vs popular query builders" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 1+ import { config } from 'bun-query-builder'
2+
3+ console . log ( config )
Original file line number Diff line number Diff line change 11{
22 "name" : " bun-query-builder" ,
33 "type" : " module" ,
4- "version" : " 0.1.8 " ,
4+ "version" : " 0.1.9 " ,
55 "description" : " A simple yet performant query builder for TypeScript. Built with Bun." ,
66 "author" : " Chris Breuer <chris@stacksjs.org>" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments