Releases: sutandojs/sutando
Releases · sutandojs/sutando
v1.7.2
v1.7.1
What's Changed
- chore: exported migration functions by @jjjrmy in #71
- fix: cloudflare worker default import by @kiddyuchina in #72
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- feat: migration support multiple connections by @jjjrmy in #68
- feat: browser support by @kiddyuchina in #69
- chore: update knex version by @kiddyuchina in #70
Full Changelog: v1.6.6...v1.7.0
v1.6.6
What's Changed
- types: export class
Pivot
& updatedQueryBuilder
method generic support by @kiddyuchina in #60 - types: export function compose by @kiddyuchina in #62
- fix: clone method not cloning relations by @kiddyuchina in #65
Full Changelog: v1.6.3...v1.6.6
v1.6.3
What's Changed
- fix:
first
method in belongsToMany relation by @kiddyuchina in #59
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- types: add query builder method type by @kiddyuchina in #57
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- fix: update
skip
andtake
methods returns by @kiddyuchina in #53 - test: add more tests for
QueryBuilder
by @kiddyuchina in #54
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- feat: add model creation support by @kiddyuchina in #49
- feat: add
setFormatter
/firstItem
/lastItem
methods by @kiddyuchina in #50 - typings: added missing types for join by @kiddyuchina in #51
- test: add test case for raw query by @kiddyuchina in #52
Full Changelog: v1.5.4...v1.6.0
v1.5.4
What's Changed
- added missing types for limit and offset methods by @Salmondx in #44
- fix: exports setting by @kiddyuchina in #46
New Contributors
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- fix:
belongsToMany
relation withCount by @kiddyuchina in #40 - fix:
create
method with transaction by @kiddyuchina in #41
Full Changelog: v1.5.2...v1.5.3