Releases: waynesbrain/ttsql
Releases · waynesbrain/ttsql
v0.4.2
v0.4.1
- Use correct type for query cache getter.
v0.3.1
- Adds a prepared query cache option to DatabaseD1 configuration.
v0.3.0
- Change SqlDatabase constructor, et. al. to take a single config object.
v0.2.1
Fixes
- Do not put the whole stack trace in SqlError toString.
Changes
- Add clear error messages for a common mistake of passing an array of instead of spreading to
sql.assign
andsql.matches
. - Add SqlError.toSummary() method for a summary that expands beyond toString().
0.2.0
- Change type signature of SqlError so it doesn't print Symbol(SqlRef).
0.1.3
- Properly wrap errors with SqlError in
ttsql/d1
.
v0.1.2
- Add SqlError type to
ttsql/db
and use inttsql/d1
.
v0.1.1
- Coerce undefined value to null in sql.assign and sql.match.
- Add authors testimonial.
- Remove flat claims of type safety. We will have limited type-safety for specific adjuct builder methods.
v0.1.0
- Remove incorrect export of separate ESM entrypoint.