All Versions
23
Latest Version
Avg Release Cycle
218 days
Latest Release
1562 days ago

Changelog History
Page 1

  • v1.4.2

    December 18, 2019
  • v1.4.1 Changes

    April 29, 2019
    • ๐Ÿ— Don't mandate dl functions for the extention build
    • โฌ†๏ธ bumping version
  • v1.4.0 Changes

    February 04, 2019
    • โœจ Enhancements

      • Better aggregator support
    • ๐Ÿ›  Bugfixes

      • Various
  • v1.3.13 Changes

    January 04, 2017
    • Enancements
      • Support SQLite flags when defining functions
      • Add definition for SQLITE_DETERMINISTIC flag
  • v1.3.12 Changes

    October 09, 2016
    • ๐Ÿ›  Bugfixes:
      • OS X install will default to homebrew if available. Fixes #195
  • v1.3.11 Changes

    October 10, 2015
    • โœจ Enhancements:

      • Windows: build against SQLite 3.8.11.1
    • Internal:

      • Use rake-compiler-dock to build Windows binaries. Pull #159 [larskanis]
      • Expand Ruby versions being tested for Travis and AppVeyor
  • v1.3.10 Changes

    October 30, 2014
    • โœจ Enhancements:
      • Windows: build against SQLite 3.8.6. Closes #135 [Hubro]
  • v1.3.9 Changes

    February 25, 2014
    • ๐Ÿ›  Bugfixes:
      • Reset exception message. Closes #80
      • Reduce warnings due unused pointers. Closes #89
      • Add BSD-3 license reference to gemspec. Refs #99 and #106
  • v1.3.8 Changes

    August 17, 2013
    • โœจ Enhancements:

      • Windows: build against SQLite 3.7.17
    • ๐Ÿ›  Bugfixes:

      • Reset exception message. Closes #80
      • Correctly convert BLOB values to Ruby. Closes #65
      • Add MIT license reference to gemspec. Closes #99
      • Remove unused pointer. Closes #89
    • Internal:

      • Backport improvements in cross compilation for Windows
      • Use of Minitest for internal tests
      • Use Gemfile (generated by Hoe) to deal with dependencies
      • Cleanup Travis CI
  • v1.3.7 Changes

    January 11, 2013
    • ๐Ÿ›  Bugfixes

      • Closing a bad statement twice will not segv.
      • Aggregate handlers are initialized on each query. Closes #44
    • Internal

      • Unset environment variables that could affect cross compilation.