Skip to content

Tags: Jacobbrewer1/patcher

Tags

v0.1.22

Toggle v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(patch): Add PostgreSQL Support with Parameter Placeholder Conver…

…sion (#149)

v0.1.21

Toggle v0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(patch): defaulting to snake case naming of the resource object p…

…rovided if no table name option has been provided (#131)

* defaulting to snake case naming of the resource object provided if no table name option has been provided

* parallel tests

* reording linter flow

v0.1.20

Toggle v0.1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(cicd): updating the cicd to include the testify lint (#126)

updating the cicd to include the testify lint

v0.1.19

Toggle v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(simplification): Simplifying the patches (#111)

* simplifying the patch gen

* correcting the validation for what is a valid type and not

* code simplification 2

* patch gen simple

* loader simple

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(multifilter): Adding Joiner interface to the MultiFilter (#106)

* Adding Joiner interface to the MultiFilter

* updating gen

* coverage

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(opts): Adding a generic `WithFilter` option that takes a joiner …

…or wherer (#103)

* Adding filter opt for generic passing

* join first

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(opts): Removing case-insensative ignore field, cases now need t…

…o match (#100)

Removing case insensative ignore field, cases now need to match

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(gen): adding missing base types to the patch gen method (#90)

* adding missing base types to the patch gen method

* Adding test to cover new changes

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(docs): Adding readme file for the inserter package (#83)

Adding readme file for the inserter package

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(inserter): ignoring the pk from the inserter (#75)

* ignoring the pk from the inserter

* Adding test