Releases: SegaraRai/fraci
Releases · SegaraRai/fraci
v0.7.0
Minor Changes
- 1430862: Mark package side-effect free.
v0.6.0
Minor Changes
- 93c538b: Do not use unique symbol to brand prisma types to avoid TS4058 error.
- 082ff42: Remove
__EXAMPLE__
type only hint.
- 367b8d6: Add caching feature.
v0.5.0
Minor Changes
- d46c49a: BREAKING CHANGE Renamed methods and types.
- c0a5d80: Support transaction.
Patch Changes
- 3c91aed: Changed default max retry count to 5 (from 10).
v0.4.1
Patch Changes
- 8eb6ae7: Updated package description.
v0.4.0
Minor Changes
- 364b106: BREAKING CHANGE: Removed result extension.
v0.3.0
Minor Changes
- d193157: Add
isIndexConflictError
method.