Skip to content

Releases: elixir-sqlite/exqlite

v0.13.7

13 Mar 21:26
4e41f56
Compare
Choose a tag to compare

What's Changed

  • Added precompilation support for musl targets by @cocoa-xu in #244

Full Changelog: v0.13.6...v0.13.7

v0.13.6

09 Mar 14:57
105068e
Compare
Choose a tag to compare
Bump to v0.13.6

v0.13.5

27 Feb 20:48
a00d643
Compare
Choose a tag to compare

What's Changed

  • Update windows guide by @cw789 in #239
  • docs: how to opt out of precompiled artefacts by @cocoa-xu in #240
  • Allow library consumer to set config :exqlite, force_build: true by @warmwaffles in #241

Full Changelog: v0.13.4...v0.13.5

v0.13.4

24 Feb 17:18
f73b440
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.13.4

v0.13.3

20 Feb 02:29
97f3d5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.13.3

v0.13.2

27 Jan 01:55
6a6bae0
Compare
Choose a tag to compare

Full Changelog: v0.13.1...v0.13.2

v0.13.1

26 Jan 16:41
6019821
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

12 Jan 03:39
d48b6ec
Compare
Choose a tag to compare

What's Changed

  • Removed support for Elixir 1.11
  • Improve README for Windows users by @voltagex in #228
  • Allow setting custom pragmas by @adri in #229

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

07 Dec 14:14
21721ca
Compare
Choose a tag to compare

What's Changed

  • changed: Use multi_step for Repo.stream calls. #223
  • added: Ability to use URI for a database path. See sqlite docs. Example: file:/tmp/database.db?mode=ro. #225

New Contributors

Full Changelog: v0.11.9...v0.12.0

v0.11.9

01 Dec 16:07
5803888
Compare
Choose a tag to compare
  • fixed: step/2 typespec was specified incorrectly. #224